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. Please help! -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "Android Linux Kernel Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
