I have a working DEBUG targeted project based on the ecat_appl. It runs fine from the USB JTAG.
How to I get that into a boot-able image on the micro SD card.
- Target settings
- Which files need to be on the SD card
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.
I have a working DEBUG targeted project based on the ecat_appl. It runs fine from the USB JTAG.
How to I get that into a boot-able image on the micro SD card.
- Target settings
- Which files need to be on the SD card
Make a release build.
I dont know if a release produces the .bin you need, but you can use the pos_build.bat (in tools)
The using is described in the users oder getting started guide of the sdk.
Just to make sure it is known - the SD card is on MMC1 interface and not MMC0. MMC0 is the boot capable source. So, if you put the SD card in MMC1, a boot loader will still be needed on SPI or other primary boot source to copy image from MMC1.
Thanks.
Maneesh