This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Standalone application on Uboot AM335x EVM

Hi ,

I am working AM335x Rev 1.1A EVM board and software i am using ti-sdk-am335x-evm-07.00.00.00. Now I want to run standalone helloworld application on this board (at U-boot).  I am able to load the application successfully but while executing it and getting data abort.


U-Boot# tftpboot 0x80200000 /tftpboot/hello_world.bin

U-Boot# go 0x80200000 Hello World ? This is test !!!
## Starting application at 0x80200000 ...
data abort

    MAYBE you should read doc/README.arm-unaligned-accesses

pc : [<802000ec>]          lr : [<80200024>]
sp : 9f32ae00  ip : 0000000f     fp : 9f32db68
r10: 9f7a5324  r9 : 9f32af38     r8 : 00000009
r7 : 9f32dc48  r6 : 9f32dc4c     r5 : 00000008  r4 : 00000000
r3 : 80208254  r2 : 80208254     r1 : 00000006  r0 : 802001cf
Flags: nZCv  IRQs on  FIQs on  Mode SVC_32
Resetting CPU ...

resetting ...

Help on this issue..

Regards,

Bhimesh