Skip to content

Commit 8c5fa5f

Browse files
committed
alif/boards/OPENMV_AE3: Update ROMFS size.
1 parent 7e8cefe commit 8c5fa5f

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
@@ -67,8 +67,8 @@ extern void board_exit_standby(void);
6767
// This is used for alif.Flash() and USB MSC.
6868
#define MICROPY_HW_FLASH_STORAGE_BASE_ADDR (0)
6969
#define MICROPY_HW_FLASH_STORAGE_BYTES (32 * 1024 * 1024)
70-
#define MICROPY_HW_FLASH_STORAGE_FS_BYTES (16 * 1024 * 1024)
71-
#define MICROPY_HW_FLASH_STORAGE_ROMFS_BYTES (16 * 1024 * 1024)
70+
#define MICROPY_HW_FLASH_STORAGE_FS_BYTES (8 * 1024 * 1024)
71+
#define MICROPY_HW_FLASH_STORAGE_ROMFS_BYTES (24 * 1024 * 1024)
7272

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

0 commit comments

Comments
 (0)