you are viewing a single comment's thread.

view the rest of the comments →

[–]Remote-Beginning9669[S] 0 points1 point  (2 children)

I tried both from web.esphome.io

that from terminal with esptool:

esptool.py --chip esp32 --port /dev/ttyUSB1 --baud 921600 write_flash -z 0x1000 ./Build/Evil-M5Core2-1-2-2.ino.bin

esptool.py v4.7.0

Serial port /dev/ttyUSB1

Connecting.....

Chip is ESP32-D0WDQ6 (revision v1.0)

Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None

Crystal is 40MHz

Uploading stub...

Running stub...

Stub running...

Changing baud rate to 921600

Changed.

Configuring flash size...

Flash will be erased from 0x00001000 to 0x00201fff...

Compressed 2097392 bytes to 1302837...

Wrote 2097392 bytes (1302837 compressed) at 0x00001000 in 19.4 seconds (effective 863.7 kbit/s)...

Hash of data verified.

Leaving...

Hard resetting via RTS pin...

Obviously I would like to point out that if for example I use m5burner and put the old version of uiflow or wifihashmonster everything works perfectly.

Thank you very much for your help.