Update image setup and README.

This commit is contained in:
Jarno Rantanen 2016-04-01 00:45:03 +03:00
parent fe9c34c3a3
commit c660152396
2 changed files with 16 additions and 3 deletions

View File

@ -30,4 +30,16 @@ Optional extras:
## Software
TODO
Preparing the image is easy. Assuming you're on OS X:
1. `$ wget TODO`
1. `$ unzip chilipie-kiosk-v1.0.img.zip`
1. Insert your microSD card
1. `$ diskutil list` to check the correct device
1. `$ diskutil unmountDisk /dev/disk2` to prepare it for imaging
1. `$ sudo dd bs=1m if=chilipie-kiosk-v1.0.img of=/dev/disk2` to flash the card
1. Grab a coffee, this will take a while (e.g. 60 minutes on a MBP and a Class 10 card)
1. `$ diskutil unmountDisk /dev/disk2` to safely eject the card
1. Insert the microSD card to your Pi and power it up!
The first boot should land you [here](first-boot.md).

View File

@ -74,5 +74,6 @@
1. Dump the image to disk (assuming OS X):
1. `$ diskutil list` to check correct device
1. `$ diskutil unmountDisk /dev/disk2` to prepare it for imaging
1. `$ sudo dd bs=1m count=5120 if=/dev/disk2 of=chilipie-kiosk-TAG.img` (only dump the relevant first 5 GB)
1. `$ zip chilipie-kiosk-TAG.zip chilipie-kiosk-TAG.img`
1. `$ sudo dd bs=1m count=5120 if=/dev/disk2 of=chilipie-kiosk-$TAG.img` (only dump the relevant first 5 GB)
1. `$ openssl sha1 chilipie-kiosk-$TAG.img` and include hash in release notes
1. `$ zip chilipie-kiosk-$TAG.zip chilipie-kiosk-$TAG.img`