Skip to content

Commit d69a020

Browse files
committed
Update config, bootloader and readme
1 parent d25642a commit d69a020

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Board | Connectivity | Storage for credentials and
2727
`ST NUCLEO_H743ZI2` | Ethernet | Internal Flash | Build-only
2828
`ST NUCLEO_L4R5ZI` | Wi-Fi ESP8266 | Internal Flash | Build-only
2929
`Nuvoton NUMAKER_IOT_M487` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only
30+
`Seeed Wio 3G` | Cellular | Internal Flash | Build-only
3031

3132
Build-only = This target is currently verified only via compilation, and is not verified at runtime.
3233

Binary file not shown.

mbed_app.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"nsapi.default-wifi-security" : "WPA_WPA2",
2222
"nsapi.default-wifi-ssid" : "\"SSID\"",
2323
"nsapi.default-wifi-password" : "\"PASSWORD\"",
24-
"nsapi.default-cellular-apn" : "\"APN\"",
24+
"nsapi.default-cellular-apn" : "\"soracom.io\"",
2525
"nsapi.default-cellular-sim-pin" : null,
26-
"nsapi.default-cellular-username" : null,
27-
"nsapi.default-cellular-password" : null
26+
"nsapi.default-cellular-username" : "\"sora\"",
27+
"nsapi.default-cellular-password" : "\"sora\""
2828
},
2929
"Freescale": {
3030
"lwip.mem-size" : 12500
@@ -327,6 +327,7 @@
327327
"target.bootloader_img" : "bootloader/mbed-bootloader-wio_3g-internal_flash-no_rot-v4.1.2.bin",
328328
"target.header_offset" : "0x8000",
329329
"target.app_offset" : "0x8400",
330+
"target.restrict_size" : "0xF4000",
330331
"nsapi.default-cellular-plmn" : 0,
331332
"cellular.use-apn-lookup" : false,
332333
"cellular.debug-at" : false,
@@ -343,7 +344,7 @@
343344
"update-client.storage-page" : 1,
344345
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
345346
"storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)",
346-
"storage_tdb_internal.internal_size" : "(128*1024)",
347+
"storage_tdb_internal.internal_size" : "(32*1024)",
347348
"storage.storage_type" : "TDB_INTERNAL"
348349
}
349350
},

0 commit comments

Comments
 (0)