Difference between revisions of "UCM-iMX8M-Mini: Yocto Linux: Known Issues"

From Compulab Mediawiki
Jump to: navigation, search
imported>Kirill.kapranov
 
Line 1: Line 1:
* Onboard wi-fi module does not wake up correctly from deep sleep mode.
+
{{
 +
IssueCategory|On-board WiFi module does not wake up correctly from deep sleep mode|
 +
* WiFi module stops working after the sleep-wake cycle, such as the following:
 +
:<pre>rtcwake -drtc1 -mmem -s5</pre>
 +
 
 +
:'''Affected kernel versions :'''
 +
:All
 +
 
 +
:'''Workaround :'''
 +
# Once the device wakes up, re-bind the WiFi module
 +
:<pre>echo 30b40000.mmc > /sys/class/mmc_host/mmc1/device/driver/unbind; echo 30b40000.mmc > /sys/class/mmc_host/mmc1/device/driver/bind</pre>
 +
 
 +
}}
 +
{{
 +
IssueCategory|On-board WiFi module loses connection on 5GHz band|
 +
* In some cases the on-board WiFi module might drop connection on 5GHz band. The functionality recovers after a reboot.
 +
 
 +
:'''Affected kernel versions :'''
 +
:5.10.35
 +
 
 +
}}
 +
[[Category:Linux|Known issues]]
 +
[[Category:Yocto]]
 +
[[Category:UCM-iMX8M-Mini]]
 +
[[Category:SB-UCM-iMX8M-Mini]]

Latest revision as of 09:35, 25 November 2021

On-board WiFi module does not wake up correctly from deep sleep mode
  • WiFi module stops working after the sleep-wake cycle, such as the following:
rtcwake -drtc1 -mmem -s5
Affected kernel versions :
All
Workaround :
  1. Once the device wakes up, re-bind the WiFi module
echo 30b40000.mmc > /sys/class/mmc_host/mmc1/device/driver/unbind; echo 30b40000.mmc > /sys/class/mmc_host/mmc1/device/driver/bind


On-board WiFi module loses connection on 5GHz band
  • In some cases the on-board WiFi module might drop connection on 5GHz band. The functionality recovers after a reboot.
Affected kernel versions :
5.10.35