This repository provides configs and a script to compile the Linux kernel + Alpine Linux as the root filesystem for the MangoPi MQ-Quad.
apt
to install the required packages, should work on Ubuntu and Debian, I only tested it on Debian/dev/loop*
files to create the image/mnt/boot
and /mnt/rootfs
as mounting points, make sure these folders are unused
⚠️ You run this script at your own risk.
git clone https://github.com/GiyoMoon/mangopi-mq-quad-alpine.git
cd mangopi-mq-quad-alpine
chmod +x ./build_image.sh
./build_image.sh
The build script does the following:
rtl8723ds
wifi driver, which is currently not in mainlineinterfaces
and resolv.conf
matches your network configurationinit.start
mango
as the default password for root (Had issues when trying to log in over UART with no password)When finished, you should see alpine.img
in the root of this repository.
Not everything works yet. I'm trying to do/fix everything on this list.
/boot
If you need anything else, feel free to open an issue and I will have a look.