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.

ICE Board AM3359 bootloader flashing

Other Parts Discussed in Thread: SYSBIOS

Hi,

Downloading my application to SPI flash I overwrote the bootloader (inputted incorrect start address 0 instead of 0x20000 in isdk_spi_flasher.out).

I tried to re-write the bootloader using ...\am335x_sysbios_ind_sdk_1.1.0.1\sdk\starterware\binary\armv7a\cgt_ccs\am335x\evmAM335x\bootloader\boot_SPI.bin (the only one bootloader bin-file I found in the SDK) but still failed to start my application from SPI flash.

I have erased the bootloader area, re-written bootloader and my application to SPI flash but nothing helped.

The application can start from RAM, for flashing I use the bin-file which was successfully started from flash. I use ICE board version 1.

I don't know what doesn't start - the bootloader or my application.

May be I use incorrect bootloader (e.g. not for ICE v1)? If so, where can I get the correct one (SPI bin file or project)?