Advertisement
Adlx

Untitled

Feb 6th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. I've been building recoveries just fine till yesterday... Now it won't build:
  2.  
  3. Target ram disk: out/target/product/chacha/ramdisk.img
  4. Target boot image: out/target/product/chacha/boot.img
  5. out/target/product/chacha/boot.img total size is 3743744
  6. error: out/target/product/chacha/boot.img too large (3743744 > [3514368 - 270336])
  7. make: *** [out/target/product/chacha/boot.img] Error 1
  8. make: *** Deleting file `out/target/product/chacha/boot.img'
  9. make: *** Waiting for unfinished jobs....
  10.  
  11.  
  12. device/htc/chacha/BoardConfig.mk:
  13.  
  14. BOARD_KERNEL_CMDLINE := no_console_suspend=1 console=null
  15. BOARD_KERNEL_BASE := 0x12c00000
  16. BOARD_PAGE_SIZE := 0x00000800
  17.  
  18. BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00340000
  19. BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x00500000
  20. BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x10400000
  21. BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x09600000
  22. BOARD_FLASH_BLOCK_SIZE := 131072
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement