Home→Forums→MonoBrick EV3 Firmware→Most current version
- This topic has 1 reply, 2 voices, and was last updated 9 years, 10 months ago by Anders Søborg.
-
AuthorPosts
-
January 10, 2015 at 22:31 #5197
mkurParticipantAnders,
Thank you very much for bringing Mono to the EV3 and continuously supporting it – truly outstanding work. I wonder however, what is the most current version of the firmware? When I start the brick I am receiving a message that a software update is available. However, it seems to me that I am running the most recent release (I have tried both the linked image from your web site as well as the one available on the ftp site).
Regards,
–mk
January 11, 2015 at 19:56 #5199
Anders SøborgKeymasterHi there
Actually it is a hard question to answer. Simply because we have different versions of both the image, firmware application running on the image as well as the Xamarin Addin/DLL. Currently the version of the of the image is 1.0, the latest firmware running on the image is 1.0 while the Xamarin Addin/DLL has version 1.1 this can be read from the following URL. The idea behind this setup is that we can release a new firmware without users needing to download and create an entire image – you simply download a new firmware application. When you check for updates the following logic is executed.
1. If your image version is different from the the version in the link above you will get a notification/message that tells you a new image is available. And the next step will not be executed.
2. If however your image is up to date but a new firmware application is available you will be asked to download the application. If the firmware is not up to date the next step will not be executed until the firmware has been updated.
3. If you are using the Xamarin Addin it will write a version stamp when a program is uploaded to the brick. This version number in this stamp will be compared to the one in the link above.Sometime in the future we will add support for comparing the DLL used in the program that has been uploaded to the EV3 with the link/current version.
So to see if your system is up to date simply compare the version of your Image, firmware and Xamarin Addin with the version of the found in the link.
Please note that some of the fist releases of the MonoBrick image only tells you if new software is available it does not distinguishing between image and firmware. In that case you should download a new image.
I know that this information is not available anywhere and I apologize for this – I have been dying to write a tutorial page on updating the system but just haven’t had the time. Maybe I will use this answer as a starting point.
Anyway hope this answers your question.
/Anders
-
AuthorPosts
You must be logged in to reply to this topic.
Follow