Update README.md
Added a how-to on how to use ESP Tool on Chrome to flash boards.pull/67/head
parent
6d13443061
commit
009ff6741c
|
|
@ -81,6 +81,14 @@ Then it is possible build and upload the firmware to the board. Each board requi
|
|||
#define CAMERA_MODEL_ESP32_S3_CAM false
|
||||
```
|
||||
|
||||
<a name="chrome_flash"></a>
|
||||
## How to flash using Chrome
|
||||
It is also possible to flash firmware using ESP Tool on a Chrome browser [https://espressif.github.io/esptool-js/]
|
||||
|
||||
Ensure that you set the correct baud rate from the documentation for the board you are using. Select the serial port your board is connected to. You can then click "Add File" and select each .bin file for your board. Make sure that you input the correct Flash Address from the documentation from your board. For the initial flash, click "Erase Flash", and when that is complete, click "Program." See below for a screenshot of how to configure ESP Tool for the Freenove Wrover board.
|
||||
|
||||
|
||||
|
||||
<a name="prusa_connect"></a>
|
||||
## How to connect camera board to Prusa Connect
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue