26 lines
376 B
INI
26 lines
376 B
INI
|
|
||
|
[comm]
|
||
|
strComDev = /dev/ttyUSB0
|
||
|
iBaud = 921600
|
||
|
|
||
|
[log]
|
||
|
strLogFile = ./log/log.txt
|
||
|
|
||
|
[firmware]
|
||
|
strImagePath = xr_system.img
|
||
|
strEtfImagePath = xr_system_etf.img
|
||
|
|
||
|
[setting]
|
||
|
bReadAndCheck = 0
|
||
|
bUpdateChangeOnly = 1
|
||
|
bEtfFw = 0
|
||
|
bLogLevel = 0
|
||
|
bFlashCompat = 1
|
||
|
|
||
|
[debug]
|
||
|
//n=NULL r=read w=write e=erase
|
||
|
iDebugOp = n
|
||
|
iAddress = 0x00000000
|
||
|
iLength = 0x00000200
|
||
|
strWriteBinFile = a.bin
|