Part Number: TI-RTOS
Tool/software: TI-RTOS
My board is TMDSICE3359, and now i intend to flash binaries to the spi flash. For example I build the profinet demo project, which file is the app file?which file is the bootloader?can I modify it?
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.
Part Number: TI-RTOS
Tool/software: TI-RTOS
My board is TMDSICE3359, and now i intend to flash binaries to the spi flash. For example I build the profinet demo project, which file is the app file?which file is the bootloader?can I modify it?
The details of boot loading application on AM335x evaluation platforms is provided here:
http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_BOOT_AM335x/AM437x
The bootloader binary and application binary are separate and need to be flashed in different offset in the SPI flash. the bootloader binary is flashed at 0x000000 and profinet application needs to be flashed at 0x20000 as described in the section Booting from McSPI
Please take a look at let us know if you have any follow up questions.
Regards,
Rahul
Rahul,
I've succesfully boot from spi flash, but i still have several quesstions.
Once i use am3359 on my board(designed by my self, and use different DDR, different SPI FLASH or NAND FLASH, NOR FLASH)
1. Do i need modify and load the RBL file? And how?
2. How can i modify the bootloader?
3. Can i increase the speed of flash images to SPI FLASH? It's too slow.
4. After i flash SPI FLASH, I can't boot from SD card.How can i boot from SD card again?
Rahul,
Thanks a lot.
I've notice that the profinet stack is provide by Molex. Where can i buy their license and get more development guide?