Template:ARM/installation generic: Difference between revisions
imported>Samueldr m WIP |
imported>KREYREN Add conv=sync status=progress for better and more reliable output |
||
| Line 20: | Line 20: | ||
-->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.}} | {{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 conv=sync status=progress|lang="bash"}}<!-- | ||
--></includeonly> | --></includeonly> | ||