mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
boards/OPENMV2: Fix flash size.
Fixes #2678. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
afa9bbd0fb
commit
8e3a327dfe
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user