Search found 6 matches

by MarusGradinaru
Tue Jun 17, 2025 12:47 pm
Forum: ESP-IDF
Topic: About sdkconfig options
Replies: 2
Views: 76

Re: About sdkconfig options

So it's better to leave it as it is and not force it with CONFIG_ESPTOOLPY_FLASHMODE="qio" like I was doing ?

I have a ESP32-WROVER-E N8R8. Is there some documentation where I can find the parameters of my module... ? Like those for Flash and PSRAM...
by MarusGradinaru
Tue Jun 17, 2025 9:59 am
Forum: ESP-IDF
Topic: About sdkconfig options
Replies: 2
Views: 76

About sdkconfig options

I did the following test. I went into menuconfig and chose Flash SPI Mode: DOUT. I saved and then checked the sdkconfig file. And both options were changed accordingly:
CONFIG_ESPTOOLPY_FLASHMODE_DOUT=y
CONFIG_ESPTOOLPY_FLASHMODE="dout"
Then I changed in menuconfig to QIO, saved and then in ...
by MarusGradinaru
Fri Jun 13, 2025 8:01 pm
Forum: General Discussion
Topic: esptool cannot connect to my board: Wrong boot mode detected (0x13)
Replies: 5
Views: 1228

Re: esptool cannot connect to my board: Wrong boot mode detected (0x13)

I added 1uF capacitor between the EN pin and ground and now it works perfectly ! Thanks ! :D
Why do yo not include it on the board ?
by MarusGradinaru
Wed Jun 11, 2025 10:04 am
Forum: General Discussion
Topic: esptool cannot connect to my board: Wrong boot mode detected (0x13)
Replies: 5
Views: 1228

Re: esptool cannot connect to my board: Wrong boot mode detected (0x13)

I've done some testing...

I usesd in esptool.cfg "custom_reset_sequence = D1|W3|D0|W3". Just to see if the signals are present and they have correct polarity.
When I executed "esptool flash_id", the level at IO0 (boot) pin indeed goes from HIGH to LOW and back, while the EN pin stays HIGH.

Then I ...
by MarusGradinaru
Wed Jun 11, 2025 9:09 am
Forum: General Discussion
Topic: esptool cannot connect to my board: Wrong boot mode detected (0x13)
Replies: 5
Views: 1228

Re: esptool cannot connect to my board: Wrong boot mode detected (0x13)

Yes ! It works every time, with any version, if I press and hold the BOOT button while esptool tries to connect.
by MarusGradinaru
Tue Jun 10, 2025 8:45 pm
Forum: General Discussion
Topic: esptool cannot connect to my board: Wrong boot mode detected (0x13)
Replies: 5
Views: 1228

esptool cannot connect to my board: Wrong boot mode detected (0x13)

Hi,

If I use the esptool to access something on my ESP32 device (like " esptool flash_id "), it fail and says it cannot connect because the device cannot be switched to bootloader mode. A few times it worked, but most of the time it fails with this error:


esptool.py v4.8.1
Serial port COM3 ...

Go to advanced search