Compiled Espruino for EspruinoWiFi won't work on my board #4573
Replies: 1 comment
-
Posted at 2017-12-28 by simonedicicco Hi Guys, sorry, after some investigation I realised that I was working on the master dev branch, so it would be possible that is not stable. Thanks! Posted at 2018-01-04 by @gfwilliams Great! Thanks for letting us know - another thing you could do it to try the latest travis builds and see if they work: http://www.espruino.com/binaries/travis/master/ If they don't then it's something I'd be very interested it sorting out though! Posted at 2018-01-04 by simonedicicco Sure, I'll do it quite often, so I can keep you guys informed. Posted at 2018-01-04 by @gfwilliams What did you have to change? If it's something reasonably non-invasive then a PR would be great! Posted at 2018-01-04 by simonedicicco just the SH script to allow the build. Posted at 2018-01-04 by @gfwilliams Sounds great - yes, a PR would be really handy. Which script was it? I thought in the Makefile we have some OS-specific stuff for that already, but possibly something else got added that fell into the same trap. Posted at 2018-01-04 by simonedicicco I am handling all the scripts/create*.sh files. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-12-28 by simonedicicco
Hi Guys,
I forked the Espruino's GitHub repos.
I didn't made any modification and I tried to compile everything after the installation of all the tools (python, gcc, gcc for ARM 5 2016 q3, on Linux Ubuntu 17.10).
I compiled the code for the EspruinoWiFi board by running the following:
The code compiled successfully. I loaded the firmware onto my EspruinoWiFi board, but it does not works. Once I restart the board, the led on the board remains red.
Someone experienced the same?
Thanks,
Simone
Beta Was this translation helpful? Give feedback.
All reactions