mirror of
https://github.com/eddyem/ch55x.git
synced 2025-12-06 10:35:14 +03:00
16 lines
394 B
Markdown
16 lines
394 B
Markdown
CH55xtool
|
|
=========
|
|
|
|
Tool for CH55x flashing [from here](https://github.com/MarsTechHAN/ch552tool), rewritten in C.
|
|
|
|
```
|
|
Usage: ch55tool [args]
|
|
|
|
Where args are:
|
|
|
|
-P, --pidfile=arg pidfile (default: /tmp/testcmdlnopts.pid)
|
|
-b, --binname=arg name of binary file to flash
|
|
-d, --dontrestart don't reset MCU after writing
|
|
-h, --help show this help
|
|
```
|