I am using the sdk of ti-processor-sdk-linux-j7-evm-07_02_00_07 to build the u-boot and put the sysfw.itb uboot3.bin u-boot.img tispl.bin into mmc card.
1. Change the boot mode to MMCSD boot mode.It boots OK.
2. Use the u-boot to boot the linux kernel and enter file-system and use dd command to put sysfw.itb uboot3.bin u-boot.img tispl.bin into OSPI flash, the dd command works fine.
root@j7-evm:~/uboot# dd if=tiboot3.bin of=/dev/mtdblock0
root@j7-evm:~/uboot# dd if=tispl.bin of=/dev/mtdblock1
root@j7-evm:~/uboot# dd if=u-boot.img of=/dev/mtdblock2
root@j7-evm:~/uboot# dd if=sysfw.itb of=/dev/mtdblock5
3. Change the boot mode into OSPI flash and I reset the board, It shows the following words and CANNOT enter the u-boot.
U-Boot SPL 2020.01-dirty (Oct 24 2021 - 23:56:00 -0700)
SYSFW ABI: 3.1 (firmware rev 0x0014 '20.8.5--v2020.08b (Terrific Lla')
Trying to boot from SPI
ti_sci_get_response: Message receive failed. ret = -110
Mbox send fail -110
ti_sci_get_response: Message receive failed. ret = -110
Mbox send fail -110
ti_sci_get_response: Message receive failed. ret = -110
Mbox send fail -110
ti_sci_get_response: Message receive failed. ret = -110
Mbox send fail -110
ti_sci_get_response: Message receive failed. ret = -110
Mbox send fail -110
ti_sci_get_response: Message receive failed. ret = -110
Mbox send fail -110
ti_sci_get_response: Message receive failed. ret = -110
RM_RA:Mbox config send fail -110
TISCI config ring fail (-110) ring_idx 0
PS:how can I get nor_spi_pattern.bin and how can I build to genrate nor_spi_pattern.bin?