Tool/software: Code Composer Studio
What are the boot modes supported on the AM57xx variants on the SDK?
What are the board modifications that need to be done to enable non-default boot modes on the am57xx-IDKs?
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.
Tool/software: Code Composer Studio
What are the boot modes supported on the AM57xx variants on the SDK?
What are the board modifications that need to be done to enable non-default boot modes on the am57xx-IDKs?
Table-1
Table-2
SPI Enablement in SDK 6.03:
mmc rescan
fatload mmc 0 ${loadaddr} MLO
sf probe 0
sf erase 0x00000 0x200000
sf write ${loadaddr} 0x00000 ${filesize}
fatload mmc 0 ${loadaddr} u-boot.img
sf write ${loadaddr} 0x40000 ${filesize}
Complete boot instructions: https://software-dl.ti.com/processor-sdk-linux/esd/docs/06_03_00_106/linux/Foundational_Components_U-Boot.html?highlight=boot
Board modification details for AM571x-idk/AM572x-idk/AM574x-idk:
Summary: