Difference between revisions of "Raspberry Pi SD Cards and Images"
Jump to navigation
Jump to search
(Created page with "==How to shrink a Raspberry Pi image== *In Ubuntu: *sudo apt-get install dcfldd *sudo ./raspbian-shrink -f -m 1024 /home/interactionstation/Desktop/player_sync_stretch_empty_s...") |
|||
Line 1: | Line 1: | ||
==How to shrink a Raspberry Pi image== | ==How to shrink a Raspberry Pi image== | ||
+ | *How to burn an sd image on Mac OS: | ||
+ | *Run Disk Utility | ||
+ | *Insert the SD card | ||
+ | *Check in Disk Utility the disk Number | ||
+ | *Eject the SD partition | ||
+ | *sudo dd if=///dir_path/image.img of=/dev/rdiskNumber bs=1m | ||
+ | |||
+ | |||
+ | |||
*In Ubuntu: | *In Ubuntu: | ||
*sudo apt-get install dcfldd | *sudo apt-get install dcfldd |
Revision as of 22:29, 17 September 2018
How to shrink a Raspberry Pi image
- How to burn an sd image on Mac OS:
- Run Disk Utility
- Insert the SD card
- Check in Disk Utility the disk Number
- Eject the SD partition
- sudo dd if=///dir_path/image.img of=/dev/rdiskNumber bs=1m
- In Ubuntu:
- sudo apt-get install dcfldd
- sudo ./raspbian-shrink -f -m 1024 /home/interactionstation/Desktop/player_sync_stretch_empty_spaces_fixed.img /home/interactionstation/Desktop/videosyncfinal.img
- More info:
- https://github.com/aoakley/cotswoldjam/tree/master/raspbian-shrink