Stable build for 12E #5898
Replies: 1 comment
-
Posted at 2017-01-05 by @gfwilliams Moving to ESP8266 - I guess that's what you were asking about? Posted at 2017-01-05 by Ollie v1.87 is a good bet for ESP8266. AFAIK there hasn't been any ESP8266 specific development in the later versions. Earlier versions might not get you the 1700 jsVars which is where the ESP8266 port ended up. Posted at 2017-01-05 by navas
yes, thank you for doing that. Really appreciate it :) Posted at 2017-01-05 by navas @ollie is it from the official build or from @tve build? Please clarify. Posted at 2017-01-05 by navas Also @ollie, I would really appreciate if you could point me to the download link. Thanks Posted at 2017-01-05 by Ollie Here you go http://www.espruino.com/binaries/espruino_1v87_esp8266/ For anything earlier you will need @tve builds I think You can see/grab later builds at /binaries level. Posted at 2017-01-06 by navas thanks for your response. It worked well. Thanks Posted at 2017-01-06 by @MaBecker @navas if you like to use a newer version just replace boot_v1.6.bin with with boot_v1.5.bin for complete flash with esptool.py Posted at 2017-01-06 by navas @MaBecker, I see that version 1.87 contains boot_v1.4(b1).bin. Should I be updating with boot_v1.5 ? Thanks Posted at 2017-01-06 by @MaBecker if you like to flash 1v90 you need to use boot_v1.5 and not boot_v1.6 which comes with versions >= 1v88 of Espruino for ESPs Posted at 2017-01-07 by Will So is the issue with boot_v1.6 or with the newer binaries (>=1.88)? Posted at 2017-01-07 by @MaBecker No - @frida just pointed out that esptool.py version 1.3-dev can not handle boot_v1.6 So it could by a issue with esptool - have to check. Using boot_v1.5 is just a workaround until the root cause is fixed. Posted at 2017-01-07 by @MaBecker Homemade problem - my flash command had a typo ..... for details see http://forum.espruino.com/comments/13401539/ Posted at 2017-10-06 by stevo Any clue where I can find boot_v1.5 file? Link you posted is dead now. :( Posted at 2017-10-23 by @MaBecker Hi stevo, sorry for that dead link. boot_v1.5.bin is part of the 1.5 SDK, check the attachement on this page Posted at 2017-10-23 by @MaBecker Just to add: Espruino is now build with SDK 2.0 which uses boot_1.6.bin Posted at 2017-10-24 by stevo Thanks for the reply @MaBecker and the link. I finally figured out why I kept getting a bad build; now I can use the 'cutting edge' build as long as I use the 'dio' option instead of 'qio' when flashing. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-01-05 by navas
hi,
I see of version is available, but I just wanted to see which version is most stable. I am planning on putting a few on production, so just wanted to see which one works for best. I not using a lot of modules. mostly Wifi, http. that's all
thanks
Navas
Beta Was this translation helpful? Give feedback.
All reactions