Download or Build¶
Download AyraOS¶
- FIXME TK
Build AryaOS¶
The build environment for AryaOS is based on pi-gen. The build will create a Raspberry Pi OS image, compatible with Raspberry Pi Imager.
Any SD card larger than 16 GB should suffice to get started, 32 GB recommended.
The AryaOS build procedure is inspired by @deltazero's kiosk.pi.
Build Steps¶
To build initially:
- Checkout this repo.
make initto download pi-gen.make buildto create an image.
To Update a build:
- sync repo
make skipto skip base-os build steps.make buldto create an image.
N.B.: The make build step will attempt to sudo, and may prompt for a password.