NixOS on ARM/Raspberry Pi: Difference between revisions

imported>Samueldr
m Removes spacing that causes issues
imported>Samueldr
reviews binary cache bit as it was armv7l only, which is not universal across pis!
Line 88: Line 88:
</nowiki>}}
</nowiki>}}
== Binary Cache ==
== Binary Cache ==
Consider the channel http://hydra.earthtools.ca/jobset/arm/nixpkgs-arm-unstable/channel/latest as a binary cache.
 
Depending on the architecture used, binary caches availability varies. Binary caches instructions are on the main [[NixOS on ARM#Binary cache|NixOS on ARM]] page. The following table desribes the architectures supported by each board.  
 
{|class="wikitable"
|-
! Raspberry Pi 1
| armv6
|-
! Raspberry Pi 2
| armv7
|-
!rowspan="2" style="vertical-align: middle;"|Raspberry Pi 3
| armv7
|-
| aarch64
|}


== Notes about the boot process ==
== Notes about the boot process ==