vusec / hammertime

GNU General Public License v2.0
145 stars 42 forks source link

Error in extracting DRAM memory configuration #4

Open ayeshamkzhh opened 3 years ago

ayeshamkzhh commented 3 years ago

Hi,

I tried to run this hammertime tool with a system having Intel architecture 'ivybridge'. However, the options available in the tool for intel are ivyhaswell and sandy as printed after running the command :

sudo ramses/tools/msys_detect.py

By selecting the ivyhaswell option and also, running the command "sudo dmidecode -t memory generate" the following error:

/dev/mem: No such file or directory

It seems that the problem is in extracting the DRAM memory configuraiton. It would be great if you could help in resolving this issue.

Regards, Ayesha Siddique