standalone in u-boot

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

standalone in u-boot

424 Views
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

Labels (1)
0 Kudos
1 Reply

303 Views
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 Kudos