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 Industrial SDK

Other Parts Discussed in Thread: SYSBIOS

Hi Sirs, 

Is there any way to write the bootloader(MLO) into SPI flash at 0x0 and ecat_appl_pru.bin at 0x20000 via SD card.

Or just only write ecat_appl_pru.bin into SPI flash at 0x0 via SD card. 

Therefore, SD card is  removed and ecat_appl_pru.bin can operate in Internal RAM from SPI flash.

 So far, the only way I knew is use CCS to execute the "isdk_spi_flasher.out."

and load memory to write "boot_SPI.bin" and "ecat_appl_pru.bin" seperately.

 

C:\ti\am335x_sysbios_ind_sdk_1.1.0.3\sdk\tools\flashing tools\SPI_Flash\pre_built\CCS_based\isdk_spi_flasher.out

C:\ti\am335x_sysbios_ind_sdk_prebuilt_01_01_00_03\Bootloader\ICE\SPI\boot_SPI.bin

 

I am wondering if there is a way to write firmware via SD card.

 

Thank you for prompt response.