Compare commits

...

3 commits

Author SHA1 Message Date
asonix 12d73549e3 Remove text about pre-built images 2023-02-02 18:09:15 -06:00
asonix 0b955ee189 Update working table in README 2023-02-02 18:09:02 -06:00
asonix cd576a0851 Fix rock64 boot 2023-02-02 18:08:08 -06:00
2 changed files with 2 additions and 4 deletions

View file

@ -2,8 +2,6 @@
Build aarch64 images for ARM single board computer that require
custom uboot firmware.
It re-uses pre-build NixOS installation images,
so it can be also built on non aarch64 architectures.
Based on original work here: [https://github.com/Mic92/nixos-aarch64-images](https://github.com/Mic92/nixos-aarch64-images)
@ -52,7 +50,7 @@ git+file:///home/asonix/Development/nix/nixos-aarch64-images
| [SoQuartz with Model A Baseboard][] | soquartz-model-a | Untested |
| [Quartz64 Model A][] | quartz64a | Untested |
| [Quartz64 Model B][] | quartz64b | Tested & works |
| [Rock64][] | rock64 | Untested since I forked |
| [Rock64][] | rock64 | Tested & works |
| [RockPro64][] | rockPro64 | Untested since I forked |
| [RockPro64 (v2)][] | rockPro64v2 | Tested & works |
| [roc-pc-rk3399][] | roc-pc-rk3399 | Untested since I forked |

View file

@ -25,7 +25,7 @@ let
time.timeZone = "UTC";
boot.kernelPackages = kernel;
boot.kernelParams = [ "console=ttyS2,1500000n8" ];
boot.kernelParams = [ "console=ttyS2,1500000n8" "rootwait" "root=PARTLABEL=nixos" "rw" ];
hardware.deviceTree.name = fdt;