Other Parts Discussed in Thread: SK-AM62
I just receive my SK-AM62-LP board from TI. And I can boot it from SD card successfully.
But I encountered with a problem of OSPI boot mode.
The board can't boot up from OSPI with 1000(SW3.4~SW3.7), but it worked if I change the switch to 0000(SW3.4~SW3.7).
However, the doc shows that it's the boot mode in Serial NAND with 0000. Is this a Document mistake, or just I am misunderstanding?
I change the switch by refering to this file(https://www.ti.com/lit/pdf/spruj51).
The detail steps I did before boot system from OSPI:
1 download official image from here(https://dr-download.ti.com/software-development/software-development-kit-sdk/MD-PvdSyIiioq/09.00.00.03/tisdk-default-image-am62xx-lp-evm.wic.xz)
2 flash the img to SD card with balenaetcher
3 insert the SD card to board and boot it up
4 flash the file(tiboot3.bin tispl.bin u-boot.img) I find from the SD card to OSPI flash with the following command:
dd if=tiboot3.bin of=/dev/mtdblock0
dd if=tispi.bin of=/dev/mtdblock1
dd if=u-boot.img of=/dev/mtdblock2
5 change the SW3.4~SW3.7 from (0001) to (1000) to boot from OSPI.
6 remove the SD card and power the board again.