boards/OPENMV2: Fix flash size.

Fixes #2678.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
iabdalkader 2025-05-03 12:26:15 +03:00
parent afa9bbd0fb
commit 8e3a327dfe
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
#define IMLIB_ENABLE_IMAGE_FILE_IO
// Enable LAB LUT
#define IMLIB_ENABLE_LAB_LUT
//#define IMLIB_ENABLE_LAB_LUT
// Enable YUV LUT
//#define IMLIB_ENABLE_YUV_LUT
@ -110,7 +110,7 @@
//#define IMLIB_ENABLE_FEATURES
// Enable AGAST.
#define IMLIB_ENABLE_AGAST
//#define IMLIB_ENABLE_AGAST
// Enable find_template()
//#define IMLIB_FIND_TEMPLATE

View File

@ -110,7 +110,7 @@
#define OMV_FLASH_FFS_ORIGIN 0x08008000
#define OMV_FLASH_FFS_LENGTH 32K
#define OMV_FLASH_TXT_ORIGIN 0x08010000
#define OMV_FLASH_TXT_LENGTH 960K
#define OMV_FLASH_TXT_LENGTH 832K
// ROMFS configuration.
#define OMV_ROMFS_PART0_ORIGIN 0x080E0000