nix-community / nixos-anywhere

install nixos everywhere via ssh [maintainer=@numtide]
https://nix-community.github.io/nixos-anywhere/
MIT License
1.53k stars 106 forks source link

Feature Request: Support for ROCK64 #379

Closed BeatLink closed 2 weeks ago

BeatLink commented 3 weeks ago

Would it be possible to add support for PINE64's ROCK64 SBC?

Mic92 commented 2 weeks ago

Arm64 should work in general. However not all Linux kernel have kexec enabled. We have seen that on rasbian with raspberry pi. Also some hardware cannot be kexeced. So it either works or it doesn't. Another issue might be that nixos-install might not put u-boot in the right place? Might be quite hard to support that. Stuff like Towboot would help in that case.