• the flashsize 4MB_c1 is the key :-)

    
    
    
       esptool.py --port <your port> --baud 460800 write_flash \
        --flash_freq 80m  --flash_mode qio --flash_size 4MB-c1  \
        0x0000 boot_v1.6.bin 0x1000 espruino_esp8266_user1.bin  \
        0x3FC000  esp_init_data_default.bin 0x3FE000 blank.bin
    
  • hi, i whana try flash my esp8266_4M over wifi, but how add 4MB-c1 parameter on command line from file wiflash.sh?

    sh wiflash.sh 192.168.1.3:88 espruino_esp8266_user1.bin espruino_esp8266_user2.bin
    Flashing user2.bin
    
About

Avatar for MaBe @MaBe started