60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"build": {
|
|
"family": "RTL8710B",
|
|
"f_cpu": "125000000L",
|
|
"prefix": "arm-none-eabi-",
|
|
"amb_flash_addr": "0x08000000"
|
|
},
|
|
"flash": {
|
|
"boot_xip": "0x000000+0x4000",
|
|
"boot_ram": "0x004000+0x4000",
|
|
"system": "0x009000+0x1000",
|
|
"calibration": "0x00A000+0x1000"
|
|
},
|
|
"connectivity": [
|
|
"wifi"
|
|
],
|
|
"debug": {
|
|
"protocol": "openocd",
|
|
"protocols": [
|
|
"openocd"
|
|
],
|
|
"openocd_config": "amebaz.cfg",
|
|
"gdb_init": [
|
|
"mem 0x8000000 0x8200000 ro"
|
|
]
|
|
},
|
|
"frameworks": [
|
|
"realtek-ambz-sdk",
|
|
"realtek-ambz-arduino"
|
|
],
|
|
"upload": {
|
|
"maximum_ram_size": 262144,
|
|
"require_upload_port": true,
|
|
"speed": 1500000,
|
|
"protocol": "uart",
|
|
"protocols": [
|
|
"uart"
|
|
]
|
|
},
|
|
"doc": {
|
|
"params": {
|
|
"manufacturer": "Realtek",
|
|
"series": "AmebaZ",
|
|
"voltage": "3.0V - 3.6V",
|
|
"extra": {
|
|
"Wi-Fi": "802.11 b/g/n"
|
|
}
|
|
},
|
|
"links": {
|
|
"General info": "../../docs/platform/realtek-amb/README.md",
|
|
"Flashing guide": "../../docs/platform/realtek-ambz/flashing.md",
|
|
"Debugging": "../../docs/platform/realtek-ambz/debugging.md"
|
|
},
|
|
"extra": [
|
|
"RDP is most likely not used in Tuya firmwares, as the System Data partition contains an incorrect offset 0xFF000 for RDP, which is in the middle of OTA2 image.",
|
|
"Additionally, Tuya firmware uses an encrypted KV or file storage, which resides at the end of flash memory. This seems to overlap system RDP area."
|
|
]
|
|
}
|
|
}
|