From b003109eeabc0477efd3c461976ddf4929f19cf0 Mon Sep 17 00:00:00 2001 From: Alessio Morale Date: Tue, 5 Nov 2013 19:05:17 +0100 Subject: [PATCH] OP-1104: Update BL to version 6, raise to 0xA0000 so 640Kbyte program size. +review OPReview #resolve --- flight/targets/boards/revolution/board-info.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight/targets/boards/revolution/board-info.mk b/flight/targets/boards/revolution/board-info.mk index f59f4e90f..f323428bf 100644 --- a/flight/targets/boards/revolution/board-info.mk +++ b/flight/targets/boards/revolution/board-info.mk @@ -1,6 +1,6 @@ BOARD_TYPE := 0x09 BOARD_REVISION := 0x03 -BOOTLOADER_VERSION := 0x05 +BOOTLOADER_VERSION := 0x06 HW_TYPE := 0x00 MCU := cortex-m4 @@ -39,7 +39,7 @@ EE_BANK_SIZE := 0x00008000 # Size of EEPROM storage area # Leave the remaining 64KB sectors for other uses FW_BANK_BASE := 0x08020000 # Start of firmware flash -FW_BANK_SIZE := 0x00060000 # Should include FW_DESC_SIZE +FW_BANK_SIZE := 0x000A0000 # Should include FW_DESC_SIZE FW_DESC_SIZE := 0x00000064