Hello,
I am trying to access a Linux system's NOR flash memory. I tried use __raw_readl(xxxxx) (through io_p2v) to read NOR memory data, but I failed.
Is there any way I can access that memory? Will driver /dev/mem work for this? I guess not. it is only for the RAM maybe.
Can anyone help?