Skip to content

Commit 0145101

Browse files
committed
alif/boards/OPENMV_AE3: Update ROMFS size.
1 parent 5546b2e commit 0145101

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ports/alif/boards/OPENMV_AE3/board.ld.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* Define ROMFS partition locations. */
44
#if CORE_M55_HP
55
/* The HP core has access to the external OSPI flash and MRAM ROMFS partitions. */
6-
_micropy_hw_romfs_part0_start = 0xa1000000;
7-
_micropy_hw_romfs_part0_size = 16M;
6+
_micropy_hw_romfs_part0_start = 0xa0800000;
7+
_micropy_hw_romfs_part0_size = 24M;
88
_micropy_hw_romfs_part1_start = ORIGIN(MRAM_FS);
99
_micropy_hw_romfs_part1_size = LENGTH(MRAM_FS);
1010
#else

ports/alif/boards/OPENMV_AE3/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ extern void board_exit_standby(void);
7070
// This is used for alif.Flash() and USB MSC.
7171
#define MICROPY_HW_FLASH_STORAGE_BASE_ADDR (0)
7272
#define MICROPY_HW_FLASH_STORAGE_BYTES (32 * 1024 * 1024)
73-
#define MICROPY_HW_FLASH_STORAGE_FS_BYTES (16 * 1024 * 1024)
74-
#define MICROPY_HW_FLASH_STORAGE_ROMFS_BYTES (16 * 1024 * 1024)
73+
#define MICROPY_HW_FLASH_STORAGE_FS_BYTES (8 * 1024 * 1024)
74+
#define MICROPY_HW_FLASH_STORAGE_ROMFS_BYTES (24 * 1024 * 1024)
7575

7676
// Murata 1YN configuration
7777
#define CYW43_CHIPSET_FIRMWARE_INCLUDE_FILE "lib/cyw43-driver/firmware/w43439_sdio_1yn_7_95_59_combined.h"

0 commit comments

Comments
 (0)