Raspberrypi
Download
Raspberry site Raspberry
Prepare the SD Card
Link linux command line
- Check the device name of the card and umount it
df -h
umount /dev/sdX1
- Copy the image from the zip file on the card
unzip -p 2017-02-16-raspbian-jessie.zip | sudo dd of=/dev/sdX bs=4096 status=progress