FujiNet Flasher is a utility app for FujiNet Hardware and is designed to make flashing as simple as possible by:
- Having pre-built binaries for most modern operating systems
- Hiding all non-essential options for flashing. All necessary options for flashing (bootloader, flash mode) are automatically extracted from the binary.
This project was originally intended to be a simple command-line tool, but then it was decided that a GUI would be nice. The GUI largely is based on the NodeMCU PyFlasher and esphomeflasher projects.
The flashing process is done using the esptool library by espressif.
It doesn't have to be installed, just double-click it and it'll start. Check the releases section for downloads for your platform.
If you want to build this application yourself:
- Install Python 3.x
- See
build-instructions.md
MIT © Marcel Stör, Otto Winter, Joe Honold