Changes between Version 34 and Version 35 of GENIRacksHome/OpenGENIRacks/RaspberryPIs


Ignore:
Timestamp:
04/15/16 13:18:26 (8 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/RaspberryPIs

    v34 v35  
    3333
    3434https://www.raspberrypi.org/documentation/installation/installing-images/mac.md - used this method later
     35
     36{{{
     37  sudo diskutil list
     38  sudo diskutil umountDisk /dev/disk5
     39  sudo dd bs=1m if=/Users/rrosales/Downloads/2016-03-18-raspbian-jessie.img of=/dev/rdisk5
     40  sudo diskutil eject /dev/rdisk5
     41}}}
     42
     43And then once the SD card is used to boot the pi - one needs to run raspi-config to get the rest of the SD card seen.
     44
    3545
    3646==== Docker Image Installation ====