Navigation

  • index
  • next |
  • previous |
  • barebox 2018.11.0 documentation »
  • 4. Board support »
  • 4.12. MIPS »

4.12.1. D-Link DIR-320¶

The D-Link DIR-320 wireless router has

  • BCM5354 SoC;
  • 32 MiB SDRAM;
  • 4 MiB NOR type Flash Memory;
  • RS232 serial interface (LV-TTL levels on board!);
  • 1xUSB interface;
  • 4 + 1 ethernet interfaces;
  • 802.11b/g (WiFi) interface;
  • JTAG interface;
  • 5 LEDs;
  • 2 buttons.

The router uses CFE as firmware.

4.12.1.1. Running barebox¶

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.:

CFE> ifconfig eth0 -addr=192.168.0.99
CFE> boot -tftp -addr=a0800000 -raw 192.168.0.1:barebox.bin

4.12.1.2. Links¶

  • http://www.dlink.com.au/products/?pid=768
  • http://wiki.openwrt.org/toh/d-link/dir-320

CFE links:

  • http://www.broadcom.com/support/communications_processors/downloads.php#cfe
  • http://www.linux-mips.org/wiki/CFE

Logo

Table Of Contents

  • 4.12.1. D-Link DIR-320
    • 4.12.1.1. Running barebox
    • 4.12.1.2. Links

Previous topic

4.12. MIPS

Next topic

4.12.2. MIPS Creator CI20

This Page

  • Show Source

Quick search

Navigation

  • index
  • next |
  • previous |
  • barebox 2018.11.0 documentation »
  • 4. Board support »
  • 4.12. MIPS »
© Copyright 2014, The barebox project. Created using Sphinx 1.7.9.