Scp command

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 02:19, 1 July 2007 (edit)
Wildblue (Talk | contribs)
m (Wiederhergestellt zur letzten Änderung von Jrs.jrs)
← Previous diff
Revision as of 23:33, 23 March 2008 (edit) (undo)
Soulstace (Talk | contribs)
(added to command reference)
Next diff →
Line 8: Line 8:
'''mtd -r write /tmp/remote_name.trx linux''' '''mtd -r write /tmp/remote_name.trx linux'''
 +
 +[[Category:Commandline command reference]]

Revision as of 23:33, 23 March 2008

Flashing with SCP

Occasionally the DD-WRT webif will decline to accept a valid firmware. SCP is a good alternate as long as you've enabled sshd on the 'Services' page.

scp -rp local_firmware_name.trx root@192.168.1.1:/tmp/remote_name.trx

Login with ssh and

mtd -r write /tmp/remote_name.trx linux