Search found 3 matches
- Thu Jan 11, 2024 2:20 am
- Forum: Hardware
- Topic: Using esp-serial-flasher tool with custom board that has auto programming BJT's
- Replies: 1
- Views: 21056
Using esp-serial-flasher tool with custom board that has auto programming BJT's
Hi. I have a custom ESP32-C3 WROOM based board that I need to flash firmware and I was looking to use the esp-serial-flasher but it looks like this is meant to use the IO0 and RESET pins. I don't have direct access to these pins, since I put the auto programming circuit (the BJT's with the resistors...
- Mon Dec 11, 2023 7:22 pm
- Forum: Hardware
- Topic: Using Flash Download Tool for ESP32-C3 using BIN files from Arduino
- Replies: 2
- Views: 35724
Re: Using Flash Download Tool for ESP32-C3 using BIN files from Arduino
Thanks. So I should be good with using the three files Arduino generated right?MicroController wrote: ↑Sun Dec 03, 2023 6:00 pmNot much actual data there...Wrote 8192 bytes (47 compressed) at 0x0000e000
It's probably the 'otadata' partition being initialized.
- Thu Nov 30, 2023 9:07 pm
- Forum: Hardware
- Topic: Using Flash Download Tool for ESP32-C3 using BIN files from Arduino
- Replies: 2
- Views: 35724
Using Flash Download Tool for ESP32-C3 using BIN files from Arduino
Hello. I'm working on a custom board that uses the ESP32-C3 WROOM module. I have code written in Arduino and everything is working. I'm trying to simplify the flashing process by using the Flash Download Tool. I have couple of questions... The following is the log I got from Arduino when it's flashi...