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.

Linux reading and writing to the physical memory

Other Parts Discussed in Thread: AM5718

Hi Guys,
I have got 0x96000 memory allocated in system ram for audio data.
To read and write I used ioremap, Which while reading back getting
wrong values.

DO I need to use different api's for mapping such a huge physical memory
and acess them in the driver.