I want to read and write data from a particular DRAM in my system. I know that I can list available DRAMs using decode-dimms command. But I didn't find a detailed explanation that how actually this can be done, And little confused how VA -> PA - > DRAM mapping is done. Please help me with this.
Asked
Active
Viewed 69 times
0
-
1Virtual memory mapping is handled by the operating system. What OS are you using? Or are you on the bare metal? Also, what CPU architecture, system type, etc? – Nate Eldredge Dec 15 '21 at 07:15
-
@NateEldredge Linux on Arm – Alex Swift Dec 15 '21 at 09:00