-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Preliminary steps | ||
|
||
- Get the image in good working order on the smallest SD card possible (Raspbian Lite on a 4GB card) | ||
- On the source pi, boot it up the script in this directory and pay attention that the output matches the expected text | ||
- Remove SD card and plug into computer | ||
|
||
## Creating a pi image in OSX | ||
|
||
- Determine the path of SD card `diskutil list` | ||
- Run dd, replacing the if param with the device path of the SD card `sudo dd bs=4m if=/dev/disk5 of=pikaraoke.img` | ||
- Zip the image file, it should clock in under 1.5GB if all goes well |