How To Flash - FZEEFlasher/fzeeflasher.github.io GitHub Wiki
Firmware updating
This website is designed to assist you in updating the firmware of your ESP32 Dev Boards for the Flipper Zero. To utilize this web tool, follow these steps:
- You might need to install the driver from Silicon Labs in order for the ESP32 to be recognized.
- If you are getting a connection or sync error try to reboot or power cycle the dev board and refresh the web-page.
- You have to install the Flipper Zero WiFi Marauder companion app in order to use this firmware. (https://lab.flipper.net/apps/esp32_wifi_marauder)
Some custom flipper firmware like Xtreme, RogueMaster, Momentum are custom and may require for you to use there tools, flasher, and software in order to work.
FzeeFlasher and its affiliated entities disclaim any liability for damages, misuse, or unintended consequences resulting from the use of this firmware tool or the flashing of firmware onto your device.
Automatic Method
Some boards will automatically put themselves in bootloder mode if connected with fzeeflahser you can skip to step 3.
Bootloder Method
-
Connect the board to your computer (USB not connected to the flipper GPIO.)
-
Switch your Board to Bootloader mode:
- Press and hold the BOOT button.
- Press the RESET button while holding the BOOT button.
- Release the RESET and BOOT buttons.
- Click on the "Connect" button on the web page. A dialog box will appear, prompting you to connect the paired COM device. Click "Connect."
- If you get an error that you can not connect try refreshing the web page or resetting the board.
-
In the "Select Model" menu that appears at the top, use the drop-down menus to choose your board, version, and firmware.
-
Click on "Program." We've included an erase function in case you encounter issues with your ESP32.
-
Once the flashing process is complete, your ESP32 board will be ready to use with its new firmware.
Serial UART Method
Some ESP32 Dev Boards require the use of the Flippers GPIO/UART Bridge software (koko wifi dev board pro or Rabbit Minion) in order to flash the Dev Board.
-
Connect the board to your Flipper GPIO.
-
Connect USB cable to the -Flipper- USB port.
-
Navigate to the flipper GPIO menu option.
- Select USB-UART Bridge
- Once in the bridge software set COM to 0 and set baudrate to host or 921600.
- Click on the "Connect" button on the web page. A dialog box will appear, prompting you to connect the paired COM device. Click "Connect."
- If you get an error that you can not connect try refreshing the web page or resetting the board.
-
In the "Select Model" menu that appears at the top, use the drop-down menus to choose your board, version, and firmware.
-
Click on "Program." We've included an erase function in case you encounter issues with your ESP32.
-
Once the flashing process is complete, your ESP32 board will be ready to use with its new firmware.