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.

AM3358: NAND Booting

Part Number: AM3358

Hi!

I am using AM3358 on custom board and RTOS SDK 5_03_00_07. I have flashed the NAND Bootloader and Application binary to offset 0x00000 and 0x80000 respectively using NAND Flash writer. I configured SYS Boot pins as 0100000000100010b. According to this 3rd priority is NAND after UART time out but processor is not booting from NAND and it is printing CCCCCC on hyperterminal. I gave image address header 0x402f0400 to NAND Bootlader and 0x80000000 to application binary. 

I tried with image header 0x402f0000 also but same problem.

In debug mode NAND Bootloader code is copying the Application binary to DDR3 and control is coming to application and it is working absolutely fine in debug mode.

How can I debug whether RBL is copying to NAND bootloader to internal RAM or not?

How can I debug this issue?

Regards,

Gaurav