with the latest version of:
esptool.py version esptool.py v2.0-dev 2.0-dev
and download today of:
Espruino esp-open-sdk
I flashed esp8266-01 with this setup: First:
esptool.py --port /dev/ttyUSB0 erase_flash,
then:
esptool.py --port /dev/ttyUSB0 --baud 230400 write_flash \ --flash_freq 40m --flash_mode qio --flash_size 512KB \ 0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin \ 0x7C000 esp_init_data_default.bin 0x7E000 blank.bin
and are up running, but I had to restart before webide would run.
AS you see, it is with boot_v1.6.bin.
>process.env ={ "VERSION": "1v90.38", "BUILD_DATE": "Jan 6 2017", "BUILD_TIME": "19:19:56", "GIT_COMMIT": "f403a657b257e4ae801a0fff12ec333005d4f925", "BOARD": "ESP8266_BOARD", "CHIP": "ESP8266", "CHIP_FAMILY": "ESP8266", "FLASH": 0, "RAM": 81920, "SERIAL": "18fe349d-47ca", "CONSOLE": "Serial1", "EXPORTS": { "jsvLock": 1075850320, "jsvLockAgainSafe": 1075850372, "jsvUnLock": 1075850744, "jsvSkipName": 1075859244, "jsvMathsOp": 1075864416, "jsvMathsOpSkipNames": 1075866112, "jsvNewFromFloat": 1075856988, "jsvNewFromInteger": 1075856888, "jsvNewFromString": 1075856548, "jsvNewFromBool": 1075856956, "jsvGetFloat": 1075862276, "jsvGetInteger": 1075858776, "jsvGetBool": 1075862604, "jspeiFindInScopes": 1075877408, "jspReplaceWith": 1075877128, "jspeFunctionCall": 1075887420, "jspGetNamedVariable": 1075879252, "jspGetNamedField": 1075879696, "jspGetVarNamedField": 1075879828, "jsvNewWithFlags": 1075856288 } } >process.memory() ={ "free": 1664, "usage": 36, "total": 1700, "history": 13 } >
@Frida started
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.
with the latest version of:
and download today of:
I flashed esp8266-01 with this setup:
First:
then:
and are up running, but I had to restart before webide would run.
AS you see, it is with boot_v1.6.bin.