This is a cache of https://discuss.96boards.org/t/how-to-modify-the-partition-table-of-db845c-installed-when-using-android-11/11097. It is a snapshot of the page at 2024-09-20T13:53:22.212+0000.
How to modify the partition table of db845c installed when using <strong>android</strong> 11 - 96Boards Forum

How to modify the partition table of db845c installed when using android 11

After re-compiling the aosp project, the error below occurred:
error: out/target/product/db845c/boot.img too large 231004576 > 67108864

After modity the boot partition size in BoardConfig.mk , the issue resolved.

But when I fastboot flashing the boot.img to db845c, error occurred for not enough
space left in “boot” partition.

@doitright
Is there any way to modify the partition table for re-config the partitions for db845c ?
Which file should be modified and shall I change the code of bootloader ?
Thank you so much.