Files
BR_YKC/4G/tools/_temp/dtools/ec7xx/config/ec718um.json

146 lines
2.8 KiB
JSON
Raw Normal View History

2026-03-31 15:46:04 +08:00
{
"TheseAreComments!":[
{"Comment": "'capacity' in 'FotaCapability' is the largest size of all images in one fota processing (0-4MB;1-16MB)!"},
{"Comment": "'diffMode' in 'FotaCapability' is the flag for handling compressed section(s) in binary file (0-no zip;1-has zip)!"},
{"Comment": "'attr' in 'SysImageMem' must be set with one of these choices('BINPKG/AP/CP/APP/APP2/SYSH'), which are forbidden to be redefined!"},
{"Comment": "'attr' in 'ExtenOtaMem' must be set with one of these choices('EF/SD'), which are forbidden to be redefined!"},
{"Comment": "'name' in 'StorageDevice' must be set with one of these choices('AP/CP/EF/SD'), which are forbidden to be redefined!"},
{"Comment": "'base' in 'StorageDevice' is the global unique starting address, and it can not be modified!"},
{"Comment": "However, other fields can be redefined to whatever you want, including the name of this config file!"}
],
"CompanyName": "EiGENCOMM",
"ProductName": "EC718UM",
"FotaCoreVer": "2.5",
"FotaCapability": {
"capacity": 0,
"diffMode": 1,
"hasPkgHlc": 1,
"metaPseg": 32,
"bkupMemSize": 98304,
"deltaMemSize": 950272,
"avlbRamSize": 196608,
"zipAlgorithm": {
"zipMeth": 0,
"bzipMode": 0
}
},
"HuluSuite": {
"ver": 1,
"enable": 1,
"adjust": 1,
"wkspSize": 450560
},
"FotaAtCmd": {
"mode": 0,
"ate": 0,
"ver": 1,
"name": "",
"pmss": 1024,
"dmwt": 300
},
"SysImageMem": [
{
"attr": "BINPKG",
"addr": 0,
"size": 0
},
{
"attr": "AP",
"addr": 8982528,
"size": 6795264
},
{
"attr": "CP",
"addr": 8572928,
"size": 655360
},
{
"attr": "APP",
"addr": 0,
"size": 0
},
{
"attr": "APP2",
"addr": 0,
"size": 0
},
{
"attr": "SYSH",
"addr": 8392704,
"size": 4096
}
],
"ExtenOtaMem": [
{
"attr": "EF",
"addr": 2147483648,
"size": 10240
}
],
"StorageDevice": [
{
"name": "AP",
"base": 8388608,
"size": 8388608
},
{
"name": "CP",
"base": 8388608,
"size": 8388608
},
{
"name": "EF",
"base": 2147483648,
"size": 8388608
}
],
"CustFeature": {
"BootSecurity":{
"enable": 1,
"shaMode": 224,
"bootCombo": [
{
"enable": 1,
"imgs": "AP,CP",
"imgh": "SYSH",
"pemUri":""
},
{
"enable": 0,
"imgs": "APP",
"imgh": "APP2",
"pemUri":""
}
]
},
"ResizeMem": [
{
"enable": 0,
"attr": "AP",
"size": 6868992
},
{
"enable": 0,
"attr": "CP",
"size": 409600
},
{
"enable": 0,
"attr": "APP",
"size": 0
}
]
},
"MiscSetting": {
"pollRx": 30,
"filter": {
"prefix": "XPKGD,PKGFLX,EF"
},
"debug": {
"delta": {
"patMem": 0,
"patVeri": 7
}
}
}
}