I've flashed these devices in the past using Tasmotizer, but am having problems now. I'm using Linux with esptool from the Xubuntu repository.
I check the chip <esptool --port /dev/ttyUSB0 chip_id> and the device is detected.
I then erase the device <esptool --port /dev/ttyUSB0 erase_flash> and flash it
<esptool --port /dev/ttyUSB0 --baud 115200 write_flash 0x00000 /home/jim/Downloads/tasmota.bin>
Everything appears to proceed OK without errors being reported, but on power cycling te devices are not detected by my router and not assigned an IP address.
I'd be grateful for some help, please.
Jim