Version: 4.6.0
Release Date: 19 December 2022
https://pyropus.ca./software/memtester/
Already tested on Android 12.
- Navigate to the Android source directory:
cd <android_source>
- Set up the environment:
source ./build/envsetup.sh
- Choose the appropriate build target:
lunch
- Clone the
memtester
repository:cd <android_source>/external/ git clone <url>
- Build
memtester
:cd memtester mm
Already tested on Ubuntu 22.04.
- Clone the
memtester
repository:git clone <url>
- Build
memtester
:cd memtester make
- Make sure to replace
<android_source>
and<url>
with your actual directory and repository URL.
I just porting it for Android.
More detailed description of the original README。