All Projects → vshymanskyy → w600tool

vshymanskyy / w600tool

Licence: Apache-2.0 license
Firmware upload tool for Winner Micro W600 & W601 WiFi

Programming Languages

python
139335 projects - #7 most used programming language

w600tool

Firmware upload tool for Winner Micro W600 & W601 WiFi

Works on: Linux, Windows, MacOS

Prebuilt Windows executable file is available here

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

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

$ 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...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].