Flash Download tool 3.9.2 not working
Posted: Fri Jun 03, 2022 5:40 am
I am not able to get the flash download tool to work.
I am flashing to an ESP32 and I select that and developer mode.
As far as I can tell I have configured it to use same settings as it I were using esptool.py off the command line. But after clicking on the start button it just keeps looping over :
Full Debug log
Note that I'm not sure why it is trying to connect at 115200 baud, as both in the tool UI and in spi_download.conf the baud is set as 460800.
What do I need to do to make it work?
I am flashing to an ESP32 and I select that and developer mode.
As far as I can tell I have configured it to use same settings as it I were using esptool.py off the command line. But after clicking on the start button it just keeps looping over :
Code: Select all
[2022-06-03 15:25:35,907][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: START TIME: 202206031525
[2022-06-03 15:25:35,907][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: CONNECT BAUD: 115200
[2022-06-03 15:25:36,719][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: *************************** START ****************************
Code: Select all
[2022-06-03 15:25:24,533][EspDownloadPanel_ESP32_spi][download_main_panel.py][line:262][INFO]: EFUSE_MODE: 1
[2022-06-03 15:25:24,534][EspDownloadPanel_ESP32_spi][download_main_panel.py][line:263][INFO]: EFUSE_ERR_HALT: 1
[2022-06-03 15:25:24,742][EspDownloadPanel_ESP32_spi(1)][Panel_MacAddr.py][line:89][INFO]: init finished
[2022-06-03 15:25:24,761][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:554][INFO]: ================
[2022-06-03 15:25:24,761][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:555][INFO]: LOAD PATH CONF:
[2022-06-03 15:25:24,761][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:556][INFO]: spi_1
[2022-06-03 15:25:24,761][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:557][INFO]: ================
[2022-06-03 15:25:24,777][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:364][INFO]: test baudrate: 460800
[2022-06-03 15:25:24,785][EspDownloadPanel_ESP32_hspi][download_main_panel.py][line:262][INFO]: EFUSE_MODE: 1
[2022-06-03 15:25:24,786][EspDownloadPanel_ESP32_hspi][download_main_panel.py][line:263][INFO]: EFUSE_ERR_HALT: 1
[2022-06-03 15:25:24,989][EspDownloadPanel_ESP32_hspi(1)][Panel_MacAddr.py][line:89][INFO]: init finished
[2022-06-03 15:25:25,007][EspDownloadPanel_ESP32_hspi(1)][download_process.py][line:554][INFO]: ================
[2022-06-03 15:25:25,007][EspDownloadPanel_ESP32_hspi(1)][download_process.py][line:555][INFO]: LOAD PATH CONF:
[2022-06-03 15:25:25,007][EspDownloadPanel_ESP32_hspi(1)][download_process.py][line:556][INFO]: hspi_1
[2022-06-03 15:25:25,007][EspDownloadPanel_ESP32_hspi(1)][download_process.py][line:557][INFO]: ================
[2022-06-03 15:25:25,023][EspDownloadPanel_ESP32_hspi(1)][download_process.py][line:364][INFO]: test baudrate: 115200
[2022-06-03 15:25:25,043][EspDownloadFrame][EspDownloadFrame.py][line:91][INFO]: get selection: 0
[2022-06-03 15:25:25,043][EspDownloadFrame][EspDownloadFrame.py][line:93][INFO]: notebook select 0
[2022-06-03 15:25:34,175][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:383][INFO]: ************
[2022-06-03 15:25:34,175][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:384][INFO]: check_res: (True, [])
[2022-06-03 15:25:34,175][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:385][INFO]: is running : False
[2022-06-03 15:25:34,175][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:386][INFO]: ************
[2022-06-03 15:25:34,176][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: set STOP FLG: True
[2022-06-03 15:25:34,199][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:406][INFO]: TEST!!!!
[2022-06-03 15:25:34,199][EspDownloadPanel_ESP32_spi(1)][download_process.py][line:407][INFO]: SELF.COMSTR: COM15
[2022-06-03 15:25:34,200][EspDownloadThread][download_process.py][line:659][INFO]: test running: False
[2022-06-03 15:25:34,201][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: *************************** START ****************************
[2022-06-03 15:25:34,201][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: START TIME: 202206031525
[2022-06-03 15:25:34,201][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: CONNECT BAUD: 115200
[2022-06-03 15:25:35,074][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: *************************** START ****************************
[2022-06-03 15:25:35,074][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: START TIME: 202206031525
[2022-06-03 15:25:35,074][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: CONNECT BAUD: 115200
[2022-06-03 15:25:35,907][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: *************************** START ****************************
[2022-06-03 15:25:35,907][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: START TIME: 202206031525
[2022-06-03 15:25:35,907][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: CONNECT BAUD: 115200
[2022-06-03 15:25:36,719][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: *************************** START ****************************
[2022-06-03 15:25:36,719][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: START TIME: 202206031525
[2022-06-03 15:25:36,719][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: CONNECT BAUD: 115200
[2022-06-03 15:25:37,532][ESP8266Loader_spi[1]][espDownloader.py][line:102][DEBUG]: *************************** START ****************************
Note that I'm not sure why it is trying to connect at 115200 baud, as both in the tool UI and in spi_download.conf the baud is set as 460800.
Code: Select all
[LOG_CHECK]
log_check_baud = 460800
[ESPTOOL_PARAM]
baud = 460800