Part Number: AM5728
Hi Sir,
I am using AM5728 board and AM5728 SDK using. my booting option is 1.QSPI then 2. SD card. Actually I want erase the qspi then only boots from SD card(Not written any code in QSPI default junk?).
I used Working U-boot code loading through Code Composer Studio below commands.
I am using Below steps through CCSv8
1)Launch Selected configuration from am5728.ccxml and Load and test configuration of Device Name: GPEVM_AM572X
2) CPU Reset then PC=0x00030000
3)Tools--> Load Memory ->u-boot-spl.bin (0x40300000) -->Type Size(32-bits)-->Finish
4)Run -->Load Symbols --> u-boot-spl(not giving any address) --> OK
5)checking Disassembler and Memory Browser data present or not.
6)Change Program Counter to 0x40300000
7)Run the code.
In beagle board it will stop (##ERROR ## Please Reset the board ###)
but in our custom board nothing it's displaying, it will go and stop in 0x0000000c PRUSS1_GP register.


