googlegis

i fellow below page step by step

http://wiki.cyanogen…enMod_for_Bravo

it did very well , until when i input the command:

 

[font=monospace][size="3"]. build/envsetup.sh && brunch bravo[/size][/font]

 

about 1 hour, the Terminal print out

 

target Strip: libsimplejni (out/target/product/bravo/obj/lib/libsimplejni.so)
target Strip: libnfc (out/target/product/bravo/obj/lib/libnfc.so)
Target boot image: out/target/product/bravo/boot.img
Symlink: out/target/product/bravo/recovery/root/sbin/[ -> busybox
Symlink: out/target/product/bravo/recovery/root/sbin/[[ -> busybox
Symlink: out/target/product/bravo/recovery/root/sbin/ash -> busybox
out/target/product/bravo/boot.img total size is 3602432
error: out/target/product/bravo/boot.img too large (3602432 > [2703360 - 270336])
make: *** [out/target/product/bravo/boot.img] 错误 1
make: *** 正在删除文件“out/target/product/bravo/boot.img”
make: *** 正在等待未完成的任务....

 
i am new to compile the source,
i will appreciate if somebody can tell me why.

 

============================================

 

i found an similar error in next one .  http://permalink.gmane.org/gmane.comp.handhelds.android.platform/14679

 

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

分类:

技术点:

相关文章:

  • 2021-07-27
  • 2021-09-21
  • 2021-06-24
  • 2021-05-13
  • 2021-10-14
  • 2021-03-29
  • 2021-09-06
  • 2021-09-17
猜你喜欢
  • 2022-01-18
  • 2021-09-18
  • 2020-05-13
  • 2021-06-13
  • 2021-08-19
  • 2018-04-02
  • 2021-12-27
相关资源
相似解决方案