bl_iot_sdk/tools/flash_tool/clear.bat

7 lines
184 B
Batchfile
Raw Normal View History

2020-10-26 12:35:25 +00:00
del /a /f /s /q "*.ini"
del /a /f /s /q "iot.toml"
del /a /f /s /q "mcu.toml"
del /a /f /s /q "storage.toml"
del /a /f /s /q "partition.bin"
del /a /f /s /q "ro_params.dtb"
pause