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-AM335X: SPI NOR flash boot

Part Number: PROCESSOR-SDK-AM335X

Hello

i want boot U-boot from SPI flash (nor w25q64) on Beaglebone Green Wireless (based on BBB).

we Compile U-boot with am335x_evm_defconfig (and move MLO and u-boot.img to SD-card Flash).

when using "sf probe 0" command to init SPI0 and flash MLO.byteswap into SPI flash (W25Q64FV) U-boot shows:

SF: unrecognized JEDEC id bytes: ff, ff, ff
Failed to initialize SPI flash at 0:0.

How we can Solve this Problem.(we checked spi connection and it is correct )

  Thanks