Linksys WRT54G2 v1.1

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:25, 6 May 2011 (edit)
G sintornillos (Talk | contribs)

← Previous diff
Revision as of 17:56, 19 November 2017 (edit) (undo)
Ian5142 (Talk | contribs)

Next diff →
Line 1: Line 1:
Reserved for Linksys WRT54G2 v1.1 only Reserved for Linksys WRT54G2 v1.1 only
-minimum required build: 12427+minimum required build: 12427 (not recommended)
-*[http://www.dd-wrt.com/dd-wrtv2/downloads/others/eko/BrainSlayer-V24-preSP2/07-01-09-r12427/linksys-wrt54g2v11/flashing.txt Install Inst.] (link down)+*See [https://www.dd-wrt.com/wiki/index.php/Index:FAQ#Where_do_I_download_firmware.3F Where do I download firmware?] for the links.
Copy and paste from original flashing.txt... (I did not try, too complex for me) --[[User:G sintornillos|G sintornillos]] 18:25, 6 May 2011 (CEST) Copy and paste from original flashing.txt... (I did not try, too complex for me) --[[User:G sintornillos|G sintornillos]] 18:25, 6 May 2011 (CEST)

Revision as of 17:56, 19 November 2017

Reserved for Linksys WRT54G2 v1.1 only

minimum required build: 12427 (not recommended)

Copy and paste from original flashing.txt... (I did not try, too complex for me) --G sintornillos 18:25, 6 May 2011 (CEST)

     Since Linksys (or the firmware vendor which might be gemtek or cybertan) disabled the networking within the redboot bootloader (and also the partition management), we have to replace it as first step to get it working. this is only possible with serial console right now
     
     setup your local lan network to 192.168.1.72 and run a local tftp server (see provided tftp server for windows)
     then enter the following line into the redboot with serial console (baudrate 9600)
     
     ip_address -l 192.168.1.1 -h 192.168.1.72
     this will enable network access
     
     now do 
     load -r -b 0x80041000 redboot_ap65.ram
     exec
     
     a new redboot will now start
     
     now do the following commands:
     
     fis init 
     load -r -b 0x80080000 redboot_ap65.rom
     fis create -l 0x10000 -e 0xbfc00000 RedBoot
     reset
     
     the new bootloader starts now
     
     now do
     
     fis init
     load -r -b 0x80041000 linux.bin
     fis create linux
     
     and config the bootscript with fconfig
     the script must be
     fis load -l linux
     exec
     
     save the config and type "reset" again to boot up the system
     
     to enter the redboot console with this new bootloader you must push the reset button. this will also allow to enter the tftp recovery 
     mode which allows to send a dd-wrt webflash file with tftp to the bootloader for flashing.