Open BoardConfig.mk file. Change partition size.
If you don't have below contents then insert this.

NEED to CHANGE PARTITION_SIZE !!!
=====================================================

BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00500000
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x00500000
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x06900000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x05000000
BOARD_FLASH_BLOCK_SIZE := $(BOARD_NAND_PAGE_SIZE) * 64


2010/10/3 nature lover <ejko...@gmail.com>

> I tried to do a build of all required images (make -j4) with the
> kernel having been built based on android-msm-2.6.32, to be
> installed on a Nexus One, and I'm getting:
>
> error: out/target/product/passion/boot.img is too large (2439168 >
> [2703360 - 270336])
>
> Anyone run into this, and/or know how to get past this error?
>
> --
> unsubscribe: 
> android-kernel+unsubscr...@googlegroups.com<android-kernel%2bunsubscr...@googlegroups.com>
> website: http://groups.google.com/group/android-kernel




-- 
____________________________________

Sungwook Jung
Email: rhapsod...@gmail.com
Home: http://rhap.eeya.net, http://www.cyworld.com/wwlww

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to