Programmierung

Windows

ESP32_FLASH_TOOL_001.png

Linux

wget http://creativity.does-it.net/pub/Basteln/OtaBinary/ESP32.bin -O /tmp/ESP32.bin 
python3 $(find $HOME 2>/dev/null | grep "4\.6" | grep "esptool\.py") --chip esp32 --port /dev/ttyUSB0 --baud 921600 write_flash -z 0x10000 /tmp/ESP32.bin 

OTA

Topic revision: r4 - 11 Oct 2024, DanielSchwab
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback