Skip to content

Commit d9cf028

Browse files
tz-armLiyouZhou
authored andcommitted
Support Mbed Client Lite on Nucleo_F429ZI via internal_flash_fake_rot… (ARMmbed#125)
* Support Mbed Client Lite on Nucleo_F429ZI via internal_flash_fake_rot.json
1 parent 456f2b2 commit d9cf028

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

configs/internal_flash_fake_rot.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@
3636
"update-client.storage-size" : "(388*1024)",
3737
"update-client.storage-locations" : 1,
3838
"update-client.storage-page" : 8
39+
},
40+
"NUCLEO_F429ZI": {
41+
"update-client.application-details": "(0x08000000+64*1024)",
42+
"application-start-address" : "(0x08000000+65*1024)",
43+
"max-application-size" : "(MBED_CONF_UPDATE_CLIENT_STORAGE_ADDRESS-MBED_CONF_APP_APPLICATION_START_ADDRESS)",
44+
"update-client.storage-address" : "(0x08000000+1024*1024)",
45+
"update-client.storage-size" : "(512*1024)",
46+
"update-client.storage-locations" : 1,
47+
"update-client.storage-page" : 1
3948
}
4049
}
4150
}

scripts/make_release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
("K64F", "internal_flash_sotp"),
5555
("K64F", "internal_flash_fake_rot"),
5656
("NUCLEO_F429ZI", "default"),
57+
("NUCLEO_F429ZI", "internal_flash_fake_rot"),
5758
("UBLOX_EVK_ODIN_W2", "default"),
5859
("NUCLEO_F411RE", "default"),
5960
("UBLOX_C030_U201", "default"),

0 commit comments

Comments
 (0)