Matthew Lear
Matthew Lear
fyi, I can work around this by using the following to format the size, instead of ```numfmt --to=si```: ```numfmt --to=none --to-unit=1000 --format=%f --suffix=K```
What if you don't have the exact byte count, and what about alignment requirements of partitions, etc? To be able to have granular control over a 1G partition size, the...
I have the byte count but I also need to allocate additional space based on an algorithm. Your rounding example would work fine (and yes you're right - I should...
> ramdisk is set in config, the boot.img (Tested around 60MB) is able to be read and kernel loads, however, the initramfs fails to load and continues to main root...
Your original description seems different to the 31 MB test, though. ``` 6.27 Loading boot.img ... 6.30 boot.sig ... 7.47 Verifying 14.00 Bad signature boot.img 14.54 Error 12 loading boot.img...
Hi. Qt5 seems incompatible with a 16kB page size. ```recipes-kernel/linux/linux-raspberrypi.inc``` will currently generate a 16kB page size kernel by default because of ```KBUILD_DEFCONFIG:raspberrypi5 ?= "bcm2712_defconfig"``` The error does not occur...
ref: https://github.com/raspberrypi/bookworm-feedback/issues/107
Hi @sairon Thanks for reporting this. A fix is in the works. fyi it can be reproduced without involving Windows. Use genimage to create a disk image with GPT and...
The attached should resolve the problem you're having with the HA images. Please feel free to give it a try. It would be great to know it resolves the problem...
> Is 4Kn with MBR used in the real world? If not, we could limit that support to GPT. I think we ought to be able to support creation of...