Sketchiot Web Flasher

ESP32-C6 — esptool over Web Serial

1 — Connect

Disconnected
Plug the board in over USB and click connect — the tool resets the chip into download mode automatically. If that fails: hold BOOT, tap RESET, release BOOT, then connect again.

2 — Firmware files

From an ESP-IDF build: build/bootloader/bootloader.bin, build/partition_table/partition-table.bin and build/<app>.bin. Or flash a single merged image (idf.py merge-bin / merged-binary.bin) in any one row at address 0x0.

3 — Flash

Log