NixOS on ARM/ODROID-C2: Difference between revisions
imported>Jasom Add information on configuring Xorg |
imported>OliverEvans96 Fix U-Boot build command (I think) - previous version expects `default.nix` in the current directory. |
||
| Line 30: | Line 30: | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
nix-build -A pkgsCross.aarch64-multiplatform.ubootOdroidC2 | nix-build '<nixpkgs>' -A pkgsCross.aarch64-multiplatform.ubootOdroidC2 | ||
cd result | cd result | ||
bash /path/to/sd_fusing.sh /dev/sdX | bash /path/to/sd_fusing.sh /dev/sdX | ||