File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/installation/guides/arm-devices Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,14 @@ thoroughly.
2929
3030The pre-built images provided are prepared for 2GB SD cards. After [ downloading
3131and verifying] ( ../../index.md#downloading-installation-media ) an image, it can
32- be written to the relevant media with [ cat(1)] ( https://man.voidlinux.org/cat.1 ) ,
32+ be uncompressed with [ unxz(1)] ( https://man.voidlinux.org/unxz.1 ) and written to
33+ the relevant media with [ cat(1)] ( https://man.voidlinux.org/cat.1 ) ,
3334[ pv(1)] ( https://man.voidlinux.org/pv.1 ) , or
3435[ dd(1)] ( https://man.voidlinux.org/dd.1 ) . For example, to flash it onto an SD
3536card located at ` /dev/mmcblk0 ` :
3637
3738```
39+ $ unxz -k <image>.img.xz
3840# dd if=<image>.img of=/dev/mmcblk0 bs=4M status=progress
3941```
4042
You can’t perform that action at this time.
0 commit comments