We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0d03f9 + 70aa472 commit cdf838aCopy full SHA for cdf838a
src/content/developers/tutorials/run-node-raspberry-pi/index.md
@@ -82,7 +82,7 @@ It is really important to get the name correct because the next command includes
82
```shell
83
# unzip and flash image
84
unzip ethonarm_22.04.00.img.zip
85
-sudo dd bs=1M if=ethonarm_kiln_22.04.00.img of=/dev/mmcblk0 conv=fdatasync status=progress
+sudo dd bs=1M if=ethonarm_22.04.00.img of=/dev/<sdxx> conv=fdatasync status=progress
86
```
87
88
The card is now flashed, so it can be inserted into the Raspberry Pi.
0 commit comments