standalone in u-boot

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

standalone in u-boot

432件の閲覧回数
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 返信

311件の閲覧回数
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 件の賞賛