diff --git a/README.md b/README.md index 051378d..c354321 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ Not all hardware works perfectly with the Pi, so to save you some digging, here' Preparing the image is easy. Assuming you're on OS X: -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. `$ wget https://github.com/futurice/chilipie-kiosk/releases/download/v1.2.1/chilipie-kiosk-v1.2.1.img.zip` +1. `$ unzip chilipie-kiosk-v1.2.1.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.2.img of=/dev/rdisk2` to flash the card +1. `$ sudo dd bs=1m if=chilipie-kiosk-v1.2.1.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/home/.chilipie-kiosk-version b/home/.chilipie-kiosk-version index 96154a8..7dafe5b 100644 --- a/home/.chilipie-kiosk-version +++ b/home/.chilipie-kiosk-version @@ -1,3 +1,3 @@ -v1.2 +v1.2.1 # https://github.com/futurice/chilipie-kiosk diff --git a/image-setup.md b/image-setup.md index 40526d8..5609ff6 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.2`. +Replace `$TAG` with whatever version is being built, e.g. `v1.2.1`. 1. Flash your SD card (assuming OS X): 1. Get [Ubuntu MATE 16.04](https://ubuntu-mate.org/raspberry-pi/) and decompress into an `.img` file