Wondering if someone might be able to shed some light on the error I'm getting. I've followed all of the steps on the wiki to get my dev environment set up, successfully compiled the at firmware but hit a roadblock when trying to upload this to the module. When I try to flash I get this:
$ ./esptool.py --port /dev/ttyUSB0 write_flash 0x00000 0x00000.bin
Connecting...
Erasing flash...
Traceback (most recent call last):
File "./esptool.py", line 341, in <module>
esp.flash_begin(len(image), args.address)
File "./esptool.py", line 174, in flash_begin
struct.pack('<IIII', size, 0x200, 0x400, offset))[1] != "\0\0":
File "./esptool.py", line 106, in command
raise Exception('Invalid response')
Exception: Invalid response
Any ideas? All suggestions gratefully received!
Cheers,
Ben