Slide 23
Slide 23 text
23 / 107
© 2015 , @PRossbach, IOT Berlin 2015
$ wget http://downloads.hypriot.com/hypriot-rpi-20150416-201537.img.zip
$ unzip hypriot-rpi-20150416-201537.img.zip
# insert SD CARD
$ diskutil list
...
/dev/disk3
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *31.9 GB disk3
1: Windows_FAT_32 NO NAME 31.9 GB disk3s1
$ diskutil unmountdisk /dev/disk3
$ sudo dd if=hypriot-rpi-20150416-201537.img of=/dev/rdisk3 bs=1M
1220+1 records in
1220+1 records out
1280000000 bytes (1,3 GB) copied, 81,6065 s, 15,7 MB/s
# 1,3 GB warten... 80 Sec
$ diskutil unmountdisk /dev/disk3
# eject SD card, insert at your pi and boot your pi...