This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5718: Linux

Part Number: AM5718

I have to read and write from the physical memory (system ram ). I used ioremap to map the region . Device tree setup is also done.  Reading works fine.

I use  ioread32 for reading and it works fine.

When I used iowrite32 it does  does not write to the desired memory location.

What mistake I am doing here ?

-cb