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
Last revision Both sides next revision
d-link_dir-3001 [2012/07/22 04:12]
ispyisail [Install Method]
d-link_dir-3001 [2012/07/25 08:39]
ispyisail telnet should now work
Line 9: Line 9:
  
 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.
 +
 +<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.  It appears that Dlink in there wisdom have changed the chipset of the DIR-300. 
Line 83: Line 88:
  
  
-  reset+  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
  
 +  fconfig boot_script_data
  
-  DD-WRT> fconfig +  boot_script_data: 
-  Run script at boot: true +  .. fis load -l vmlinux.bin.l7 
-  Boot script:+  .. 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