diff --git a/boards/OPENMV_AE3/omv_boardconfig.h b/boards/OPENMV_AE3/omv_boardconfig.h index 48a70be14..f5adb9789 100644 --- a/boards/OPENMV_AE3/omv_boardconfig.h +++ b/boards/OPENMV_AE3/omv_boardconfig.h @@ -140,8 +140,8 @@ extern unsigned char OMV_BOARD_UID_ADDR[12]; // Unique address. #elif CORE_M55_HP #define OMV_FLASH_ORIGIN 0x80020000 #define OMV_FLASH_LENGTH 0x00300000 /* 3MB */ -#define OMV_ROMFS_PART0_ORIGIN 0xa1000000 -#define OMV_ROMFS_PART0_LENGTH 0x01000000 +#define OMV_ROMFS_PART0_ORIGIN 0xa0800000 +#define OMV_ROMFS_PART0_LENGTH 0x01800000 #define OMV_ROMFS_PART1_ORIGIN 0x8047E000 #define OMV_ROMFS_PART1_LENGTH 0x00100000 #elif CORE_M55_HE diff --git a/boards/OPENMV_AE3/omv_bootconfig.h b/boards/OPENMV_AE3/omv_bootconfig.h index ff567dfa6..bb14240db 100644 --- a/boards/OPENMV_AE3/omv_bootconfig.h +++ b/boards/OPENMV_AE3/omv_bootconfig.h @@ -104,8 +104,8 @@ static const partition_t OMV_BOOT_DFU_PARTITIONS[] = { { .type = PTYPE_AXI_FLASH, .region= 6, .rdonly = 0, .start = 0x80320000, .limit = 0x8047E000, .attr = MEMATTR_DEVICE_nGnRE }, { .type = PTYPE_AXI_FLASH, .region= 7, .rdonly = 0, .start = 0x8047E000, .limit = 0x8057E000, .attr = MEMATTR_DEVICE_nGnRE }, { .type = PTYPE_AXI_FLASH, .region= 8, .rdonly = 0, .start = 0x8057E000, .limit = 0x80580000, .attr = MEMATTR_DEVICE_nGnRE }, -{ .type = PTYPE_SPI_FLASH, .region=-1, .rdonly = 0, .start = 0x00000000, .limit = 0x01000000, .attr = 0 }, -{ .type = PTYPE_SPI_FLASH, .region=-1, .rdonly = 0, .start = 0x01000000, .limit = 0x02000000, .attr = 0 }, +{ .type = PTYPE_SPI_FLASH, .region=-1, .rdonly = 0, .start = 0x00000000, .limit = 0x00800000, .attr = 0 }, +{ .type = PTYPE_SPI_FLASH, .region=-1, .rdonly = 0, .start = 0x00800000, .limit = 0x02000000, .attr = 0 }, { .type = PTYPE_REC_FLASH, .region=-1, .rdonly = 0, .start = 0x00000000, .limit = 0x00001000, .attr = 0 }, }; #define OMV_BOOT_DFU_PARTITIONS_COUNT 8 // Must be a literal diff --git a/boards/OPENMV_AE3/romfs.json b/boards/OPENMV_AE3/romfs.json index 58c643091..baf70a0df 100644 --- a/boards/OPENMV_AE3/romfs.json +++ b/boards/OPENMV_AE3/romfs.json @@ -1,6 +1,6 @@ { "0": { - "size": "0x1000000", + "size": "0x1800000", "entries": [ { "type": "tflite", diff --git a/lib/micropython b/lib/micropython index 1a472061e..d6e04ba82 160000 --- a/lib/micropython +++ b/lib/micropython @@ -1 +1 @@ -Subproject commit 1a472061e9457236adc8ec148b4bf88c289aab52 +Subproject commit d6e04ba82ad3d14405a1fe53182ca260aba2e107