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.
1 parent f9306bb commit e41fbbcCopy full SHA for e41fbbc
installation/installing-images/linux.md
@@ -56,8 +56,8 @@ unzip -p 2017-02-16-raspbian-jessie.zip | sudo dd of=/dev/sdX bs=4096
56
57
```bash
58
dd bs=4M if=/dev/sdX of=from-sd-card.img
59
- truncate --reference 2017-02-16-raspbian-jessie.img from-sd-card.img
60
- diff -s from-sd-card.img 2017-02-16-raspbian-jessie.img
+ truncate --reference 2017-03-02-raspbian-jessie.img from-sd-card.img
+ diff -s from-sd-card.img 2017-03-02-raspbian-jessie.img
61
```
62
63
- Run `sync`. This will ensure the write cache is flushed and that it is safe to unmount your SD card.
0 commit comments