| 1 | == How to update the firmware in TellStick Net using Mac using the terminal == |
| 2 | |
| 3 | First you need to find out the IP-number of your TellStick Net, the easiest way is to check the list of attached devices in your router. |
| 4 | |
| 5 | The latest firmware can be downloaded here: http://download.telldus.com/TellStick/Software/firmware/ Download the one named "tellstick_net_fw<version>.hex" with the highest version number. |
| 6 | |
| 7 | Open a terminal and type tftp -e <tellstick-net-ip-number-here>[[BR]] |
| 8 | {{{ |
| 9 | rexmt 1 |
| 10 | timeout 60 |
| 11 | put [PATH]/tellstick_net_fw17.hex |
| 12 | }}} |
| 13 | Please wait for the upload to complete.[[BR]][[BR]] |
| 14 | Close tftp with the "quit" command. |
| 15 | |
| 16 | [[Include(Firmware_faq)]] |