I've had a report from a user that ./esptool.py --port /dev/tty.SLAB_USBtoUART write_flash -fs 8MB -fm dout 0x0 ../espruino_1v93_esp8266_combined_512.bin worked for them - apparently fs and fm were needed.
I guess maybe some revisions are different - the one I used for the video here:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I've had a report from a user that
./esptool.py --port /dev/tty.SLAB_USBtoUART write_flash -fs 8MB -fm dout 0x0 ../espruino_1v93_esp8266_combined_512.bin
worked for them - apparently fs and fm were needed.I guess maybe some revisions are different - the one I used for the video here:
https://www.youtube.com/watch?v=-BYHwGIMKXw
worked fine with the normal flashing commands.