Template:ARM/installation generic: Difference between revisions

imported>KREYREN
Use DEVICE as it's more understandable
Sdht0 (talk | contribs)
Add proper sections
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>{{Template}}


== About ==
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!
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!


=== Parameters ===
* <tt>variant</tt> Pass one of <tt>aarch64, armv7l, armv6l</tt> as relevant.
* <tt>storage</tt> default: <tt>an SD card</tt> This will be used like <tt>... to a/an EXAMPLE STORAGE DEVICE</tt>. Example: <tt>storage=a USB drive</tt>.
== Usage ==
<syntaxhighlight>
<syntaxhighlight>
{{ARM/installation generic|variant=EXAMPLE}}
{{ARM/installation generic|variant=EXAMPLE}}
</syntaxhighlight>
</syntaxhighlight>


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


{{ARM/installation generic|variant=EXAMPLE}}
{{ARM/installation generic|variant=EXAMPLE}}
Line 19: Line 21:


-->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/DEVICE</code> with the path to your SD card device.}}
{{#tag:syntaxhighlight|sudo dd if=sd-image-{{{variant}}}-linux.img of=/dev/DEVICE conv=sync status=progress|lang="bash"}}<!--
{{#tag:syntaxhighlight|sudo dd if=sd-image-{{{variant}}}-linux.img of=/dev/DEVICE conv=sync status=progress|lang="bash"}}<!--


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