Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.04 KB

README.md

File metadata and controls

58 lines (45 loc) · 1.04 KB

Memtester Build Instructions

Version: 4.6.0
Release Date: 19 December 2022 https://pyropus.ca./software/memtester/

Android Build Instructions

Already tested on Android 12.

  1. Navigate to the Android source directory:
    cd <android_source>
  2. Set up the environment:
    source ./build/envsetup.sh
  3. Choose the appropriate build target:
    lunch
  4. Clone the memtester repository:
    cd <android_source>/external/
    git clone <url>
  5. Build memtester:
    cd memtester
    mm

Linux Build Instructions

Already tested on Ubuntu 22.04.

  1. Clone the memtester repository:
    git clone <url>
  2. Build memtester:
    cd memtester
    make

Notes

  • 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