-
-
Notifications
You must be signed in to change notification settings - Fork 115
Flashing firmware Windows 10
Jacques Gagnon edited this page Dec 21, 2022
·
11 revisions
If the COM port of the ESP32 doesn't show up, refer to this guide from espressif (try installing the drivers they suggest). https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/establish-serial-connection.html
- Download the Flash Download Tools and unzip.
- Execute flash_download_tool_x.y.z.exe
- Select develop Mode
Select ESP32 DownloadTool
- Select and check the 3 binary file in the first 3 field and match the option as in screenshot.
An universal version with system auto detection is provided in addition to system hard-coded versions.
In order each bin offset are: 0x1000, 0x8000, & 0x10000.
- Select proper COM port for your machine.
- Press START
- Wait for status to change to FINISH.
-
RE notes
- ESP32 RTOS + Bare Metal: Best of Both Worlds?
- Learning Bluetooth Classic (BR/EDR) with HCI traces
- Xbox One Adaptive controller
- Evolution of SEGA's IO Interface from SG-1000 to Saturn
- Famicom & NES controller shift register: Parallel-in, Serial-out
- SNES 2P & Super Multitap
- PlayStation & PlayStation 2 SPI interface
- 3DO interface
- PC-FX interface
- CD-i interface
- PCE & TG16 interface
- Jaguar Interface
-
Deprecated content