... | ... | @@ -28,13 +28,13 @@ and confirm the efuse burn (not reversible process) writing "BURN" |
|
|
|
|
|
## 2 Flashing the ESP32C3-CORE board
|
|
|
|
|
|
Connect the USB-C cable to your computer and push the "Boot" button (around 1 second) of the ESP32 board.
|
|
|
|
|
|
The flashing command is:
|
|
|
Connect the USB-C cable to your computer and push the "Boot" button (around 1 second) of the ESP32 board after the execution of the command:
|
|
|
|
|
|
```bash
|
|
|
esptool.exe --chip esp32-c3 --port COM99 --baud 921600 write_flash -fs 4MB -fm dio --erase-all 0x0 .\firmware.factory.bin
|
|
|
```
|
|
|
If the display is connected, you can use joystick "Left" (GPIO9 - Boot).
|
|
|
|
|
|
# ESP32C3-CORE web upgrade
|
|
|
|
|
|
To perform a complete upgrade of the FreeDSM, it is mandatory to update the Berry script and the firmware.
|
... | ... | |