standalone in u-boot

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

standalone in u-boot

1,014 次查看
saida
Contributor II

hi

I.mx community

i have written an application and compiled with arm-none-eabi tools with own make file

the start address is 0x12000000 which is also set in linker script.

i am downloading to 0x12000000 address on sabresd board and trying to run it but i am getting " application terminated " 0xfb, error

am doing this in wrong way

can any one give me the right procedure to do it

thanks and regards

Saida

标签 (1)
0 项奖励
回复
1 回复

893 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Saida

uboot runs standalone application as procedure, not as OS,

so this may be caused by stack misconfiguration, example of

standalone application:

http://www.denx.de/wiki/view/DULG/UBootStandalone

http://stackoverflow.com/questions/21622762/uboot-terminate-standalone-application

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复