Advertisement
M2F0

How to create a SD card to use on RaspberryPi with RaspBian on Linux

Dec 4th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #######################
  2. # How to create a SD card to use on RaspberryPi with RaspBian on Linux:
  3. #
  4. # M2F0 03/12/2015
  5. #######################
  6.  
  7. 1. First download the RASPBIAN JESSIE (Version:November 2015 - Release date:2015-11-21 - Kernel version:4.1).zip image in: https://www.raspberrypi.org/downloads/raspbian/
  8. 2. Open term and type:
  9. dd bs=4M if="pathtothedownloadedimage/image.img" of=/dev/"partition"
  10. 3. Wait.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement