Changes between Initial Version and Version 1 of How_to_restore_a_bricked_TellStick_Net_windows


Ignore:
Timestamp:
Jun 21, 2014, 6:24:40 PM (10 years ago)
Author:
Fredrik Jacobsson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • How_to_restore_a_bricked_TellStick_Net_windows

    v1 v1  
     1[[Include(restore_info)]]
     2=== Windows 7 ===
     3
     4tftp is not activated by default in Windows 7. It is easily installed though. Open {{{Control Panel}}} > {{{Programs and Features}}} > click {{{Turn Windows features on or off}}} in left side > enable {{{TFTP Client}}} then click in {{{OK}}}.
     5
     6Next, the computer must exist on the same subnet as TellStick Net. To do this we need to change the computers ip-address. Open {{{Control Panel}}} > {{{Network and Internet}}} > {{{Network and Sharing Center}}} > click {{{Change adapter settings}}} in the left side.[[BR]]
     7Right click on the network adapter that you are using and choose {{{Properties}}}.
     8
     9Select {{{Internet Protocol Version 4 (TCP/IPv4)}}} and click {{{Properties}}}.[[BR]]
     10[[Image(network_adapter.png, nolink)]]
     11
     12Select {{{Use the following IP address}}} and enter the IP address {{{192.168.97.61}}} and the subnet mask {{{255.255.255.0}}}.[[BR]]
     13[[Image(ip_address_w7.png, nolink)]][[BR]]
     14
     15Click {{{OK}}} and then {{{Close}}} on the previous dialog to close them and set the new address.
     16
     17Open a terminal: {{{Start}}} > {{{Search programs and files}}} > {{{cmd}}}[[BR]]
     18Type: {{{tftp 192.168.97.60 PUT C:\Users\Micke\Desktop\tellstick_net_fwXX.hex}}} Do not press enter.[[BR]]
     19(Replace "C:\Users\Micke\Desktop\tellstick_net_fwXX.hex" to your path to the downloaded firmware.)[[BR]]
     20Toggle the power to the TellStick Net and within 4 seconds execute the PUT command by pressing enter.[[BR]]
     21[[Image(tftp_w7.png, nolink)]]
     22