Scp command

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 02:13, 3 September 2006 (edit)
Drakcap (Talk | contribs)
(rv. spam (great, that's just great))
← Previous diff
Revision as of 22:13, 30 June 2007 (edit) (undo)
Jrs.jrs (Talk | contribs)
m
Next diff →
Line 1: Line 1:
 +[[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'''

Revision as of 22:13, 30 June 2007

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