Alfa N5

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 13:24, 22 June 2014 (edit)
Sash (Talk | contribs)

← Previous diff
Revision as of 13:26, 22 June 2014 (edit) (undo)
Sash (Talk | contribs)

Next diff →
Line 40: Line 40:
[[Category:Alfa Network guides]] [[Category:Alfa Network guides]]
 +[[Category:Networking hardware tutorials]]

Revision as of 13:26, 22 June 2014

Contents


= Planet WNAP-7320

Hardware

Serial Port

115000,1,n,8

1 PWR
2 TX
3 RX
4 GND


Flashing

Initial

For initial flashing you have to access the device via serial connection.

U-Boot

Since the default is set to boot from the fixed address 0x9f650000, an new bootloader must be flashed before you can boot DD-WRT. Process each line step by step from the uboot console:

tftpboot 0x80060000 uboot.bin
erase 9f000000 +$filesize
cp.b $fileaddr 0x9f000000 $filesize

DD-WRT/Recovery

Afer the uboot is flashed go on installing DD-WRT from the cli:

tftp 0x80060000 firmware.bin
erase 9f050000 +$filesize
cp.b $fileaddr 0x9f050000 $filesize