TiLDA MK3/Firmware Update: Difference between revisions
(Created page with " == Update your Tilda Mk3== This websites will help you to update your Tilda Mk3 badge. But be careful, following these instructions will delete all files and setting on yo...") |
No edit summary |
||
Line 27: | Line 27: | ||
Open a terminal and execute this line: | Open a terminal and execute this line: | ||
curl --silent --show-error --retry 5 https://update.badge.emfcamp.org/update.py | python | <code>curl --silent --show-error --retry 5 https://update.badge.emfcamp.org/update.py | python</code> | ||
== Linux == | == Linux == | ||
Line 34: | Line 34: | ||
Open a terminal and execute this line: | Open a terminal and execute this line: | ||
curl --silent --show-error --retry 5 https://update.badge.emfcamp.org/update.py | python | <code>curl --silent --show-error --retry 5 https://update.badge.emfcamp.org/update.py | python</code> | ||
== Windows == | == Windows == | ||
Line 44: | Line 44: | ||
== Other Operating systems== | == Other Operating systems== | ||
To update your badge please download the following script and run it via python: update.py | To update your badge please download the following script and run it via python: [https://update.badge.emfcamp.org/update.py update.py] | ||
If you know how to flash the badge yourself you can also download the DFU binary directly: firmware.dfu | If you know how to flash the badge yourself you can also download the DFU binary directly: [https://update.badge.emfcamp.org/firmware.dfu firmware.dfu] | ||
Revision as of 18:32, 8 August 2016
Update your Tilda Mk3
This websites will help you to update your Tilda Mk3 badge. But be careful, following these instructions will delete all files and setting on your badge, so make sure you have copies of everything!
Before you start
You need to put your badge into DFU mode. To do this please press down the joystick button in the center while at the same time quickly pushing the reset button at the back. You're now ready to update your badge.
OSX
Prerequisites needed for Mac OS X
1. XCode (from App Store)
3. You then need to (from the terminal) use homebrew to install libusb brew install libusb
and pip to install libusb1 and pyusb pip install libusb1 pyusb
4. You should be good to go!
Open a terminal and execute this line:
curl --silent --show-error --retry 5 https://update.badge.emfcamp.org/update.py | python
Linux
Open a terminal and execute this line:
curl --silent --show-error --retry 5 https://update.badge.emfcamp.org/update.py | python
Windows
TBD
Other Operating systems
To update your badge please download the following script and run it via python: update.py
If you know how to flash the badge yourself you can also download the DFU binary directly: firmware.dfu
Build your own version
If you want to build your own version of the firmware have a look here