I've got some ESP-01's here that I'd like to put esprunio on they're a 1MB board according to esptool:
esptool.py v3.3-dev
Serial port /dev/tty.usbserial-220
Connecting....
Detecting chip type... Unsupported detection protocol, switching and trying again...
Connecting...
Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: a4:cf:12:c9:1f:ab
Uploading stub...
Running stub...
Stub running...
Manufacturer: 5e
Device: 4014
Detected flash size: 1MB
Hard resetting via RTS pin...
Can someone advise on the command I'd need to flash them with and if I can use files from the published builds, (I don't really want to get into setting up a build environment for these) Can I use (some of ) the files in https://www.espruino.com/binaries/espruino_2v11_esp8266_4mb/ with a different map?
Thanks that worked, I had to set —flash_size 8m as well but that makes sense.
And the mode to dout for these boards.
Post a reply
Bold
Italics
Link
Image
List
Quote
code
Preview
Formatting Help
Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
Create headers by underlining text with ==== or ----
To *italicise* text put one asterisk each side of the word
To **bold** text put two asterisks each side of the word
Embed images by entering:  That's the hard one: exclamation, square brackets and then the URL to the image in brackets.
* Create lists by starting lines with asterisks
1. Create numbered lists by starting lines with a number and a dot
> Quote text by starting lines with >
Mention another user by @username
For syntax highlighting, surround the code block with three backticks:
```
Your code goes here
```
Just like Github, a blank line must precede a code block.
If you upload more than 5 files we will display all attachments as thumbnails.
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.
I've got some ESP-01's here that I'd like to put esprunio on they're a 1MB board according to esptool:
Can someone advise on the command I'd need to flash them with and if I can use files from the published builds, (I don't really want to get into setting up a build environment for these) Can I use (some of ) the files in https://www.espruino.com/binaries/espruino_2v11_esp8266_4mb/ with a different map?