Raspberrypi

From Objectif Client Inc
Jump to navigation Jump to search

Download

Raspberry site Raspberry

Prepare the SD Card

Link linux command line

  1. Check the device name of the card and umount it
df -h
umount /dev/sdX1
  1. 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