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
Current revision (15:01, 2 April 2018) (edit) (undo)
Ian5142 (Talk | contribs)
(Added link to Where do I download firmware.)
 
(8 intermediate revisions not shown.)
Line 1: Line 1:
__TOC__ __TOC__
-'''= Planet WNAP-7320'''+'''= Planet WNAP-7320 = OTAi 724S'''
 + 
 +This instruction is also valid for the '''Alfa N5c'''
=Hardware= =Hardware=
*CPU Atheros AR7240 *CPU Atheros AR7240
-*Flash 8MB S25FL032A http://www.spansion.com/Support/Datasheets/S25FL032A_00_C3_e.pdf+*Flash 8MB
-*RAM 32 MB M12L128168A http://www.esmt.com.tw/DB/manager/upload/M12L128168A.pdf+*RAM 32 MB
-*Ethernet RTL8201CP http://www.realtek.info/pdf/rtl8201cp.pdf+
==Serial Port== ==Serial Port==
Line 23: Line 24:
==Initial== ==Initial==
For initial flashing you have to access the device via serial connection. For initial flashing you have to access the device via serial connection.
 +
 +Firmware files can be found here: [[Index:FAQ#Where_do_I_download_firmware.3F|Where do I download firmware?]]
 +
===U-Boot=== ===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. Since the default is set to boot from the fixed address 0x9f650000, an new bootloader must be flashed before you can boot DD-WRT.
 +You will have to setup an tftp server where you can download the files. When the cli asks type 1 to enter the command line. print the envsettings and set the ip and server address.
Process each line step by step from the uboot console: Process each line step by step from the uboot console:
Line 30: Line 35:
erase 9f000000 +$filesize erase 9f000000 +$filesize
cp.b $fileaddr 0x9f000000 $filesize cp.b $fileaddr 0x9f000000 $filesize
 +
 +when the download doesnt work, try again with the 2nd eth port.
 +The new version will be U-Boot 1.1.4 <br>
 +'''Dont reset/reboot yet!'''
===DD-WRT/Recovery=== ===DD-WRT/Recovery===
Line 40: Line 49:
[[Category:Alfa Network guides]] [[Category:Alfa Network guides]]
 +[[Category:Networking hardware tutorials]]

Current revision

Contents


= Planet WNAP-7320 = OTAi 724S

This instruction is also valid for the Alfa N5c

[edit] Hardware

  • CPU Atheros AR7240
  • Flash 8MB
  • RAM 32 MB

[edit] Serial Port

115000,1,n,8

1 PWR
2 TX
3 RX
4 GND


[edit] Flashing

[edit] Initial

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

Firmware files can be found here: Where do I download firmware?

[edit] 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. You will have to setup an tftp server where you can download the files. When the cli asks type 1 to enter the command line. print the envsettings and set the ip and server address. Process each line step by step from the uboot console:

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

when the download doesnt work, try again with the 2nd eth port. The new version will be U-Boot 1.1.4
Dont reset/reboot yet!

[edit] 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