Skip to content

Instantly share code, notes, and snippets.

@CodyStringham
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save CodyStringham/e751c4c2f0279bdccd60 to your computer and use it in GitHub Desktop.

Select an option

Save CodyStringham/e751c4c2f0279bdccd60 to your computer and use it in GitHub Desktop.
Pi Tricks

Setup:

Fresh Image Install

  1. diskutil list - Find the sd card

  2. sudo diskutil unmount /dev/disk2 - Unmount the bad boy

  3. sudo dd bs=1m if=/path/to/the.img of=/dev/disk2- Apply new image

SSH into your Pi

  1. hostname -I - "on the pi" find the host

  2. ssh [email protected] - "on the mac" connect to that bad boy (password is raspberry, shh..)

Copy from local

scp /local/path/to/file.rom [email protected]:/path/to/where/it/goes.okay - Easy as Pi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment