Skip to content

Commit

Permalink
Create how-to-image.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vicwomg authored May 10, 2022
1 parent b0d84fe commit 82ab719
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/how-to-image.md
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

0 comments on commit 82ab719

Please sign in to comment.