Skip to content

install/partition: allow specifying a different boot partition start

clayton craft requested to merge craftyguy/pmbootstrap:boot_part_start into master

This adds a new deviceinfo parameter, 'boot_part_start' which accepts an int and indicates the number of sectors from the start of the drive to place the boot partition.

The librem5 devkit (and actual phone) u-boot has grown beyond the 2048 sector space previously before the boot partition, so this is necessary in order to boot pmos on this device.

Merge request reports