What's the matter with the esp32 D2WD Flash download fail ?
What's the matter with the esp32 D2WD Flash download fail ?
It's the first time we use the esp32 d2wd which embeled falsh inner, we once use the esp32 d0wd which the flash out and it's flash download well. We don't konw why the same way can't be used in the esp32 d2wd? Apart from the flash is there any difference between the d2wd and d02d ? Before we download flash we have been pulled down the gpio0 so it can be in download mode, but the print message is error we can't get any information because it's garbled.Could anyone help me please? I submit the picture in the attachments,THX!
- Attachments
-
- A24201005D2090F73FD44ABB1640E068.jpg (88.72 KiB) Viewed 14573 times
-
- 3FE0E922E568CFF51EA05B176C0097CA.jpg (347.22 KiB) Viewed 14573 times
Re: What's the matter with the esp32 D2WD Flash download fail ?
I have met this problem too.I expect explanation.Thanks.
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: What's the matter with the esp32 D2WD Flash download fail ?
I see you're using version 3.4.5 of the download tool, which afaik is not the newest one. Can you try grabbing the newest version from https://espressif.com/en/support/download/other-tools and trying again?
Alternatively, if you're using esp-idf, it also has an internal download tool you can use. Just run 'make flash' from the root of your project.
Alternatively, if you're using esp-idf, it also has an internal download tool you can use. Just run 'make flash' from the root of your project.
Re: What's the matter with the esp32 D2WD Flash download fail ?
We use the flash download tool v3.4.9 as you say but can't work well.I post messege and submit,please help me to see if there any wrong?
We think it was something wrong with the flash? Could you please tell me is the flash ok? Because we have used the esp32 d0wd which work OK,as you know the flash is outside but the d2wd is inner and this is the only different between the two chips.
Please help me? We are very anxious about this problem!!!
We think it was something wrong with the flash? Could you please tell me is the flash ok? Because we have used the esp32 d0wd which work OK,as you know the flash is outside but the d2wd is inner and this is the only different between the two chips.
Please help me? We are very anxious about this problem!!!
- Attachments
-
- IMG_20170712_090547R.jpg (7.16 MiB) Viewed 14531 times
Re: What's the matter with the esp32 D2WD Flash download fail ?
What is your schematic?
You know about:
The embedded flash operates at 1.8V. For the ESP32 series of chips that contain embedded flash, the MTDI/GPIO12 should be pulled high.
ESP32-D2WD’s pins GPIO16, GPIO17, SD_CMD, SD_CLK, SD_DATA_0 and SD_DATA_1 are used for
connecting the embedding flash, and are not recommended for other uses.
Re: What's the matter with the esp32 D2WD Flash download fail ?
Yes,we pull high the MTDI/GPIO12 and the gpio which used for embeded flash were not used for others,but the flashdownload still can't work well! Is there any other solution to solve the problem?
-
- Posts: 2
- Joined: Wed Jul 12, 2017 5:44 am
Re: What's the matter with the esp32 D2WD Flash download fail ?
ESP32-D2WD can not download,the situation I've met too recently.
GPIO0 is pulled down,and GPIO12/MTDI is pulled high,the voltage of pin VDD_SDIO is 1.8V.
The system power is 3.3V and the clock is 40MHz,all the conditions is satisfied,but still can't download bin to the flash which is embedded the ESP32,it confused me these days.
I've download bin to the ESP32-D2WD through linux,prints as below: it shows can't detect flash,does anybody have ideas?
and the ESP32-D0WDQ6,prints as below: it could download bin to the flash which is out of ESP32.
GPIO0 is pulled down,and GPIO12/MTDI is pulled high,the voltage of pin VDD_SDIO is 1.8V.
The system power is 3.3V and the clock is 40MHz,all the conditions is satisfied,but still can't download bin to the flash which is embedded the ESP32,it confused me these days.
I've download bin to the ESP32-D2WD through linux,prints as below: it shows can't detect flash,does anybody have ideas?
and the ESP32-D0WDQ6,prints as below: it could download bin to the flash which is out of ESP32.
Re: What's the matter with the esp32 D2WD Flash download fail ?
You have quite an old version of esptool.py (v2.0beta1, it's printed in the log output). This version pre-dates ESP32-D2WD support. Please get a newer esptool.py or newer ESP-IDF (which includes esptool.py). esptool.py v2.0 final or newer should work.xunxunnihao wrote:ESP32-D2WD can not download,the situation I've met too recently.
If you have an old ESP-IDF then it may also not have ESP32-D2WD support yet (it is supported in ESP-IDF v2.1-rc1 or newer.)
Regarding the Windows GUI flash download tool, we'll check with the developers if this tool has been updated for ESP32-D2WD yet. In the meantime you can use "make flash" in IDF or install esptool.py from https://github.com/espressif/esptool/
Who is online
Users browsing this forum: No registered users and 43 guests