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 am getting this error message on one device but not another. Image is not a valid disk image. Uncompressed size not dividable by sector size of 512 bytes.
They are trying to upload the same image.
One device is running the latest rasberry pi os bookworm, the other is running an old version of buster.
I'm not sure what else could be different that causes this error. Should I start from scratch?
The text was updated successfully, but these errors were encountered:
It only checks the disk size if "verify" is on in the project settings.
So you probably do not have that enabled in one of the projects.
Regardless of that, you are probably taking disk images the wrong way.
Your image size should never be something else than a multiple of 512 bytes.
That is the smallest unit a disk can address.
I tried "Verify that image was written correctly" set to on and off on both with no difference. I have now zero padded the image which seems to work. truncate -s %512 sdcard.img.bz2
I am getting this error message on one device but not another.
Image is not a valid disk image. Uncompressed size not dividable by sector size of 512 bytes.
They are trying to upload the same image.
One device is running the latest rasberry pi os bookworm, the other is running an old version of buster.
I'm not sure what else could be different that causes this error. Should I start from scratch?
The text was updated successfully, but these errors were encountered: