Hello,
I am working with U-Boot 2024.04 and encountering an issue related to QSPI flash. During boot, I get the following error:
SF: Detected w25q512jveiq with page size 256 Bytes, erase size 64 KiB, total 64 MiB
Could not find a valid device for 21e0000.qspi
Partition ubi-partition not found!
Error, no UBI device selected!
Error, no UBI device selected!
Error reading superblock on volume 'ubi0:' errno=-22!
The QSPI flash (w25q512jveiq) is detected, but U-Boot fails to recognize it as a valid device for 21e0000.qspi.
Attempted sf probe manually, which detects the flash successfully.
Verified mtd list but no MTD devices appear
What could be causing the error "Could not find a valid device for 21e0000.qspi"?
Are there any additional configurations required in U-Boot for proper QSPI initialization?
Any guidance on troubleshooting this issue would be greatly appreciated.
Thanks in advance!