Bump version to v1.2.1.

This commit is contained in:
Jarno Rantanen 2016-09-15 15:14:37 +03:00
parent 4765c512fc
commit 7ad73db985
3 changed files with 5 additions and 5 deletions

View File

@ -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: 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. `$ 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.img.zip` 1. `$ unzip chilipie-kiosk-v1.2.1.img.zip`
1. Insert your microSD card 1. Insert your microSD card
1. `$ diskutil list` to check the correct device 1. `$ diskutil list` to check the correct device
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.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. Grab a coffee, this will take a while
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!

View File

@ -1,3 +1,3 @@
v1.2 v1.2.1
# https://github.com/futurice/chilipie-kiosk # https://github.com/futurice/chilipie-kiosk

View File

@ -2,7 +2,7 @@
## Baseline setup ## 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. 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 1. Get [Ubuntu MATE 16.04](https://ubuntu-mate.org/raspberry-pi/) and decompress into an `.img` file