Changes between Initial Version and Version 1 of Firmware_mac_terminal


Ignore:
Timestamp:
Apr 22, 2014, 9:06:34 AM (10 years ago)
Author:
Fredrik Jacobsson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Firmware_mac_terminal

    v1 v1  
     1== How to update the firmware in TellStick Net using Mac using the terminal ==
     2
     3First 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
     5The 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
     7Open a terminal and type tftp -e <tellstick-net-ip-number-here>[[BR]]
     8{{{
     9rexmt 1
     10timeout 60
     11put [PATH]/tellstick_net_fw17.hex
     12}}}
     13Please wait for the upload to complete.[[BR]][[BR]]
     14Close tftp with the "quit" command.
     15
     16[[Include(Firmware_faq)]]