NixOS on RISCV/VisionFive 2: Difference between revisions
Line 94: | Line 94: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Flashing the | === Flashing the image === | ||
After successfull build or unpack, flash the resulting file (build file is in the directory <code>results/sd-image</code>) to the target device | After successfull build or unpack, flash the resulting file (build file is in the directory <code>results/sd-image</code>) to the target device such as a NVME SSD drive or in this example the SD-card (<code>/dev/mmcblk*</code>). Note that everything on the target device gets erased. | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> |