From fd22874d9fd9ea23a34bb2237737d2af9e174d80 Mon Sep 17 00:00:00 2001 From: Sara Zan Date: Sat, 29 May 2021 19:31:41 +0200 Subject: [PATCH] Update create_image.md --- create_image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_image.md b/create_image.md index f506e32a..26bd5f0c 100644 --- a/create_image.md +++ b/create_image.md @@ -481,7 +481,7 @@ server { - Clone the resized content of the SD into an image: `dd if=/dev/sdX of=zanzocam.img bs=4M status=progress oflag=sync` with `sudo` - Install resizing tool: `sudo apt install -y qemu-utils` - Shrink it to a smaller size (4GB should be safe): `sudo qemu-img resize zanzocam.img 3.8G` - - If you're building an image to be used with the Raspberry Imager, use a multiple of 512: `4080218624B` instead of `3.8G` + - If you're building an image to be used with the Raspberry Imager, use a multiple of 512: `4013109760B` instead of `3.8G` The image is ready to be flashed on any SD card larger than 4GB. Note that the filesystem will not expand.