FreeRTOS - Baremetal application demo

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

FreeRTOS - Baremetal application demo

1,349 次查看
Aaran
Contributor I

I am trying to run a bare-metal demo application on the Variscite DART-iMX8M-Plus board, following the instructions in the "MCUXpresso - Variscite Wiki (variwiki.com)" Developer’s Guide. After manually building the FreeRTOS "Hello World" demo application from Variscite, I attempted to execute it through U-Boot. However, I did not see the expected "Hello World" output in the terminal and am unsure how to proceed. Could anyone provide assistance to help me resolve this issue and complete the setup?

Thanks in advance.

0 项奖励
回复
1 回复

1,301 次查看
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @Aaran 

I hope you are doing well.

 

I am not sure the content of your environment variables, but could you please try to set the complete command from the Getting Started with MCUXpresso SDK for EVK-MIMX8MP:

=> fatload mmc 1:1 0x48000000 hello_world.bin;cp.b 0x48000000 0x7e0000 20000;
=> bootaux 0x7e0000

 

Please try.

 

Best regards,

Salas.

0 项奖励
回复