Difference between revisions of "UCM-iMX8M-Plus: Yocto Linux: Known Issues"
imported>Igor.vaisbein (Created blank page) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{IssueCategory|Suspend/Resume| | ||
+ | * Evaluation board can’t wake up after suspend if a PCIe device installed into the '''P9''' [[UCM-iMX8M-Plus:_Evaluation_Kit:_Getting_Started |socket]] | ||
+ | :* '''How to reproduce:''' | ||
+ | ::* Install any PCIe device into the '''P9''' socket | ||
+ | ::* Power on the board | ||
+ | ::* Wait for Linux prompt | ||
+ | ::* Issue: | ||
+ | ::: <pre>rtcwake -s 5 -m mem -d /dev/rtc0</pre> | ||
+ | :* '''Workaround:''' | ||
+ | ::* Leave the '''P9''' socket empty for suspend/resume evaluation | ||
+ | }} | ||
+ | {{IssueCategory|Analog Audio Codec| | ||
+ | * System boot fails after using wm8731 codec | ||
+ | :* '''How to reproduce:''' | ||
+ | ::* Power on the board | ||
+ | ::* Press a key to prevent a possible autoboot and get into the U-Boot command prompt | ||
+ | ::* Use the following to set device tree that supports analog audio codec and start booting into Linux: | ||
+ | ::: <pre>setenv fdtfile ucm-imx8m-plus-wm8731.dtb; boot</pre> | ||
+ | ::* Wait for Linux prompt | ||
+ | ::* Use [[UCM-iMX8M-Plus:_Yocto_Linux:_How-To_Guide#Switch_between_the_available_output|cl-oselect]] to select ''alsa_output.platform-sound.analog-stereo'' output device | ||
+ | ::* Try to reboot the device: | ||
+ | ::: <pre>reboot</pre> | ||
+ | :* '''Workaround:''' | ||
+ | ::* Issue device power cycling | ||
+ | ::* Avoid using the ''ucm-imx8m-plus-wm8731.dtb'' device tree blob | ||
+ | |||
+ | }} | ||
+ | |||
+ | {{IssueCategory|Docker| | ||
+ | * Docker-CE fail to run on latest Yocto release 3.0 | ||
+ | :* '''How to reproduce:''' | ||
+ | ::: <pre>execute: sudo docker run -it ubuntu | ||
+ | :* '''Workaround:''' | ||
+ | ::* Replace the docker-ce engine with docker-moby | ||
+ | ::: <pre>bash <(curl -L https://raw.githubusercontent.com/compulab-yokneam/Documentation/master/ucm-imx8m-plus/docker.sh) | ||
+ | :* '''Github article:''' | ||
+ | ::: <pre>https://github.com/compulab-yokneam/Documentation/blob/master/ucm-imx8m-plus/docker.md | ||
+ | }} |
Latest revision as of 16:29, 3 June 2024
Suspend/Resume |
|
Analog Audio Codec |
|
Docker |
|