Skip to content

Commit cdf838a

Browse files
authored
Merge pull request #9231 from juliencarponcy/patch-1
update image name in flash command ethonarm
2 parents b0d03f9 + 70aa472 commit cdf838a

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/run-node-raspberry-pi

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/run-node-raspberry-pi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ It is really important to get the name correct because the next command includes
8282
```shell
8383
# unzip and flash image
8484
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
85+
sudo dd bs=1M if=ethonarm_22.04.00.img of=/dev/<sdxx> conv=fdatasync status=progress
8686
```
8787

8888
The card is now flashed, so it can be inserted into the Raspberry Pi.

0 commit comments

Comments
 (0)