This page (revision-24) was last changed on 2021-04-21 06:16 by Murray Altheim

This page was created on 2021-03-27 21:00 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
24 2021-04-21 06:16 12 KB Murray Altheim to previous
23 2021-04-21 06:14 12 KB Murray Altheim to previous | to last
22 2021-04-21 06:13 12 KB Murray Altheim to previous | to last
21 2021-04-17 03:16 11 KB Murray Altheim to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 87 added 11 lines
!! Shrinking the Image
There's a bit of a problem in that the Raspberry Pi OS is automatically expanded to the size of the
SD card the first time it is used. This means that the image is the size of the card, and this means
that sometimes when you try to write the image to the card it is just ''slightly'' too big and you
end up with an "out of space" error.
The way to fix this is to run a small Python program called "PiShrink" to shrink the image. This only runs on Linux or Mac OS (since it has a BSD Unix command line). You can find a copy of PiShrink
from its github page at: [https://github.com/Drewsif/PiShrink]