NixOS on ARM/Orange Pi 5: Difference between revisions
imported>Ryan4yin No edit summary |
imported>Ryan4yin No edit summary |
||
| Line 31: | Line 31: | ||
=== @ryan4yin's flake === | === @ryan4yin's flake === | ||
A minimal flake that | A minimal flake that makes NixOS running on Orange Pi 5: https://github.com/ryan4yin/nixos-rk3588 | ||
The basic idea is to boot from the armbian's uboot, flash it to the SPI flash first. | The basic idea is to boot from the armbian's uboot, flash it to the SPI flash first. | ||
Then build the NixOS's rootfs with armbian's customized kernel https://github.com/armbian/linux-rockchip/tree/rk-5.10-rkr4. | Then build the NixOS's rootfs with armbian's customized kernel https://github.com/armbian/linux-rockchip/tree/rk-5.10-rkr4. | ||