SDK for Real-time edge 2.7

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SDK for Real-time edge 2.7

Jump to solution
1,153 Views
Radeklaska
Contributor I

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.

0 Kudos
Reply
1 Solution
1,125 Views
Radeklaska
Contributor I

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

View solution in original post

2 Replies
1,138 Views
JorgeCas
NXP TechSupport
NXP TechSupport

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.

0 Kudos
Reply
1,126 Views
Radeklaska
Contributor I

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