CL-SOM-iMX8Plus: Yocto Linux: Known Issues

From Compulab Mediawiki
Revision as of 13:05, 31 March 2022 by Igor (talk | contribs) (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>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.