Forum Discussion
PShar30
New Contributor
6 years agoWant to access single port ram using python in HPS ;
hi. I have successfully booted Armstrong Linux in HPS of cyclone V , made a simple program for ram functionality . I want to access ram data stored in address "00" using python in HPS. Plea...
AnilErinch_A_Intel
Frequent Contributor
6 years agoHi ,
Please try to use the general linux commands using wrapper os.system() in python.
https://superuser.com/questions/164960/how-do-i-dump-physical-memory-in-linux
and let us know the results.