Skip to content

Commit

Permalink
Update making_rpi_img.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanLut authored Jan 15, 2025
1 parent 16b2367 commit e75d96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/making_rpi_img.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _(note that it could be ```/dev/sdb1``` depending on USB port used)_

- Create image from SD card to USB drive:

```sudo dd if=/dev/mmcblk0 of=/mnt/usb1/espvrx.img bs=1M```
```sudo dd if=/dev/mmcblk0 of=/mnt/usb1/espvrx.img bs=1M status=progress```

```cd /mnt/usb1```

Expand Down

0 comments on commit e75d96c

Please sign in to comment.