Skip to content

Commit 94579e9

Browse files
liugang-gavinSeppo Takalo
authored andcommitted
configs:no_rot: Add configration for MIMXRT1050_EVK
Add configration for MIMXRT1050_EVK in internal_flash_no_rot.json. With the Soc security modules like HAB, BEE, DCP and others, the physical external flash can be treated as internal flash with the same security feature. The configration supports MIMXRT1050_EVK 8MB QSPI flash in default. With the FLASHIAP and the default flash memory map, it can support kvstore and OTA features. For the Hyper flash, please delete the line: "target.macros_remove" : ["HYPERFLASH_BOOT"] and adjust the other settings to match the Hyper flash size and flash map. Signed-off-by: Gavin Liu <[email protected]>
1 parent 590f5f0 commit 94579e9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

configs/internal_flash_no_rot.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,21 @@
160160
"update-client.storage-address" : "(MBED_ROM_START + MBED_BOOTLOADER_FLASH_BANK_SIZE)",
161161
"kvstore-size" : "(2*32*1024)",
162162
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START+MBED_BOOTLOADER_SIZE)"
163+
},
164+
"MIMXRT1050_EVK": {
165+
"target.macros_remove" : ["HYPERFLASH_BOOT"],
166+
"target.mbed_rom_start" : "0x60000000",
167+
"target.mbed_rom_size" : "0x800000",
168+
"target.restrict_size" : "0x10000",
169+
"target.sectors" : [[1610612736,4096]],
170+
"kvstore-size" : "(2*128*1024)",
171+
"mbed-bootloader.bootloader-size" : "(64*1024)",
172+
"mbed-bootloader.application-start-address" : "(MBED_ROM_START + 64*1024 + 1024)",
173+
"update-client.application-details" : "(MBED_ROM_START + 64*1024)",
174+
"update-client.storage-address" : "(MBED_ROM_START + 64*1024 + 1984*1024)",
175+
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START + 64*1024 + 1984*2*1024 + 64*1024)",
176+
"flashiap-block-device.base-address" : "0x60010000",
177+
"flashiap-block-device.size" : "0x7F0000"
163178
}
164179
}
165180
}

0 commit comments

Comments
 (0)