Re: [Qemu-devel] How do you -sd squashfs.img without truncating?

2017-05-30 Thread Rob Landley
On 05/30/2017 07:17 AM, Peter Maydell wrote: > On 8 May 2017 at 06:08, Rob Landley wrote: >> As far as I can tell "qemu-system-arm -M vexpress-a9" only implements sd >> card, not any conventional hard drive, and it uses an sdcard block size >> of 262144 bytes rounded down. This means when I create

Re: [Qemu-devel] How do you -sd squashfs.img without truncating?

2017-05-30 Thread Peter Maydell
On 8 May 2017 at 06:08, Rob Landley wrote: > As far as I can tell "qemu-system-arm -M vexpress-a9" only implements sd > card, not any conventional hard drive, and it uses an sdcard block size > of 262144 bytes rounded down. This means when I create a squashfs image > and feed it in through the sd

[Qemu-devel] How do you -sd squashfs.img without truncating?

2017-05-07 Thread Rob Landley
As far as I can tell "qemu-system-arm -M vexpress-a9" only implements sd card, not any conventional hard drive, and it uses an sdcard block size of 262144 bytes rounded down. This means when I create a squashfs image and feed it in through the sd card, it truncates it. Wouldn't -sd rounding _up_ b