diff --git a/README.md b/README.md index 0f571e0..fb15ed1 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ Optional extras: Preparing the image is easy. Assuming you're on OS X: -1. `$ wget https://github.com/futurice/chilipie-kiosk/releases/download/v1.1/chilipie-kiosk-v1.1.img.zip` -1. `$ unzip chilipie-kiosk-v1.1.img.zip` +1. `$ wget https://github.com/futurice/chilipie-kiosk/releases/download/v1.2/chilipie-kiosk-v1.2.img.zip` +1. `$ unzip chilipie-kiosk-v1.2.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.1.img of=/dev/rdisk2` to flash the card +1. `$ sudo dd bs=1m if=chilipie-kiosk-v1.2.img of=/dev/rdisk2` to flash the card 1. Grab a coffee, this will take a while 1. `$ diskutil unmountDisk /dev/disk2` to safely eject the card 1. Insert the microSD card to your Pi and power it up! diff --git a/image-setup.md b/image-setup.md index f69fe43..98193d2 100644 --- a/image-setup.md +++ b/image-setup.md @@ -2,7 +2,7 @@ ## Baseline setup -Replace `$TAG` with whatever version is being built, e.g. `v1.1`. +Replace `$TAG` with whatever version is being built, e.g. `v1.2`. 1. Flash your SD card (assuming OS X): 1. Get [Ubuntu MATE 15.10.1](https://ubuntu-mate.org/raspberry-pi/) and decompress into an `.img` file