memtester
memtester copied to clipboard
For aarch64 platform, I have built "Memtester" from source.
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/).
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.