Guest zoevas Posted June 3, 2014 Posted June 3, 2014 I have compiled a kernel from source for the htc evo 4g. I get successfully the zImage. So, when i build the whole tree, i use the zImage as kernel instead of the prebuilt kernel. However when i build the whole android tree, i get the following error: out/target/product/supersonic/boot.img total size is 5988352 error: out/target/product/supersonic/boot.img too large (5988352 > [5406720 - 270336]) make: * [out/target/product/supersonic/boot.img] Error 1 make: * Deleting file `out/target/product/supersonic/boot.img' Searching in web, i didn't find a solution. I only found that the size of partitions are defined in the file device/htc/supersonic/BoardConfig.mk but i don't know how to change them. BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00280000 BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x00500000 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x15e00000 # limited so we enforce room to grow BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x1aba0000 BOARD_FLASH_BLOCK_SIZE := 131072 I dont know how to solve this issue. Continue reading... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.