Espruino on ESP8285 #6448
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2022-01-17 by @yerpj Thank you, it helped me flashing Espruino to a Sonoff RF R2 POWER V1.3! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-04-18 by user88968
Just a note that I was able to install Espruino on our 'Vanguard' reference platform (a $2.50 NodeMCU-M from doit.am having an ESP8285 - which is an ESP8266 with built-in 1Meg Flash) using the following from an Ubuntu 17.10 console, after cd-ing to the espruino_1v96_esp8266 folder of the Espruino download.
esptool.py --port /dev/ttyUSB0 --baud 115200 erase_flash esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash \ --flash_freq 40m --flash_mode dout --flash_size 1MB \ 0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin \ 0xFC000 esp_init_data_default.bin 0xFE000 blank.bin
I am then able to connect to the shell by running GNU Screen like...
Beta Was this translation helpful? Give feedback.
All reactions