Hi
We are using i.MX 8M Mini DDR4 EVK board.
we got issue when try to access qspi flash in uboot:
u-boot=> sf probe
Invalid bus 0 (err=-19)
Failed to initialize SPI flash at 0:0 (error -19)
In Linux console we got this:
ubuntu@arm:~$ cat /proc/mtd
dev: size erasesize name
there is no spi flash detected.
wondering how to solve this issue?
Thanks