Esp32: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Webseite= *https://github.com/arendst/Tasmota/tree/firmware/firmware/tasmota32 =Download= *boot_app0.bin *bootloader_dout_40m.bin *partitions.bin *tasmo…“)
 
(kein Unterschied)

Aktuelle Version vom 15. Februar 2021, 11:48 Uhr

Webseite

Download

  • boot_app0.bin
  • bootloader_dout_40m.bin
  • partitions.bin
  • tasmota32.bin

Flash

  • esptool.py --chip esp32 --port /dev/ttyUSB0 --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