Hello,
I'm a newbie dev, trying my hands on deving a tablet called the Galaz A1. Its a Tegra 4 tablet. Anyway, I'm down to making a custom recovery but the only thing that stops me is that I keep getting an error saying the recovery is too big and it deletes the file. Here is what my BoardConfig shows
Hello, I seem to be having the same issue.
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00380000
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x00480000
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x08c60000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x105c0000
BOARD_FLASH_BLOCK_SIZE := 131072
When i pull the files via dd both recovery and boot are 8 to 8.4 mb. I need to raise the size level for the B_RECOVERYIMG_PARTITION_SIZE to 9. I believe this would completely clear up my issue. However, I'm absolutely no good with hex. And also, if I increase the size of the recovery partition should I be increasing the size of the FLASH_BLOCK_SiZE as well? Thanks. for any help or feedback.
I'm a newbie dev, trying my hands on deving a tablet called the Galaz A1. Its a Tegra 4 tablet. Anyway, I'm down to making a custom recovery but the only thing that stops me is that I keep getting an error saying the recovery is too big and it deletes the file. Here is what my BoardConfig shows
Hello, I seem to be having the same issue.
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00380000
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x00480000
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x08c60000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x105c0000
BOARD_FLASH_BLOCK_SIZE := 131072
When i pull the files via dd both recovery and boot are 8 to 8.4 mb. I need to raise the size level for the B_RECOVERYIMG_PARTITION_SIZE to 9. I believe this would completely clear up my issue. However, I'm absolutely no good with hex. And also, if I increase the size of the recovery partition should I be increasing the size of the FLASH_BLOCK_SiZE as well? Thanks. for any help or feedback.
No comments:
Post a Comment