cnlohr / esp82xx

Useful ESP8266 C Environment
Other
288 stars 107 forks source link

Feature request/question #70

Closed ghost closed 7 years ago

ghost commented 7 years ago

I don't want to install all this tools on my computer so I have a question. Can I just burn .bin file to the esp? Thanks

con-f-use commented 7 years ago

Yes, we could provide a binary to "just burn". I'll get to it this weekend. The only tool needed for this would be esptool.py.

ghost commented 7 years ago

Can you compile whole program for me and send me only bin files and spiffs? I will then flash it via nodemcu flasher and upload spiffs by arduino. Thanks again!

cnlohr commented 7 years ago

That's a little weird of a thing to do for esp82xx, since it doesn't really have a project and is more of a shell. Though it is functional with a demo project. I guess this makes sense for testing purposes...

con-f-use commented 7 years ago

No idea what the nodemcu flasher is and spiffs, but whatever.

cnlohr commented 7 years ago

We don't use spiffs. I think he's talking about the MPFS partition. The NodeMCU Flasher is a GUI tool you can use to flash sections of memory on the ESP boards.

con-f-use commented 7 years ago

Here are exp82xx-project-v0.8-binaries.zip. I just build them and they are untested. I might make an 'official' release in the future, but don't count on it. Never worked with the NodeMCU Falsher, so you'll have to figure it out by yourself or just use esptool.py.