Files
VesiScan-Basic_Zephyr/pm_static.yml
T
jh.chun 5eb6b9cd3c 내부 플래시 파티션 크기 조정 및 신규 파티션 생성
- VesiSeek 연동을 위해 내부 플래시 저장공간 필요
- Primary slot, Secondary slot을 484 KiB에서 320 KiB로 축소
- 신규 파티션 data_storage 생성: 328 KiB
2026-07-10 16:16:20 +09:00

46 lines
813 B
YAML

mcuboot:
address: 0x0
region: flash_primary
size: 0xc000 # 48 KiB
mcuboot_pad:
address: 0xc000
region: flash_primary
size: 0x200 # 512 B
app:
address: 0xc200
region: flash_primary
size: 0x4fe00 # 319.5 KiB = 327,168 B
mcuboot_primary:
address: 0xc000
orig_span: &id001
- mcuboot_pad
- app
region: flash_primary
size: 0x50000 # 320 KiB
span: *id001
mcuboot_primary_app:
address: 0xc200
orig_span: &id002
- app
region: flash_primary
size: 0x4fe00 # same as app
span: *id002
mcuboot_secondary:
address: 0x5c000
region: flash_primary
size: 0x50000 # 320 KiB
data_storage:
address: 0xac000
region: flash_primary
size: 0x52000 # 328 KiB
settings_storage:
address: 0xfe000
region: flash_primary
size: 0x2000 # 8 KiB