about summary refs log tree commit diff
path: root/machines/rpi3-amadeus
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-02-07 12:33:44 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-02-07 12:33:44 +0100
commit63024d45b1b24e9e807599a0f13e5a046c0278a0 (patch)
treef17257e54cd5cad8ac778a1cadb105af693e0a50 /machines/rpi3-amadeus
parent022841a61b6d9df5c71fac214c88dd390c9d776a (diff)
downloaddots-63024d45b1b24e9e807599a0f13e5a046c0278a0.tar.gz
dots-63024d45b1b24e9e807599a0f13e5a046c0278a0.zip
Add rpi3 readme
Diffstat (limited to 'machines/rpi3-amadeus')
-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