Hi,
we would like evaluate i.MX 8MP & Real-time edge. We need to write some test applications and run them on EVK.
1) Is there any simple (without building YOCTU based project) way how to get SDK for NXPs prebuild image Real-time edge 2.7 (toolchain for crosscompilation, header files etc.)?
2) We expected that answer for (1) is "no, tou shoulde built YOCTO based project" . We followed AN14092 and when we execute command:
nxp-image-real-time-edge -c populate_sdk
there is error:
Summary: 3 tasks failed:
/home/miro/sources/yocto-real-time-edge/sources/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb:do_compile
/home/miro/sources/yocto-real-time-edge/sources/poky/meta/recipes-devtools/gcc/gcc_12.3.bb:do_compile
/home/miro/sources/yocto-real-time-edge/sources/meta-imx/meta-sdk/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.2.1.bb:do_compile
Is there anybody who can helps?
Thank you.
Solved! Go to Solution.
Hi,
we fixed it. Problem was, that on the begin we followed:
https://github.com/nxp-real-time-edge-sw/yocto-real-time-edge/blob/master/README.md
and we were not successful. Than we followed:
Real-time Edge Yocto Project User Guide, Rev. 2.7 — 18 December 2023
and we were successful, now we are SDK and working Hello world
Hello, I hope you are doing well.
1) I think it is not available.
2) I followed the steps of mentioned application note and I was able to build it without errors. Maybe you could delete your previous process and try again or use a Linux host machine.
Could you please share your commands to see if I can replicate the issue?
Best regards.
Hi,
we fixed it. Problem was, that on the begin we followed:
https://github.com/nxp-real-time-edge-sw/yocto-real-time-edge/blob/master/README.md
and we were not successful. Than we followed:
Real-time Edge Yocto Project User Guide, Rev. 2.7 — 18 December 2023
and we were successful, now we are SDK and working Hello world