Forum Replies Created
-
AuthorPosts
-
Anders SøborgKeymasterHi there
Here is a screenshot of my first run. Is this what you need?
/Anders
Attachments:
You must be logged in to view attached files.
Anders SøborgKeymasterHi Helmut
I will try and have a look at it tonight. Thanks a lot for your effort.
/Anders
Anders SøborgKeymaster
Anders SøborgKeymasterHi Max
It is really easy simply download Github for windows and your off…
Anders SøborgKeymasterHi there
I just merged this pull request to the master branch. I will create a new version of the add-in and upload it to my FTP server this weekend. In the meantime I think that what you are experiencing is related to the missing DLL. You have to add the DLL using gacutil. This will be included in the next image release.
/Anders
Anders SøborgKeymasterHi there
Thanks for using MonoBrick – I hope you enjoy.
/Anders
Anders SøborgKeymasterHi Max
Thanks a lot for all your hard work. Looks very nice. Once I get back from vacation I will have a look at it. I will see if I can give you access to our repository, to make the development cycle shorter.
/Anders
Anders SøborgKeymasterHi Guys
Thanks a lot for all your hard work. Right now I am on vacation. But I will have a look at it once I get back. Keep up the good work.
/Anders
Anders SøborgKeymasterHi Max
Thanks a lot for the code and the example. This has been added to the master branch and will be part of the next release.
/Anders
Anders SøborgKeymasterHi Max
I just updated the frontpage of the EV3 firmware with short description of your template and a link to this thread. Thanks a lot
/Anders
Anders SøborgKeymasterHi Jacek
Absolutely amazing pice of work. Please share the code… Already shared this on twitter and facebook.
/Anders
Anders SøborgKeymasterHi Max
Looks great – but the template comes with a MonoBrickFirmware.dll… would it be possible to make the template a part of the git repository this way when a new MonoBrickFirware.dll is created the template will be up to date.
/Anders
Anders SøborgKeymasterHi there
I think that you are trying to run the program on a PC. This can not be done. Please have a look at the guide section to see how to transfer and run programs on the brick.
/Anders
Anders SøborgKeymasterWhat version of GTK# are you using?
/Anders
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
Follow