Files
coco df489d5640 a
2026-07-03 16:05:30 +08:00

20 lines
527 B
Batchfile

::cd Driver
::call install.bat 8
::cd -
@ping 127.0.0.1 -n 2 >nul
.\tools\dfu_tools\DfuCreateFile 0x0483 0xdf11 0x2200 0 FAC 0x08008000 ".\tools\FACTORY" ".\tools\FACTORY.dfu"
.\tools\dfu_tools\DfuSeCommand -c --de 0x0483 --al 0xdf11 -d --fn ".\tools\FACTORY.dfu"
del ".\tools\FACTORY.dfu"
.\tools\dfu_tools\DfuCreateFile 0x0483 0xdf11 0x2200 0 LIC 0x0800C000 ".\tools\LICENSE" ".\tools\LICENSE.dfu"
.\tools\dfu_tools\DfuSeCommand -c --de 0x0483 --al 0xdf11 -d --fn ".\tools\LICENSE.dfu"
del ".\tools\LICENSE.dfu"