mirror of https://github.com/ARMmbed/mbed-os.git
Update bootloader for ST disco board to fix FOTA
parent
aa2d49ae0c
commit
85762a86b1
Binary file not shown.
|
@ -2,8 +2,8 @@
|
|||
"name": "bootloader_DISCO_L475VG_IOT01A",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.app_offset": "0x9800",
|
||||
"target.header_offset": "0x9000",
|
||||
"target.app_offset": "0x10400",
|
||||
"target.header_offset": "0x10000",
|
||||
"target.bootloader_img": "mbed-bootloader-internal_dfb7cc.bin"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue