Hi,
Im having trouble to read from QSPI NOR Flash on our custom board. We are using S32G274A with MX66UW1G45G (which is mainly the same as MX25UW51245G found on RDB2 just bigger as far as I know).
Problem is when trying to "sf probe" I get "Unrecognized JEDEC id: 84, 83, 7f". Flash obviously responded to command 0x9F (Read ID) but it responded with wrong ID. Correct ID for this chip is 0xC2813B.
When using S32FlashTool everything is ok, also when trying to read ID from CM7 application also it reads correct JEDEC ID. Problem only occures in u-boot (im using LinuxBSP31).
I did added new flash info into spi-nor-ids.c but with correct ID not this one that it reads wrongly. If I add it with wrong ID later all reads are wrong.
What could be a problem?