mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
alif/boards/OPENMV_AE3: Update romfs partition size.
Update romfs partition to reflect the latest layout. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
committed by
Damien George
parent
ab5f47c54d
commit
1174dda519
@@ -3,8 +3,8 @@
|
||||
/* Define ROMFS partition locations. */
|
||||
#if CORE_M55_HP
|
||||
/* The HP core has access to the external OSPI flash and MRAM ROMFS partitions. */
|
||||
_micropy_hw_romfs_part0_start = 0xa1000000;
|
||||
_micropy_hw_romfs_part0_size = 16M;
|
||||
_micropy_hw_romfs_part0_start = 0xa0800000;
|
||||
_micropy_hw_romfs_part0_size = 24M;
|
||||
_micropy_hw_romfs_part1_start = ORIGIN(MRAM_FS);
|
||||
_micropy_hw_romfs_part1_size = LENGTH(MRAM_FS);
|
||||
#else
|
||||
|
||||
@@ -67,8 +67,8 @@ extern void board_exit_standby(void);
|
||||
// This is used for alif.Flash() and USB MSC.
|
||||
#define MICROPY_HW_FLASH_STORAGE_BASE_ADDR (0)
|
||||
#define MICROPY_HW_FLASH_STORAGE_BYTES (32 * 1024 * 1024)
|
||||
#define MICROPY_HW_FLASH_STORAGE_FS_BYTES (16 * 1024 * 1024)
|
||||
#define MICROPY_HW_FLASH_STORAGE_ROMFS_BYTES (16 * 1024 * 1024)
|
||||
#define MICROPY_HW_FLASH_STORAGE_FS_BYTES (8 * 1024 * 1024)
|
||||
#define MICROPY_HW_FLASH_STORAGE_ROMFS_BYTES (24 * 1024 * 1024)
|
||||
|
||||
// Murata 1YN configuration
|
||||
#define CYW43_CHIPSET_FIRMWARE_INCLUDE_FILE "lib/cyw43-driver/firmware/w43439_sdio_1yn_7_95_59_combined.h"
|
||||
|
||||
Reference in New Issue
Block a user