*** To flash a 4MB esp8266 (e.g. esp-12) via wifi use (with appropriate hostname):
./scripts/wiflash espruino.local:88 espruino_esp8266_user1.bin >espruino_esp8266_user2.bin
When I load the firmware with the same command I was using before (which is just the same as in this README) by replacing boot_v1.4(b1).bin with boot_v1.5.bin, I can only see random(?) hex flow in the serial console:
Connecting...
Erasing flash...
Took 0.08s to erase flash block
Wrote 4096 bytes at 0x00000000 in 0.4 seconds (82.1 kbit/s)...
Erasing flash...
Took 1.68s to erase flash block
Wrote 478208 bytes at 0x00001000 in 46.4 seconds (82.5 kbit/s)...
Erasing flash...
Took 0.08s to erase flash block
Wrote 4096 bytes at 0x0037e000 in 0.4 seconds (85.5 kbit/s)...
Leaving...
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.
Hi @tve,
Latest build seems to use espressif sdk 1.5, but README gives a command example for 1.4(b1):
When I load the firmware with the same command I was using before (which is just the same as in this README) by replacing
boot_v1.4(b1).bin
withboot_v1.5.bin
, I can only see random(?) hex flow in the serial console:Loading seems to success though: