Raspberry Pi SD Cards and Images
Revision as of 22:29, 17 September 2018 by Javi (talk | contribs) (→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:
- 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