about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/rpi3-amadeus/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/machines/rpi3-amadeus/README.md b/machines/rpi3-amadeus/README.md
new file mode 100644
index 0000000..4ee0586
--- /dev/null
+++ b/machines/rpi3-amadeus/README.md
@@ -0,0 +1,15 @@
+# Installing nixos on rpi
+
+1. Download img from hydra (aarch64)
+2. Flash on sd card and boot it
+3. passwd for root!
+4. run nixos-rebuild with minimal.nix as config
+5. run nixos-rebuild with configuration.nix as config
+
+## TODO
+
+- spi
+
+## Resources
+
+- https://github.com/hexamon-tech/nixos-lorawan-gateway/blob/master/modules/kernel.nix#L11