50 lines
1.6 KiB
Batchfile
50 lines
1.6 KiB
Batchfile
|
|
@echo off
|
|||
|
|
|
|||
|
|
cd %~dp0
|
|||
|
|
|
|||
|
|
copy ..\..\script.ver .
|
|||
|
|
copy ..\..\tone.cfg .
|
|||
|
|
copy ..\..\p11_code.bin .
|
|||
|
|
copy ..\..\br28loader.bin .
|
|||
|
|
copy ..\..\ota.bin .
|
|||
|
|
copy ..\..\anc_coeff.bin .
|
|||
|
|
copy ..\..\anc_gains.bin .
|
|||
|
|
|
|||
|
|
..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br28 -boot 0x120000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin -res ..\..\cfg_tool.bin tone.cfg p11_code.bin ..\..\eq_cfg_hw.bin -uboot_compress -key AC69.key -format all -key AC690X-8029.key
|
|||
|
|
|
|||
|
|
@REM..\..\isd_download.exe ..\..\isd_config.ini -tonorflash -dev br34 -boot 0x20000 -div8 -wait 300 -uboot ..\..\uboot.boot -app ..\..\app.bin ..\..\cfg_tool.bin -res tone.cfg kws_command.bin p11_code.bin -uboot_compress
|
|||
|
|
|
|||
|
|
:: -format all
|
|||
|
|
::-reboot 2500
|
|||
|
|
|
|||
|
|
@rem ɾ<><C9BE><EFBFBD><EFBFBD>ʱ<EFBFBD>ļ<EFBFBD>-format all
|
|||
|
|
if exist *.mp3 del *.mp3
|
|||
|
|
if exist *.PIX del *.PIX
|
|||
|
|
if exist *.TAB del *.TAB
|
|||
|
|
if exist *.res del *.res
|
|||
|
|
if exist *.sty del *.sty
|
|||
|
|
|
|||
|
|
..\..\ufw_maker.exe -fw_to_ufw jl_isd.fw
|
|||
|
|
copy jl_isd.ufw update.ufw
|
|||
|
|
del jl_isd.ufw
|
|||
|
|
|
|||
|
|
@REM <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>
|
|||
|
|
::ufw_maker.exe -chip AC800X %ADD_KEY% -output config.ufw -res bt_cfg.cfg
|
|||
|
|
|
|||
|
|
::IF EXIST jl_696x.bin del jl_696x.bin
|
|||
|
|
|
|||
|
|
if exist script.ver del script.ver
|
|||
|
|
if exist tone.cfg del tone.cfg
|
|||
|
|
if exist p11_code.bin del p11_code.bin
|
|||
|
|
if exist br28loader.bin del br28loader.bin
|
|||
|
|
if exist anc_coeff.bin del anc_coeff.bin
|
|||
|
|
if exist anc_gains.bin del anc_gains.bin
|
|||
|
|
|
|||
|
|
@rem <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˵<EFBFBD><CBB5>
|
|||
|
|
@rem -format vm //<2F><><EFBFBD><EFBFBD>VM <20><><EFBFBD><EFBFBD>
|
|||
|
|
@rem -format cfg //<2F><><EFBFBD><EFBFBD>BT CFG <20><><EFBFBD><EFBFBD>
|
|||
|
|
@rem -format 0x3f0-2 //<2F><>ʾ<EFBFBD>ӵ<EFBFBD> 0x3f0 <20><> sector <20><>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2 <20><> sector(<28><>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ16<31><36><EFBFBD>ƻ<EFBFBD>10<31><30><EFBFBD>ƶ<EFBFBD><C6B6>ɣ<EFBFBD><C9A3>ڶ<EFBFBD><DAB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>10<31><30><EFBFBD><EFBFBD>)
|
|||
|
|
|
|||
|
|
ping /n 2 127.1>null
|
|||
|
|
IF EXIST null del null
|