NixOS on ARM/PINE64 ROCKPro64: Difference between revisions
imported>Lopsided98 I thought mainline didn't need the ethernet checksumming fix anymore, but it still does. |
imported>Mic92 Mention nixos-aarch64-images |
||
Line 31: | Line 31: | ||
== Board-specific installation notes == | == Board-specific installation notes == | ||
You can use [https://github.com/Mic92/nixos-aarch64-images nixos-aarch64-images] to get an rockpro64 compatible disk image or running the commands manually as described below: | |||
U-Boot needs to be copied to specific sectors on the microSD card, eMMC or image with <code>dd</code>. Download/build U-Boot for the board, and write <code>idbloader.img</code> and <code>u-boot.itb</code> to the correct locations with (replace <code>/dev/mmcblkX</code> with the correct path to the card or image): | U-Boot needs to be copied to specific sectors on the microSD card, eMMC or image with <code>dd</code>. Download/build U-Boot for the board, and write <code>idbloader.img</code> and <code>u-boot.itb</code> to the correct locations with (replace <code>/dev/mmcblkX</code> with the correct path to the card or image): |