From 82ab7193b61bd58c884a4ef6ee5e52a7ee6504b6 Mon Sep 17 00:00:00 2001 From: Vicwomg Date: Tue, 10 May 2022 01:00:26 -0700 Subject: [PATCH] Create how-to-image.md --- scripts/how-to-image.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/how-to-image.md diff --git a/scripts/how-to-image.md b/scripts/how-to-image.md new file mode 100644 index 00000000..5ef10f22 --- /dev/null +++ b/scripts/how-to-image.md @@ -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