File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ports/alif/boards/OPENMV_AE3 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments