Template:ARM/installation generic: Difference between revisions

From NixOS Wiki
imported>Samueldr
m WIP
imported>Samueldr
m WIP
Line 19: Line 19:


-->To use the generic installation image for your board, you will need to copy it verbatim to {{{storage|an SD card}}}.
-->To use the generic installation image for your board, you will need to copy it verbatim to {{{storage|an SD card}}}.
 
{{tip|Replace <code>/dev/sdX</code> with the path to your SD card device.}}
{{#tag:syntaxhighlight|sudo dd if=sd-image-{{{variant}}}-linux.img of=/dev/sdX|lang="bash"}}
{{#tag:syntaxhighlight|sudo dd if=sd-image-{{{variant}}}-linux.img of=/dev/sdX|lang="bash"}}<!--
Replace <code>/dev/sdX</code> with the path to your SD card device.<!--


--></includeonly>
--></includeonly>

Revision as of 23:31, 14 January 2020


This template provides generic installation instructions for NixOS on ARM sub-pages. Look at the other installation instruction templates, there may be one more appropriate for the lineage of your board!

{{ARM/generic install|variant=EXAMPLE}}

Parameters:

  • variant Pass one of aarch64, armv7l, armv6l as relevant.
  • storage default: an SD card This will be used like ... to a/an EXAMPLE STORAGE DEVICE. Example: storage=a USB drive.

Preview

Template:ARM/generic install