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.

PROCESSOR-SDK-AM62X: Flashing u-boot to NOR flash from SD boot

Part Number: PROCESSOR-SDK-AM62X

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