Moin zusammen. Erstmal wieder Danke für die tolle Anleitung. Leider habe ich ein kleines Problem. Geflasht bekomme ich den Controller ohne Probleme. Wenn ich allerdings die neue Firmware drauf schieben möchte bekomme ich einen Fehler. Ich würde es so deuten dass er "rboot.bin" nicht finden kann obwohl sie an Ort und Stelle ist. Beim Sonoff flashen ging es noch ohne Probleme.
Ich tippe:
esptool.py -p /dev/ttyUSB0 --baud 115200 write_flash -fs 1MB -fm dout -ff 40m 0x0 rboot.bin 0x1000 blank_config.bin 0x2000 haaboot.bin
und bekomme:
usage: esptool write_flash [-h] [--erase-all]
[--flash_freq {keep,40m,26m,20m,80m}]
[--flash_mode {keep,qio,qout,dio,dout}]
[--flash_size FLASH_SIZE]
[--spi-connection SPI_CONNECTION] [--no-progress]
[--verify] [--encrypt]
[--ignore-flash-encryption-efuse-setting]
[--compress | --no-compress]
<address> <filename> [<address> <filename> ...]
esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: 'rboot.bin'