| 1 | [[Include(restore_info)]] |
| 2 | === Windows 7 === |
| 3 | |
| 4 | tftp 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 | |
| 6 | Next, 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]] |
| 7 | Right click on the network adapter that you are using and choose {{{Properties}}}. |
| 8 | |
| 9 | Select {{{Internet Protocol Version 4 (TCP/IPv4)}}} and click {{{Properties}}}.[[BR]] |
| 10 | [[Image(network_adapter.png, nolink)]] |
| 11 | |
| 12 | Select {{{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 | |
| 15 | Click {{{OK}}} and then {{{Close}}} on the previous dialog to close them and set the new address. |
| 16 | |
| 17 | Open a terminal: {{{Start}}} > {{{Search programs and files}}} > {{{cmd}}}[[BR]] |
| 18 | Type: {{{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]] |
| 20 | Toggle 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 | |