Prebuilt SD card images for supported MNT Reform platforms.
The current released image supports the MNT Pocket Reform with the A311D SoM.
Release: v7.1.2
Release Notes
The reform-tools AUR package is still a work in progress, as reform-tools assumes you are running Debian. The reform-check script has been ported. Many of the other scripts will work with some minor changes. You can use the scripts as a reference and feel free to contribute updates.
Network Manager is installed in an attempt to make connecting to wifi easier. Be sure to disable systemd-networkd before starting up Network Manager. You'll also want to decide between networkd-resolved or dhcpcd.
Flash to SD Card
Download the image from the release page, then write it to an SD card with bmaptool:
sudo bmaptool copy path/to/mnt-reform-[version]-aarch64.img.zst /dev/sdX
Replace /dev/sdX with your actual SD card device. Double-check it before flashing.
Example:
bmaptool copy https://github.com/cetola/mnt-build/releases/download/7.0.11.reform1-aarch64/arch-sys-mnt-pocket-a311d-7.0.11-reform1.img.zst /dev/sda
First Boot
The image boots into an Arch Linux ARM filesystem.
- Default users:
rootandalarm - Default passwords: each password matches the username
Need Another Platform?
If you want support for another platform or SoM, open an issue and say what hardware you want tested.