Difference between revisions of "CL-SOM-iMX8Plus: Yocto Linux: Known Issues"

From Compulab Mediawiki
Jump to: navigation, search
(Created page with "'''U-Boot''' * USB is not in the default boot list. <pre> printenv bootlist bootlist=sd_ul emmc_ul </pre> * Workaround <pre> setenv bootlist usb_ul $bootlist saveenv </pre>...")
 
 
Line 1: Line 1:
'''U-Boot'''
 
 
* USB is not in the default boot list.
 
<pre>
 
printenv bootlist
 
bootlist=sd_ul emmc_ul
 
</pre>
 
* Workaround
 
<pre>
 
setenv bootlist usb_ul $bootlist
 
saveenv
 
</pre>
 
 
 
'''Kernel'''
 
'''Kernel'''
* MIPI Display backlight does not work. Solution will be provided in the next release.
+
* MIPI Display backlight does not work. A solution will be provided in the next release.
* LVDS Display backlight does not work. Solution will be provided in the next release.
+
* LVDS Display backlight does not work. A solution will be provided in the next release.
  
 
[[Category:Yocto]]
 
[[Category:Yocto]]
 
[[Category:CL-SOM-iMX8Plus]]
 
[[Category:CL-SOM-iMX8Plus]]

Latest revision as of 07:12, 17 July 2023

Kernel

  • MIPI Display backlight does not work. A solution will be provided in the next release.
  • LVDS Display backlight does not work. A solution will be provided in the next release.