-
-
Notifications
You must be signed in to change notification settings - Fork 115
Flashing firmware Windows 10
Jacques Gagnon edited this page Nov 14, 2023
·
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 first 3 binary files in the first 3 fields and match the option as in the screenshot.
For the 4th field, check it too and use the firmware that match your adapter type.
In order each bin offset value are: 0x1000, 0x8000, 0xD000 & 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