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.
Hello Team,
I was exploring AM62X-SKEVM revision E1, it doen't support flashing over USB.
Able to boot from uSD card, Is there any document to flash u-boot into NOR from uSD boot.
Tried below commands from uSD u-boot prompt, but resulted with error.
=> sf probe
SF: Detected s28hs512t with page size 256 Bytes, erase size 256 KiB, total 64 MiB
=> mtd list
List of MTD devices:
* nor0
- type: NOR flash
- block size: 0x40000 bytes
- min I/O: 0x1 bytes
- 0x000000000000-0x000004000000 : "nor0"
=> echo ${loadaddr}
0x82000000
=> fatload mmc 0 ${loadaddr} tiboot3.bin
** Unrecognized filesystem type **
Thanks,
Muthukumar M K
Hi Muthukumar,
I have assigned your query to our expert. In the meantime, have you followed the instructions provided here:
See if this helps.
Best Regards
Suren
Hi Suren
Those steps are flashing through tftp.
Like to know flashing NOR from uSD boot.
Thanks,
Muthukumar M K
Hello,
Please allow a few days to look into this issue. Thanks.
regards,
Judith
Hello Muthukumar,
To load from SD card. Please replace mmc 0 to mmc 1.
So the command is fatload mmc1 ${loadaddr} tiboot3.bin.
Same for tispl.bin and u-boot.img.
regards,
Judith