Part Number: AM4378
Hi,
I have ported U-Boot to a custom AM437x board. I used Ti's SDK: ti-processor-sdk-linux-am437x-evm-11.02.05.02-Linux-x86-Install.bin.
After modifying U-Boot for my board, I booted the system using a SD card.
However, it seems that QSPI is not being recognized. When I enter 'sf probe' command in the console, the following message appears:
jedec_spi_nor flash@0: unrecognized JEDEC id bytes: 00, 00, 00
Failed to initialize SPI flash at 0:0 (error -2)
Below is the dts file and configuration file.
I'm not sure whether the issue is caused by the dts file or the configuratoin.
Ultimately, I would like to boot U-Boot from QSPI.