Page 1 of 1
Can not get into bootloader-mode
Posted: Sun Dec 15, 2024 11:37 pm
by MatviiG
Can not flash my new project on ESP32-D0WDQ6 (revision 0).
Assume that one of specific gpio was used. Peale suggest which one. Schematic attached to the ticket. GPIO5 and MTMS pin are removed already, but result is the same. Can some one give any advice?
Re: Can not get into bootloader-mode
Posted: Mon Dec 16, 2024 6:49 am
by Sprite
Are you getting any serial activity on U0TXD at all? If so, can you post what it says after trying to reset into download mode?
Re: Can not get into bootloader-mode
Posted: Mon Dec 16, 2024 12:39 pm
by MatviiG
Here is my flash log:
esptool.py v4.2.1
Serial port /dev/ttyUSB0
Connecting....
Chip is ESP32-D0WDQ6 (revision 0)
Features: WiFi, BT, Dual Core, Coding Scheme None
Crystal is 40MHz
MAC: 24:0a:c4:80:27:0c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
WARNING: Failed to communicate with the flash chip, read/write operations will fail. Try checking the chip connections or removing any other hardware connected to IOs.
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00005fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x00126fff...
Warning: some reserved header fields have non-zero values. This image may be from a newer esptool.py?
Compressed 17536 bytes to 12203...
A fatal error occurred: Packet content transfer stopped (received 8 bytes)
Re: Can not get into bootloader-mode
Posted: Mon Dec 16, 2024 8:44 pm
by Bromium
I am not sure if I am answering your question, but I managed to get a WROOM 32 into boot mode as follows:
(correction): Install 10K resistor parallel to C20.
Increase C20 to 10 uF or larger.
Hope this helps. Please let me know.
Re: Can not get into bootloader-mode
Posted: Tue Dec 17, 2024 12:37 am
by MatviiG
I am not sure if I am answering your question, but I managed to get a WROOM 32 into boot mode as follows:
Connect R21 to GND (and not 3V3).
Increase C20 to 10 uF or larger.
Hope this helps. Please let me know.
Unfortunatelly it does not work for me
Re: Can not get into bootloader-mode
Posted: Tue Dec 17, 2024 4:29 am
by Sprite
WARNING: Failed to communicate with the flash chip, read/write operations will fail. Try checking the chip connections or removing any
Ahrg, I could have spotted that in the schematics. You can't program the flash because there is no flash to program: The ESP32-D0WD does not come with in-package flash; you need to supply that yourself, and I don't see any in your schematic.
Re: Can not get into bootloader-mode
Posted: Tue Dec 17, 2024 8:23 am
by MatviiG
WARNING: Failed to communicate with the flash chip, read/write operations will fail. Try checking the chip connections or removing any
Ahrg, I could have spotted that in the schematics. You can't program the flash because there is no flash to program: The ESP32-D0WD does not come with in-package flash; you need to supply that yourself, and I don't see any in your schematic.
Ah.. shame to me. Can you suggest any pin-to-pin with programable flash?
Re: Can not get into bootloader-mode
Posted: Wed Dec 18, 2024 5:50 am
by Bromium
Unfortunatelly it does not work for me
My error. Please see my corrected post.
But it will not work without a flash.
Re: Can not get into bootloader-mode
Posted: Thu Dec 19, 2024 5:30 am
by Sprite
Ah.. shame to me. Can you suggest any pin-to-pin with programable flash?
Sure. The
datasheet also has the type numbers for the chips that do integrate flash; for instance in your case you want the the ESP32-U4WDH.