You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue with flashing the SD card. I have a card that's sold as 8GB. However, storage manufacturers often play it fast and loose with sizes by advertising 1000 bytes to a kilobyte (and megabyte, etc.). This means the current EasyRaceLapTimer image of 7,948,206,080 bytes will not quite fit on the SD card (which fdisk -l reports as 7,746,879,488 bytes).
I was able to fix this by running the automatic image resizer script from:
This brought the total size of the image down to 4,835,115,520 bytes. This is tantalizingly close to being able to fit on a 4GB SD card. As a tangentially related issue, perhaps a few hundred megabytes could be chewed off the installation? Doing apt-cache autoclean might be a good start.
I suggest the shrinking be done by default on future releases. In addition to the issue of questionable SD card sizes, it will make downloading and flashing quicker. The partition can be enlarged by the user to the full size of the card using raspi-config, as usual.
The text was updated successfully, but these errors were encountered:
I have started an install on my Pi3 from the default Jessie Lite image, followed setup_guide.md and installed missing packages on the way. I also did the WiFi AP another way because Pi3 has built-in Wifi.
As a result the SD card image is about 2.5G !
I ran into an issue with flashing the SD card. I have a card that's sold as 8GB. However, storage manufacturers often play it fast and loose with sizes by advertising 1000 bytes to a kilobyte (and megabyte, etc.). This means the current EasyRaceLapTimer image of 7,948,206,080 bytes will not quite fit on the SD card (which
fdisk -l
reports as 7,746,879,488 bytes).I was able to fix this by running the automatic image resizer script from:
http://sirlagz.net/2013/03/10/script-automatic-rpi-image-downsizer/
This brought the total size of the image down to 4,835,115,520 bytes. This is tantalizingly close to being able to fit on a 4GB SD card. As a tangentially related issue, perhaps a few hundred megabytes could be chewed off the installation? Doing
apt-cache autoclean
might be a good start.I suggest the shrinking be done by default on future releases. In addition to the issue of questionable SD card sizes, it will make downloading and flashing quicker. The partition can be enlarged by the user to the full size of the card using
raspi-config
, as usual.The text was updated successfully, but these errors were encountered: