Releases can be found here
Nightly/Development releases are the latest firmware compiled from the latest commits. They are the only ones available today in this early stage of the project.
The following files are at your disposal:
- esp32-firmware-OTA.bin: to upgrade existing RFLink-ESP devices
- esp32-full.img: to flash a new device or erase a previous installation
- sonoff_bridge-firmware.img: firmware for the Sonoff RF Bridge
If you have already installed RFLink on your device, beware the following will overwrite all your existing configuration. Please have a look at the OTA Update if you just looking to upgrade an existing RFLink-ESP device!
If you have not yet installed the 'esptool' module for python:
python -m pip install esptool
Erase flash entirely to ensure nothing will go wrong
python -m esptool --chip esp32 --baud 460800 erase_flash
Install the firmware
python -m esptool --chip esp32 --baud 460800 write_flash -z 0x1000 esp32-full.img
Subsequent updates should be done via the OTA mechanism.
While this procedure is not supposed to overwrite your existing configuration, we strongly advise you to make a backup of your configuration first!
...TODO...
...TODO...
Download Flash Download Tools (ESP8266, ESP32, ESP32-S2)
If you want to flash firmware for a Sonoff RF Bridge then follow this guide.
At the first menu, select Developer Mode.
Then pick your model.
Select your firmware file and make sure you input address=0x10000
, select your COM PORT and click start.
A progress bar will show up (you may have to keep pressing your BOOT button until the process starts).
Reboot and enjoy!