Changes between Initial Version and Version 1 of Firmware_linux


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Firmware_linux

    v1 v1  
     1== How upgrade firmware from Linux ==
     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
     7Cycle the power to the TellStick Net and make sure the green led on the network connector flashes in groups of seven blinks. If it does it is now in recovery mode and is ready for a new firmware.[[BR]]
     8Open a terminal and type tftp -e 192.168.0.x[[BR]]
     9{{{
     10rexmt 1
     11timeout 60
     12put [PATH]/tellstick_net_fw3.hex
     13}}}
     14Please wait for the upload to complete, close tftp with the "quit" command.