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.

AM335x loading standalone application from U-boot

Other Parts Discussed in Thread: AM3352

Hi All,

U-boot version : 2013.01.01

SOC: AM3352

- The application is LED blinking application every 1 second  the LED is going to ON and OFF, It's working Perfectly.

Now,

- I need to Load this application after U-boot, after u-boot control goes to the kernel, In that Kernel place i need to Load my application.

- I loaded the MLO , uboot.img and App.bin(my LED blinking application) to NAND flash, restart the Board, it's Not loading my app.

- rest again, stopped that u-boot # prompt load the Application bootm  command

it's Prints Wrong Image format for bootm command

ERROR : can't get the Kernel Image.


- After that i checked the do_bootm.c file boot_cmd () function, in this function contain above prints not there.

- How to run my application After U-boot.

- Please specify which files i want to change in the u-boot 2013.01.01 version, to load the Application.

DDR3:  H5TQ2G63FFR - PBC ,

U-boot loading address: on DDR3 is 0x80000000

Kernel loading address : on DDR3 is 0x80008000 ( i give the this load address to My app)

Please Specify the steps to load my application, I am the New for Boot loader.

Thanks in Advance.

regards,

Vamsi.