Initial flashing support for ESP32 using partition scheme esp32_partition_app1856k_spiffs320k.csv
which is standard for Tasmota32 and ESP32 with 4 Mbyte flash.
Updated to Esptool.py 3.0 and Pyserial 3.5. (Should now work with MacOS BigSur)
Use ESP_Flasher for flashing an ESP32 or ESP82xx (Windows and MacOs executables are tested and verified as working).
With esptool.py use the following command syntax (replace COM port number!):
esptool.py --chip esp32 --port COM5 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dout --flash_freq 40m --flash_size detect 0x1000 bootloader_dout_40m.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 tasmota32.bin
Use a proper power supply!
ESP32 is power hungry and there's a high chance it will not be able to boot properly off the serial-to-USB power. Power it from a separate power supply that can provide at least 1A.
--
You received this message because you are subscribed to the Google Groups "TasmotaUsers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonoffusers...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/sonoffusers/f5cd341b-81b3-4588-b57a-b0edc343a5afn%40googlegroups.com.
You do not appear to have flashed partitions.bin, bootloader_dout_m40.bin or boot_app0.bin which you need to. ESP32 is not the same as ESP8266 you need to flash all 4 bins
Regards
Phil K
Sent from Mail for Windows 10
To view this discussion on the web, visit https://groups.google.com/d/msgid/sonoffusers/2186b8a2-636e-4dac-9fe4-b627a3cec94en%40googlegroups.com.
On Jun 26, 2021, at 10:59 AM, Philip Knowles <knowles...@gmail.com> wrote:
esptool.py --chip esp32 --port COM5 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dout --flash_freq 40m --flash_size detect 0x1000 bootloader_dout_40m.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 tasmota32.bin
Sent from Mail for Windows 10