mirror of
https://github.com/sstent/nixos-on-odroid-m1.git
synced 2026-04-03 19:43:07 +00:00
Initial commit
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# NixOS on ODROID-M1
|
||||
|
||||
(based on https://github.com/povik/nixos-on-odroid-n2 and hellabyte's work here https://discourse.nixos.org/t/newbie-installs-nixos-on-an-arm-sbc-or-how-patience-is-a-virtue/35020)
|
||||
|
||||
These are configuration files which make it easier to set up and maintain a NixOS installation on an ODROID-M1 single-board computer.
|
||||
|
||||
The system is set up to be loaded through Petitboot.
|
||||
|
||||
Kernel is mainline.
|
||||
|
||||
Patches are welcome!
|
||||
|
||||
## Building an initial SD/MMC image
|
||||
|
||||
On an aarch64 system (or with aarch64 emulation):
|
||||
|
||||
`nix build .#images.m1`
|
||||
|
||||
On an aarch64 system:
|
||||
|
||||
`nix build --option system aarch64-linux --option sandbox false .#images.m1`
|
||||
|
||||
Reference in New Issue
Block a user