Skip to content

Commit b291c2d

Browse files
toyowatateetak01
authored andcommitted
Update config, bootloader and readme
1 parent 7dfb26e commit b291c2d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Board | Connectivity | Storage for credentials and
2828
`ST NUCLEO_L4R5ZI` | Wi-Fi ESP8266 | Internal Flash | Build-only
2929
`Nuvoton NUMAKER_IOT_M487` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
3030
`Seeed ARCH_MAX` | Ethernet | SD card | Build-only
31+
`Seeed Wio 3G` | Cellular | Internal Flash | Build-only
3132
`Renesas RZ_A1H` | Ethernet | External Flash ([See security limitation of this board](https://os.mbed.com/platforms/Renesas-GR-PEACH/#security-limitation-of-this-platform)) | Build-only
3233
`Renesas GR_LYCHEE` | Wi-Fi (ESP32) | External Flash ([See security limitation of this board](https://os.mbed.com/platforms/Renesas-GR-LYCHEE/#security-limitation-of-this-platform)) | Build-only
3334

Binary file not shown.

mbed_app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@
390390
"target.bootloader_img" : "bootloader/mbed-bootloader-wio_3g-internal_flash-no_rot-v4.1.2.bin",
391391
"target.header_offset" : "0x8000",
392392
"target.app_offset" : "0x8400",
393+
"target.restrict_size" : "0xF4000",
393394
"nsapi.default-cellular-plmn" : 0,
394395
"cellular.use-apn-lookup" : false,
395396
"cellular.debug-at" : false,
@@ -406,7 +407,7 @@
406407
"update-client.storage-page" : 1,
407408
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
408409
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)",
409-
"storage_tdb_internal.internal_size" : "(128*1024)",
410+
"storage_tdb_internal.internal_size" : "(32*1024)",
410411
"storage.storage_type" : "TDB_INTERNAL"
411412
}
412413
},

0 commit comments

Comments
 (0)