Nixos BPI-R4 Uboot: small fixes

This commit is contained in:
Victor Mignot 2024-10-05 19:47:28 +02:00
parent b968a676bf
commit 71ff657b4c
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -88,10 +88,6 @@ Luckily, nixpkgs provides two functions to build these two elements as Nix deriv
# Cross compilation on NixOS (for Nix-beginners)
<!-- If you're not on an aarch64 machine (or did not enable native build through QEMU on your configuration), -->
<!-- you won't be able to build the following derivations. -->
As I plan to build everything from a x86_64 host, we have to set up a cross-compilation system to build our boot sequence
for ARMv8A.
Once again, nixpkgs make it fairly easy with its embedded cross-compilation system.