-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I refresh the firmware on linux? #39
Comments
I've written a command line firmware downloader in .NET that runs on Linux using Mono. I haven't published the code anywhere yet, but I can share if you like. I don't know if bricxcc for EV3 was ever made available for Linux in binary form but the source code is still around. You might be able to compile and run it. |
That would be really great. Could you shortly explaine me, how I can compile the code? |
If you mean bricxcc, I've never tried compiling it before. I presume you run If you mean my code, I will have to publish it somewhere first. |
I got the bricxcc installed using this site https://wiki.ubuntuusers.de/Mindstorms/. |
Could you please publish your code anywere? |
Sorry I forgot about this. I will try to do this soon. |
Thanks |
Thank you, but how can I run this program? Am 30.04.2016 um 06:16 schrieb David Lechner:
|
You can install You may need to install some extra packages...
Then run |
I like to download my firmware on the ev3's flash memory. I set my ev3 in updating mode and can discover them with my linux PC. How can I write the firmware to the ev3?
The text was updated successfully, but these errors were encountered: