🛠️ Buildroot for aa-proxy-rs
This repository contains the build system (based on Buildroot) used for building aa-proxy images.
git clone --recurse-submodules https://github.com/aa-proxy/buildroot
cd buildroot
./docker-dev build
./docker-dev rpi02w
If you want more control, you can enter an interactive shell inside the development container:
./docker-dev shell
Once inside, you can manually run builds like this:
./build-image.sh rpi02w
Useful for testing, debugging, or tweaking the environment without restarting the whole process.
All supported board/device configurations can be found here:
👉 external/configs on GitHub
After a successful build, the final SD card image (for above example) will be located at:
buildroot/output/rpi02w/images/sdcard.img
You can flash this image directly to an SD card using dd, balenaEtcher or whatever flash tool you like.