From 9d1b3bd908bece5bae09bf4358e5465de078bc7b Mon Sep 17 00:00:00 2001 From: cfif Date: Sat, 20 Jun 2026 17:21:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FirmwareMetadataSection.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/FirmwareMetadataSection.h b/FirmwareMetadataSection.h index eae7997..5dda523 100644 --- a/FirmwareMetadataSection.h +++ b/FirmwareMetadataSection.h @@ -7,8 +7,11 @@ #include "stdint.h" -#define ADR_META_BOOT (0x01000000 + (128 * 1024) - 256) -#define ADR_META_MAIN (0x01000000 + ((128 + 704) * 1024) - 256) +#define ADR_META_BOOT (0x01000000 + (64 * 1024) - 256) +#define ADR_META_MAIN (0x01000000 + ((64 + 704) * 1024) - 256) + +#define ADR_META_MAPPED_BOOT (0x01100000 + (64 * 1024) - 256) +#define ADR_META_MAPPED_MAIN (0x01100000 + ((64 + 704) * 1024) - 256) extern volatile const uint32_t META_FW_CRC;