memtester icon indicating copy to clipboard operation
memtester copied to clipboard

For aarch64 platform, I have built "Memtester" from source.

Open odidev opened this issue 10 months ago • 1 comments

Steps

Following STEPS were used for the building and installation:

$ wget https://github.com/jnavila/memtester/archive/refs/tags/v4.5.0.tar.gz 

$ tar -zxvf v4.5.0.tar.gz 

$ cd memtester-4.5.0 

$ make 

Outcome

Memtester executable got created in the root of the project where make is executed. To validate that the build was successful we ran "./memtester". The version info returned matched expected value(s).

All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).

odidev avatar Jan 29 '25 06:01 odidev

What is the purpose of this? This is not an issue.

The version advertised on https://www.arm.com/developer-hub/ecosystem-dashboard/ is not the one that is available here. And if you go to http://pyropus.ca/software/memtester/, you'll see that the latest version is v4.7.1.

jnavila avatar Jan 29 '25 13:01 jnavila