DOUT @ 40MHz
$ esptool.py --port /dev/tty.wchusbserialfd12240 --baud 115200 write_flash \ --flash_freq 40m --flash_mode dout --flash_size 4MB-c1 \ 0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin \ 0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin esptool.py v2.3.1 Connecting.... Detecting chip type... ESP8266 Chip is ESP8266EX Features: WiFi Uploading stub... Running stub... Stub running... Configuring flash size... Flash params set to 0x0360 Compressed 3856 bytes to 2763... Wrote 3856 bytes (2763 compressed) at 0x00000000 in 0.3 seconds (effective 114.2 kbit/s)... Hash of data verified. Compressed 520612 bytes to 343957... Wrote 520612 bytes (343957 compressed) at 0x00001000 in 30.8 seconds (effective 135.1 kbit/s)... Hash of data verified. Compressed 128 bytes to 75... Wrote 128 bytes (75 compressed) at 0x003fc000 in 0.0 seconds (effective 30.7 kbit/s)... Hash of data verified. Compressed 4096 bytes to 26...
$ espruino "-b" "75600" "--no-ble" Espruino Command-line Tool 0.1.31 ----------------------------------- Using first port, {"path":"/dev/tty.wchusbserialfd12240","usb":[1,7523]} Connecting to '/dev/tty.wchusbserialfd12240' ¤ÅañÄoÑÑmÖ !!¥aEqüÑUÕâ\anCNá¡ÿÛRÔaÕÁ ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x40100000, len 2408, room 16 tail 8 chksum 0xe5 load 0x3ffe8000, len 776, room 0 tail 8 chksum 0x84 load 0x3ffe8310, len 632, room 0 tail 8 chksum 0xd8 csum 0xd8 2nd boot version : 1.6 SPI Speed : 40MHz SPI Mode : DOUT SPI Flash Size & Map: 32Mbit(1024KB+1024KB) jump to run user1 @ 1000 Disconnected.
@opichals 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.
DOUT @ 40MHz