Other Parts Discussed in Thread: PROFIBUS
Tool/software: TI-RTOS
I have problems getting the ICE v2 to boot from SPI or SD-card. I'm trying to get the Profibus-slave to work. The example works fine when I run it from CCS. I need to get it as standalone solution and therefore I try to boot from SPI-flash or MMC. I first tried with SPI.
First I programmed with spi_flash_writer_AM335X.out the bootloader bootloader_boot_mcspi_a8host_release_ti.bin to address 0x0 and afterwards the profibus slave bin to address 0x20000. The profibus slave bin has the TI headers because it will be created with the pdkAppImageCreate.bat.
That didn't work. The board does nothing. The board did boot when it was delivered from the SPI with Ethercat software so the jumper is also correct and SPI works. After that I erased the SPI or at least the Bootloader section, until to 0x10000. Then I made with win32DiskImage software a bootable SD-card and copied the profibus bin to there and changed the name to app but it didn't start either.
So the question is what am I doing wrong?
JHi