summaryrefslogtreecommitdiffstats
path: root/arch/mips/boards/dlink-dir-320
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-06-17 10:27:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-26 10:09:52 +0200
commit98360be0fefd58bf27df03c47d887dd676a31d73 (patch)
tree76447f0ee3d99f3864bdfb9952178affb5dc9f76 /arch/mips/boards/dlink-dir-320
parent7b82f548580fb52023ed2116784632fd996a51fc (diff)
downloadbarebox-98360be0fefd58bf27df03c47d887dd676a31d73.tar.gz
barebox-98360be0fefd58bf27df03c47d887dd676a31d73.tar.xz
Documentation: remove doxygen documentation
The doxygen documentation is long outdated. Remove it. It will be replaced with sphinx based documentation later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/boards/dlink-dir-320')
-rw-r--r--arch/mips/boards/dlink-dir-320/dlink-dir-320.dox38
1 files changed, 0 insertions, 38 deletions
diff --git a/arch/mips/boards/dlink-dir-320/dlink-dir-320.dox b/arch/mips/boards/dlink-dir-320/dlink-dir-320.dox
deleted file mode 100644
index d0f5869340..0000000000
--- a/arch/mips/boards/dlink-dir-320/dlink-dir-320.dox
+++ /dev/null
@@ -1,38 +0,0 @@
-/** @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
-
-*/