9
0
Fork 0

MIPS: add D-Link DIR-320 documentation

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2011-08-05 14:58:41 +04:00 committed by Sascha Hauer
parent ccaeb1a00c
commit 0a0479d426
4 changed files with 50 additions and 0 deletions

View File

@ -48,6 +48,7 @@ x86 type:
MIPS type:
@li @subpage dlink_dir_320
@li @subpage qemu_malta
*/

View File

@ -0,0 +1,38 @@
/** @page dlink_dir_320 D-Link DIR-320 wireless router
The router has
@li BCM5354 SoC;
@li 32 MiB SDRAM;
@li 4 MiB NOR type Flash Memory;
@li RS232 serial interface (LV-TTL levels on board!);
@li 1xUSB interface;
@li 4 + 1 ethernet interfaces;
@li 802.11b/g (WiFi) interface;
@li JTAG interface;
@li 5 LEDs;
@li 2 buttons.
The router uses CFE as firmware.
Barebox can be started from CFE using tftp.
You must setup tftp-server on host 192.168.0.1.
Put your barebox.bin to tftp-server directory
(usual /tftpboot or /srv/tftp).
Connect your DIR-320 to your tftp-server network via
one of four <LAN> sockets.
Next, setup network on DIR-320 and run barebox.bin, e.g.:
@verbatim
CFE> ifconfig eth0 -addr=192.168.0.99
CFE> boot -tftp -addr=a0800000 -raw 192.168.0.1:barebox.bin
@endverbatim
DIR-320 links:
@li http://www.dlink.com.au/products/?pid=768
@li http://wiki.openwrt.org/toh/d-link/dir-320
CFE links:
@li http://www.broadcom.com/support/communications_processors/downloads.php#cfe
@li http://www.linux-mips.org/wiki/CFE
*/

View File

@ -0,0 +1,7 @@
/** @page dev_bcm47xx_mach BCM47xx in barebox
@section bcm47xx_boards BCM47xx-based boards
@li @subpage dlink_dir_320
*/

View File

@ -54,4 +54,8 @@ ISBN-13: 978-0120884216
@subsection mach_mips_malta_info Malta boards
@li @subpage dev_malta_mach
@subsection mach_bcm47xx_info BCM47xx-based boards
@li @subpage dev_bcm47xx_mach
*/