SDK for Real-time edge 2.7

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

SDK for Real-time edge 2.7

跳至解决方案
2,100 次查看
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 项奖励
回复
1 解答
2,072 次查看
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

在原帖中查看解决方案

2 回复数
2,085 次查看
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 项奖励
回复
2,073 次查看
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