I am having this issue while flashing my ESP32 Wroom with my custom board in the attachments (I dont have a devkit).
Looks like my flashing was complete:
Code: Select all
Artur@Artur MSYS /e/Projetos/ESP32/SoftwareAT/esp32-at
$ make flash
Flashing binaries to serial port COM5 (app at offset 0x10000)...
esptool.py v2.0-beta2
Connecting........_____....._____....._____....._____....._____..
Uploading stub...
Running stub...
Stub running...
Attaching SPI flash...
Configuring flash size...
Auto-detected Flash size: 4MB
Flash params set to 0x0220
Compressed 13120 bytes to 7344...
Wrote 13120 bytes (7344 compressed) at 0x00001000 in 0.7 seconds (effective 158.9 kbit/s)...
Hash of data verified.
Compressed 144 bytes to 67...
Wrote 144 bytes (67 compressed) at 0x0000f000 in 0.0 seconds (effective 115.8 kbit/s)...
Hash of data verified.
Compressed 849232 bytes to 481170...
Wrote 849232 bytes (481170 compressed) at 0x00010000 in 43.0 seconds (effective 157.9 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 111...
Wrote 3072 bytes (111 compressed) at 0x00008000 in 0.0 seconds (effective 1741.6 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting...
Code: Select all
$ make monitor
--- Miniterm on COM5 115200,8,N,1 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x1 (DOWNLOAD_BOOT(UART0/UART1/SDIO_FEI_REO_V2))
waiting for download
My GPIO12 (MTDI) is low using the internal pull-down so my device should woek in 3.3V, but my pins GPIO0, GPIO2 and GPIO15 (Strapping pins) are showing with 1.6V.
Shouldn't it be around 3.3V?
PS.: Can't flash using ESP Download Tools 3.4.4. (Picute in the attachments). Im trying to run the app like crazy but nothing works.
Any ideias?
Thanks !
Best Regards,
Artur Lazarini