Skip to content

Commit

Permalink
update:更新718pm分区
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed Dec 23, 2024
1 parent 78dcbf2 commit 69e3ca9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ flash xip address(from both ap/cp view): 0x00800000---0x00c00000
#ifdef __LUATOS__
#if defined (FEATURE_AMR_CP_ENABLE) || defined (FEATURE_VEM_CP_ENABLE)
#ifndef AP_FLASH_LOAD_SIZE
#define AP_FLASH_LOAD_SIZE (0x219000)
#define AP_FLASH_LOAD_SIZE (0x263000)
#endif
#else
#ifndef AP_FLASH_LOAD_SIZE
#define AP_FLASH_LOAD_SIZE (0x255000)
#define AP_FLASH_LOAD_SIZE (0x29F000)
#endif
#endif
#ifndef FULL_OTA_SAVE_ADDR
Expand All @@ -83,8 +83,8 @@ flash xip address(from both ap/cp view): 0x00800000---0x00c00000
#define AP_FLASH_LOAD_UNZIP_SIZE (AP_FLASH_LOAD_SIZE + 0x20000)

//fs addr and size
#define FLASH_FOTA_REGION_START (0x2D7000)
#define FLASH_FOTA_REGION_LEN (0xE0000)//896KB
#define FLASH_FOTA_REGION_START (0x321000)
#define FLASH_FOTA_REGION_LEN (0x96000)//600KB
#define FLASH_FOTA_REGION_END (0x3b7000)
#else
//ap image addr and size
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
#ifdef __LUATOS__
#if defined (FEATURE_AMR_CP_ENABLE) || defined (FEATURE_VEM_CP_ENABLE)
#ifndef AP_PKGIMG_LIMIT_SIZE
#define AP_PKGIMG_LIMIT_SIZE (0x219000)
#define AP_PKGIMG_LIMIT_SIZE (0x263000)
#endif
#else
#ifndef AP_PKGIMG_LIMIT_SIZE
#define AP_PKGIMG_LIMIT_SIZE (0x255000)
#define AP_PKGIMG_LIMIT_SIZE (0x29F000)
#endif
#endif // (FEATURE_AMR_CP_ENABLE) || defined (FEATURE_VEM_CP_ENABLE)
#else
Expand Down

0 comments on commit 69e3ca9

Please sign in to comment.