Template:ARM/installation generic: Difference between revisions

imported>Samueldr
m Undo revision 3754 by Samueldr (talk)
imported>Samueldr
m WIP
Line 6: Line 6:
{{ARM/generic install|variant=EXAMPLE}}
{{ARM/generic install|variant=EXAMPLE}}
</syntaxhighlight>
</syntaxhighlight>
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>.


== Preview ==
== Preview ==
Line 13: Line 18:
</noinclude><includeonly><!--
</noinclude><includeonly><!--


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


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