User Tools

Site Tools


d-link_dir-3001

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
d-link_dir-3001 [2012/02/11 09:59]
ispyisail
d-link_dir-3001 [2015/09/01 21:34]
nworbnhoj [D-Link DIR-300]
Line 5: Line 5:
 WARNING: This document may contain errors which may result in damage to your router. USE AT YOUR OWN RISK. WARNING: This document may contain errors which may result in damage to your router. USE AT YOUR OWN RISK.
 </alertbox> </alertbox>
 +
  
 **Airlink101 AR430W** **Airlink101 AR430W**
Line 10: Line 11:
 The D-link/Airlink is very similar to the La Fonera but only has 4MB of flash memory, it uses an atheros wireless device, and second you must access the RedBoot bootloader to install OpenWrt/Gargoyle. It is impossiable to install Gargoyle on a factory default DIR-300, so be warned that it is not as straightforward as with the other routers. The D-link/Airlink is very similar to the La Fonera but only has 4MB of flash memory, it uses an atheros wireless device, and second you must access the RedBoot bootloader to install OpenWrt/Gargoyle. It is impossiable to install Gargoyle on a factory default DIR-300, so be warned that it is not as straightforward as with the other routers.
  
-It appears that Dlink in there wisdom have changed the chipset of the DIR-300. **This procedure only works for revision A**+<alertbox> 
 +This how-to has been updated 25 July 2012 and now should work without the need for a serial connection 
 + 
 +</alertbox> 
 + 
 +It appears that Dlink in there wisdom have changed the chipset of the DIR-300.  
 + 
 +**This procedure only works for revision A**
  
 This procedure has been tested and works with This procedure has been tested and works with
Line 81: Line 89:
  
  
 +  fconfig boot_script true
 +  fconfig boot_script_timeout 10
 +  fconfig bootp false
 +  fconfig bootp_my_gateway_ip 192.168.1.1
 +  fconfig bootp_my_ip 192.168.1.1
 +  fconfig bootp_my_ip_mask 255.255.255.0
 +  fconfig bootp_server_ip 192.168.1.254
 +  fconfig console_baud_rate 9600
 +  fconfig gdb_port 9000
 +  fconfig info_console_force false
 +  fconfig net_debug false
  
-  DD-WRT> fconfig +  fconfig boot_script_data 
-  Run script at boottrue + 
-  Boot script:+  boot_script_data
 +  .. fis load -l vmlinux.bin.l7 
 +  .. exec
   Enter script, terminate with empty line   Enter script, terminate with empty line
   >> fis load -l vmlinux.bin.l7   >> fis load -l vmlinux.bin.l7
   >> exec   >> exec
   >>   >>
-  Boot script timeout (1000ms resolution): 10 
-  Use BOOTP for network configuration: true 
-  Gateway IP address: 192.168.1.1 
-  Console baud rate: 9600 
-  GDB connection port: 9000 
-  Force console for special debug messages: false 
-  Network debug at boot time: false 
   Update RedBoot non-volatile configuration - continue (y/n)? y   Update RedBoot non-volatile configuration - continue (y/n)? y
   ... Erase from 0xbffe0000-0xbfff0000: .   ... Erase from 0xbffe0000-0xbfff0000: .
   ... Program from 0x80ff0000-0x81000000 at 0xbffe0000: .   ... Program from 0x80ff0000-0x81000000 at 0xbffe0000: .
 +  DD-WRT>
 +
   DD-WRT> reset   DD-WRT> reset
  
d-link_dir-3001.txt · Last modified: 2015/09/01 21:34 by nworbnhoj