Hi All
My environment:
EVB :imx8mq evk
BSP :imx-yocto-L5.4.70_2.3.0
OS:Ubintu 20.04
I use the following commands to generate standard sdk and extensible sdk:
standard:
bitbake imx-image-multimedia -c populate_sdk
extensible:
Hi @joanxie
Build image steps are as follows:
1 bitbake -c compile -f u-boot-imx
2 bitbake -c deploy -f u-boot-imx
3 bitbake -c compile -f linux-imx
4 bitbake -c deploy -f linux-imx
5 bitbake imx-image-multimedia
It works fine after being burned into imx8mq evk.
Build standard SDK step are as follows:
1 bitbake imx-image-multimedia -c populate_sdk
2 get and install .sh file
fsl-imx-wayland-glibc-x86_64-imx-image-multimedia-aarch64-imx8mqevk-
toolchain-5.4-zeus.sh
can be installed successfully.
Build eSDK step are as follows:
1 bitbake imx-image-mutimedia -c populate_sdk_ext
2 get and install .sh file
fsl-imx-wayland-glibc-x86_64-imx-image-multimedia-aarch64-imx8mqevk-
toolchain-ext-5.4-zeus.sh
Installation failed
The error log is as shown on the first publication page
Thanks for your reply.