NixOS on ARM/PINE64 ROCKPro64: Difference between revisions

imported>Kreyren
Nixified the picocom command
imported>Cyber-murmel
add nix-build for uboot
Line 29: Line 29:


U-Boot for this board is packaged in nixpkgs, and Hydra builds can be found here: https://hydra.nixos.org/job/nixpkgs/trunk/ubootRockPro64.aarch64-linux
U-Boot for this board is packaged in nixpkgs, and Hydra builds can be found here: https://hydra.nixos.org/job/nixpkgs/trunk/ubootRockPro64.aarch64-linux
It can also be [https://nixos.wiki/wiki/NixOS_on_ARM#Compiling_through_QEMU cross compiled] with
<syntaxhighlight lang="bash">
nix-build '<nixpkgs>' --argstr system aarch64-linux -A ubootRockPro64 --out-link ubootRockPro64
</syntaxhighlight>


== Board-specific installation notes ==
== Board-specific installation notes ==