You are reading a single comment by @Frida and its replies. Click here to read the full conversation.
  • I use this:

    *** To flash a 512KB esp8266 (e.g. esp-01) using the serial port use:
    esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash \
      --flash_freq 40m --flash_mode qio --flash_size 4m \
      0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin \
      0x7C000 esp_init_data_default.bin 0x7E000 blank.bin
    
    

    because it is only 512KB

About

Avatar for Frida @Frida started