Skip to content

Commit

Permalink
Image upload process tested working
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Bunting authored and Matt Bunting committed May 11, 2021
1 parent db38a5f commit 234202a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ $ sudo poweroff
4. Make an image of the card and run PiShrink
```bash
$ sudo dd bs=4M if=/dev/sdb of=~/circles-raspbian-`date +%Y-%m-%d`.img
$ sudo ./pipishrink.sh ~/circles-raspbian-`date +%Y-%m-%d`.img
$ tar -czvf ~/circles-raspbian-`date +%Y-%m-%d`.img.gz ~/circles-raspbian-`date +%Y-%m-%d`.img
$ sudo ./pishrink.sh ~/circles-raspbian-`date +%Y-%m-%d`.img
$ tar -czvf ~/circles-raspbian-`date +%Y-%m-%d`.img.tar.gz ~/circles-raspbian-`date +%Y-%m-%d`.img
```
>Note: Make sure you use the right drive letter in the above command regarding /dev/sd*

0 comments on commit 234202a

Please sign in to comment.