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.

AM5728: QSPI_4 boot for AM5718

Part Number: AM5728

in my previous post, asked QSPI_4 boot support, I am not sure whether it is supported today.

In the user guide mentioned dra7xx_evm_qspiboot_config, where can I get the configuration file?

BTW, the u-boot.img file size is 1.4Mbyte, if with below command, 0x60000 is not enough.

U-Boot # mmc rescan
U-Boot # fatload mmc 0 ${loadaddr} MLO
U-Boot # sf probe 0
U-Boot # sf erase 0x00000 0x100000
U-Boot # sf write ${loadaddr} 0x00000 0x10000
U-Boot # fatload mmc 0 ${loadaddr} u-boot.img
U-Boot # sf write ${loadaddr} 0x40000 0x60000

Please advice how to enable QSPI_4 boot support, and verified command sequence.