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:
pls share your detailed build steps, let me double check it and reproduce this
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.
must you use the 5.4.70 bsp? it's too old to download some packages, do you mind upgrading the bsp version?
Hi @joanxie
Sorry, I can't change the BSP version because the device is in production.
what ubuntu version do you use? my ubuntu couldn't install this old bsp anymore, could you bulid multimedia image successfully?
Hi @joanxie
My ubuntu version is 20.04.
I can successfully build the image using the bitbake imx-image-multimedia
and burning to imx8mq evk works normally.
I couldn't reproduce this on my ubuntu, how about try this solution?
Failing Extensible SDK build for RISCV · Issue #225 · riscv/meta-riscv · GitHub