Improve instructions on image prepare

This commit is contained in:
Arch-vile 2017-10-31 13:18:35 +02:00 committed by GitHub
parent 098066918b
commit e3cc012d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,10 +35,10 @@ Preparing the image is easy. Assuming you're on macOS:
1. Download and decompress [the latest image](https://github.com/futurice/chilipie-kiosk/releases/download/v1.2.1-repack/chilipie-kiosk-v1.2.1.img.tar.gz) 1. Download and decompress [the latest image](https://github.com/futurice/chilipie-kiosk/releases/download/v1.2.1-repack/chilipie-kiosk-v1.2.1.img.tar.gz)
1. Insert your microSD card 1. Insert your microSD card
1. `$ diskutil list` to check the correct device 1. `$ diskutil list` to carefully check the correct device (/dev/disk2 is used as example below)
1. `$ diskutil unmountDisk /dev/disk2` to prepare it for imaging 1. `$ diskutil unmountDisk /dev/disk2` to prepare it for imaging
1. `$ sudo dd bs=1m if=chilipie-kiosk-v1.2.1.img of=/dev/rdisk2` to flash the card 1. `$ sudo dd bs=1m if=chilipie-kiosk-v1.2.1.img of=/dev/disk2` to flash the card
1. Grab a coffee, this will take a while 1. Grab a coffee, this will take a while. On OSX, pressing Ctrl + t, will give you the amount of bytes transferred.
1. `$ diskutil unmountDisk /dev/disk2` to safely eject the card 1. `$ diskutil unmountDisk /dev/disk2` to safely eject the card
1. Insert the microSD card to your Pi and power it up! 1. Insert the microSD card to your Pi and power it up!