Changes between Version 10 and Version 11 of Firmware_linux
- Timestamp:
- Apr 22, 2014, 9:20:17 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Firmware_linux
v10 v11 7 7 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. 8 8 9 Open a terminal and type tftp -e<tellstick-net-ip-number-here>[[BR]]9 Open a terminal and type tftp <tellstick-net-ip-number-here>[[BR]] 10 10 {{{ 11 11 rexmt 1 12 12 timeout 60 13 put [PATH]/tellstick_net_fw 3.hex13 put [PATH]/tellstick_net_fw17.hex 14 14 }}} 15 15 Please wait for the upload to complete.[[BR]][[BR]]