Solved SPI Flash error

I have a problem with SPI flash not being detercted correctly.

What can I do? I could flash it from another OS but I would like to see FreeBSD support this.

Code:
mx25l0: <M25Pxx Flash Family> at cs 0 mode 0 on spibus0
mx25l0: Unknown SPI flash device. Vendor: ff, device id: ffff
device_attach: mx25l0 attach returned 6

aarch64
FreeBSD 14.1-RELEASE based on ROCKPRO64 image.

 
Sorry my bad. This board does not have an SPI Chip. Rock Pi 4 Plus V1.73 from Nebra miners.

The DTB must have a node for spi-flash on some RockPi4 models.

My derp moment was going into u-boot and running sf probe 0 and getting the same strings ff and ffff for ID.

I even used the rk3399-disable-spi1.dtb overlay thinking it would do something.
 
Back
Top