Hi Sir,
I used the MX25L6433FM2I-08G (SO8-QSPI) on the OSPI interface, the terminal didn't show anything, then checked that OSPI0_CLK was low, indicating that QSPI was not working.
Then I refer to https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1034403/am6442-how-to-boot-with-qspi-boot?tisearch=e2e-sitesearch&keymatch=QSPI%25252525252525252520Boot#, Bootmode is set to SPI, the terminal has information output, but it still cannot be turned on. The log information below shows that there is no device on the SPI interface.
U-Boot SPL 2021.01-g827cbd9e-dirty (Sep 02 2022 - 13:23:58 +0800)
SYSFW ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
SPL initial stack usage: 13392 bytes
Trying to boot from SPI
jedec_spi_nor flash@0: unrecognized JEDEC id bytes: c2, 20, 17
SPI probe failed.
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
How to boot up from the OSPI interface with QSPI/SPI flash?
1. Boot Mode is set to QSPI, why that OSPI0_CLK didn't output?
2. Does it work when OSPI interface uses SPI flash?
3. If Q2 works, which option is Boot Mode set on, can you share the steps to build the Boot Image?
BR, Taylor