Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vshymanskyy/w600tool
Firmware upload tool for Winner Micro W600 & W601 WiFi
https://github.com/vshymanskyy/w600tool
air602 w600
Last synced: 26 days ago
JSON representation
Firmware upload tool for Winner Micro W600 & W601 WiFi
- Host: GitHub
- URL: https://github.com/vshymanskyy/w600tool
- Owner: vshymanskyy
- License: apache-2.0
- Created: 2019-08-17T20:38:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T08:53:03.000Z (over 3 years ago)
- Last Synced: 2023-03-23T01:02:24.768Z (almost 2 years ago)
- Topics: air602, w600
- Language: Python
- Size: 28.3 KB
- Stars: 33
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# w600tool
Firmware upload tool for Winner Micro W600 & W601 WiFi**Works on:**
Linux,
Windows,
MacOSPrebuilt Windows executable file is available [here](https://github.com/vshymanskyy/w600tool/releases/latest)
### Features
- Automatically detects bootloader or helps entering `secboot`
- Get/Set MAC address
- Erase secboot and image
- Switch to high-speed mode
- Upload `fls`, `img` files### Usage
```log
usage: w600tool.py [-h] [-p PORT] [-b BAUD] [--get-mac] [--set-mac MAC] [-e]
[-u FILE]
[--upload-baud {115200,460800,921600,1000000,2000000}]optional arguments:
-h, --help show this help message and exit
-p PORT, --port PORT
-b BAUD, --baud BAUD
--get-mac
--set-mac MAC
-e, --erase
-u FILE, --upload FILE
--upload-baud {115200,460800,921600,1000000,2000000}
```### Example
```log
$ python3 ./w600tool.py --upload fw/W60X_MicroPython_1.10_B1.1_GZ.img
Push reset button to enter bootloader...
Switched speed to 1000000
Uploading fw/W60X_MicroPython_1.10_B1.1_GZ.img
0% [##############################] 100% | ETA: 00:00:00
Total time elapsed: 00:00:09
Reset board to run user code...
```