TiLDA MK3/Firmware Update

From EMF Badge
Revision as of 18:31, 8 August 2016 by Liedra (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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)

2. Homebrew and Pip

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