drtyhlpr / rpi23-gen-image

Advanced Debian "stretch" and "buster" bootstrap script for RPi 0/1/2/3 and QEMU
GNU General Public License v2.0
305 stars 122 forks source link

increase firmware partition from 64M to 128M #225

Closed cmjdiff closed 3 years ago

cmjdiff commented 3 years ago

The script creates a firmware partition of 64M. Current size of kernel images, initrd and blobs is 40M, leaving insufficient space to do a package-managed kernel upgrade. This PR increases the size to 128M, which allows the kernel to be package-managed, as long as one remembers to remove old versions after the fact.