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>...")
(No difference)

Revision as of 13:05, 31 March 2022

U-Boot

  • USB is not in the default boot list.
printenv bootlist
bootlist=sd_ul emmc_ul
  • Workaround
setenv bootlist usb_ul $bootlist 
saveenv

Kernel

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