Skip to content

Instantly share code, notes, and snippets.

@maks
Created February 26, 2016 00:27
Show Gist options
  • Select an option

  • Save maks/14b4a6d33a083c9c5515 to your computer and use it in GitHub Desktop.

Select an option

Save maks/14b4a6d33a083c9c5515 to your computer and use it in GitHub Desktop.
esprino on esp8266 notes
from espruino Gitter char:
./esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_freq 80m --flash_mode qio --flash_size 32m 0x0000 "boot_v1.4(b1).bin" 0x1000 espruino_esp8266_user1.bin 0x37E000 blank.bin
this is the command that I used til now
MaBecker 02:25
no - follow this link http://www.espruino.com/Download
your command is fine
HyGy 02:25
but there is just one ESP file in the zip
MaBecker 02:26
download the zip file, unzip it and untar the esp file, in that dir you will find all the files you are used to
@mslagmu
Copy link
Copy Markdown

mslagmu commented Aug 9, 2016

Hello

I'm very intrested by your version. I prefer it than the C# one because i'm on linux.
But Can I help to put in your version the TOTP mangement ? It's very intresting thing :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment