Espruino 1v87 released #114
Replies: 8 comments
-
Posted at 2016-09-15 by Wilberforce Thanks Gordon.
There is an issue here: This is part of the https://github.com/pfalcon/esp-open-sdk - so I'm not sure if its the ci-travis file that needs updating, or only the makefile. https://github.com/espruino/Espruino/blob/master/Makefile#L1927
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-09-15 by @gfwilliams But there's the 1.4 bootloader in there anyway (which is mentioned in the flasher instructions), so presumably that works, as does the 512K image? It's just that you're using a different flashing command to the one in the readme? To be honest your bug description wasn't desperately helpful about what needs doing - it's always possible to give me a pull request if you want something changed. I guess the Makefile + dist_readme would need updating? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-09-15 by Wilberforce update - it looks like it's the reference here: https://github.com/espruino/Espruino/blob/master/.travis.yml#L20 I've asked @tve to add it to the tar file. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-09-15 by Kolban Congrats on the 1v87 release. Is it safe to assume that the builds (for me the one I care about is the ESP8266 build) comes from the source tree found here: https://github.com/espruino/Espruino If I wanted to build the latest and greatest 1v87 build for myself so that if I wanted to make changes for potential submissions for pull requests, I want to be sure I start from the right place. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-09-16 by @gfwilliams Yes, that's the one! There are also up to date binaries at http://www.espruino.com/binaries/travis/master/ @wilberforce but am I right in thinking that the images supplied actually work fine (nobody else seems to be having issues), it's just that you were expecting a 1.5 bootloader, and it's 1.4 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-09-16 by Wilberforce @gordon |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-09-16 by @gfwilliams And flashing with the 1.4 bootloader doesn't work? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-09-16 by @gfwilliams Ok, I just tested and it works fine using the commands shown in the readme in the ZIP file. Everything you need for that (bar esptool.py) is in the ZIP. I don't understand what the problem you're having is? If you want to use the 1.5 bootloader that's up to you, but there's doesn't seem to be anything wrong with using version 1.4 for these images. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-09-13 by @gfwilliams
Hi, I've just pushed a new release of Espruino.
This one is nothing groundbreaking, but there are a few nice improvments
save()
on BBC micro:bitE.
then press Tab)And a few extra fixes for corruption/crashes/compatibility - see the full list at: http://www.espruino.com/ChangeLog
To update, go into settings, then
Flasher
...Beta Was this translation helpful? Give feedback.
All reactions