kidstypike wrote: 
> I have the update .zip
> I have WinSCP
> I have Putty.
> 
> Where on the pi do I put the zip file, and how?
> 
> Any help with this?
> 
> Thanks

I'm not familiar with the Windows tools*, but you should use WinSCP to
put the zip file in your home directory (/home/tc/), then use Putty to
SSH into the Pi and issue the following commands from your home
directory (which is where Putty should put you after logging in):

Code:
--------------------
    unzip vl805_update_0137a8.zip
  chmod a+x vl805
  sudo ./vl805 -w vl805_fw_0137a8.bin
  sudo reboot
--------------------


* I use a Macbook - the tools that work for me are:
- FileZilla for moving files back and forth to the Pi.  You can get
FileZilla for Windows.  You could use this instead of WinSCP.
- A terminal prompt to open an SSH session.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110765

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to