Router Repair Tool

Utilities and tools for networking, routers, setup etc
selmansanli
Novice
Novice
Posts: 18
Joined: Sun Jun 15, 2008 2:42 pm
Location: Cape Verde
Contact:

I have same router and the same problem.. Please help me!...

Post by selmansanli » Sat May 30, 2009 1:45 pm

thechief wrote:You should set your Adam2 "my_ipaddress" variable to 192.168.1.1.
when i trying to flash the firmware, I get this halt message (end of flashing):
With router repair tool (RRT) program... The results of RRT in the JPG file.

00:16:654 150 Opening BINARY mode data connection for file transfer.
00:35:449 File send complete [1966088 byte(s)]
00:35:465 426 Connection close; transfer aborted.
00:35:465 Router halted file transfer.
00:35:465 Closed connection.
04:36:443 Closed connection.
Router halted file transfer.
Attachments
Results_problem.jpg
mtd_calc.jpg
inca_halt.JPG
inca 204w.jpg
mstombs
RouterTech Team
RouterTech Team
Posts: 3753
Joined: Wed Jan 10, 2007 11:54 pm

Post by mstombs » Sun May 31, 2009 1:55 pm

According to my quick calculations that firmware is too big to fit a router with 2MB flash

2MB flash = 2^21 = 2097152 bytes

The bootloader mtd2 and config mtd3 are both 64k = 2*65536 bytes

That leaves max firmware size 1966080 bytes

The last 8 bytes are check bytes, maybe that firmware is designed to be loaded by something that ignores these?
selmansanli
Novice
Novice
Posts: 18
Joined: Sun Jun 15, 2008 2:42 pm
Location: Cape Verde
Contact:

How can I find the correct firmware?

Post by selmansanli » Sun May 31, 2009 7:15 pm

If this firmware is not correct firmware how can I find it?
User avatar
thechief
RouterTech Team
RouterTech Team
Posts: 12067
Joined: Wed Feb 01, 2006 10:22 pm
Location: England, the Centre of Africa
Contact:

Post by thechief » Sun May 31, 2009 7:30 pm

Run the RUC.
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.
selmansanli
Novice
Novice
Posts: 18
Joined: Sun Jun 15, 2008 2:42 pm
Location: Cape Verde
Contact:

Can not get RUC results

Post by selmansanli » Mon Jun 01, 2009 8:08 am

rj45 .....connected
power ......... connected
power switch.... ON


what is false?
selmansanli
Novice
Novice
Posts: 18
Joined: Sun Jun 15, 2008 2:42 pm
Location: Cape Verde
Contact:

My router is brcked..DSL led is not blink

Post by selmansanli » Mon Jun 01, 2009 8:26 am

My router is brcked..DSL led is not blink ....
selmansanli
Novice
Novice
Posts: 18
Joined: Sun Jun 15, 2008 2:42 pm
Location: Cape Verde
Contact:

My router is brcked..DSL led is not blink

Post by selmansanli » Mon Jun 01, 2009 8:27 am

My router is brcked..DSL led is not blink ....
User avatar
thechief
RouterTech Team
RouterTech Team
Posts: 12067
Joined: Wed Feb 01, 2006 10:22 pm
Location: England, the Centre of Africa
Contact:

Post by thechief » Mon Jun 01, 2009 12:39 pm

That is unfortunate. But what do you want us to do with this piece of information?
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.
franziski
Newbie
Newbie
Posts: 8
Joined: Sun Oct 21, 2007 7:38 pm

Post by franziski » Sun Jul 26, 2009 9:31 pm

I'm tryng to unbrick a Roper router. The firmware update failed because a crash of firefox..now I'm using this tool...The tool seems to communicate with router...I got summary info about bootloader...I tried to upload image but at the end stucks on this message:

Code: Select all

looking for router to finish rebooting and settle
If I ping 192.168.1.1 I got no replay

PS is correct use Adam2 as bootloader and 4kB as code size?

thanks in advance[/code]
mstombs
RouterTech Team
RouterTech Team
Posts: 3753
Joined: Wed Jan 10, 2007 11:54 pm

Post by mstombs » Sun Jul 26, 2009 9:34 pm

franziski wrote:PS is correct use Adam2 as bootloader and 4kB as code size?
I can guarantee that "4kB" is not correct, and not an option - but you need to post the contents of the environment for more info!
franziski
Newbie
Newbie
Posts: 8
Joined: Sun Oct 21, 2007 7:38 pm

Post by franziski » Mon Jul 27, 2009 11:47 am

mstombs wrote: I can guarantee that "4kB" is not correct, and not an option - but you need to post the contents of the environment for more info!
Following is what I got from Bootloader > Read Environment.
I used Adam2 as option :(
Bootloader is corrupted?

Code: Select all

bootloaderVersion     1.2.4.8
ProductID             AR7WRD
HWRevision            Unknown
SerialNumber          none
IPA                   192.168.1.1
MAC_PORT              1
MEMSZ                 0x01000000
FLASHSZ               0x00400000
MODETTY0              9600,n,8,1,hw
MODETTY1              9600,n,8,1,hw
CPUFREQ               150000000
SYSFREQ               125000000
PROMPT                (psbl)
mtd2                  0x90000000,0x90010000
autoload              1
autoload_timeout      25
StaticBuffer          128
memchk.sh             1
checksync.sh          1
cron_la.sh            2
modulation            0x1
mtd3                  0x90010000,0x90020000
mtd4                  0x90020000,0x90400000
mtd0                  0x900A4000,0x90400000
mtd1                  0x90020090,0x900A4000
User avatar
thechief
RouterTech Team
RouterTech Team
Posts: 12067
Joined: Wed Feb 01, 2006 10:22 pm
Location: England, the Centre of Africa
Contact:

Post by thechief » Mon Jul 27, 2009 12:54 pm

The bootloader is PSP, not Adam2. Your environment is missing the BOOTCFG variable. BOOTCFG needs to be set to

Code: Select all

m:f:"mtd1"
.

You should restore the environment that was saved by the RUC before the upgrade. Presumably you ran the RUC before trying to upgrade?
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.
franziski
Newbie
Newbie
Posts: 8
Joined: Sun Oct 21, 2007 7:38 pm

Post by franziski » Mon Jul 27, 2009 5:11 pm

thechief wrote:The bootloader is PSP, not Adam2. Your environment is missing the BOOTCFG variable. BOOTCFG needs to be set to

Code: Select all

m:f:"mtd1"
.

You should restore the environment that was saved by the RUC before the upgrade. Presumably you ran the RUC before trying to upgrade?
Nope, I didn't saved before the upgrade :(

Now, how I can set the BOOTCFG variable?
User avatar
thechief
RouterTech Team
RouterTech Team
Posts: 12067
Joined: Wed Feb 01, 2006 10:22 pm
Location: England, the Centre of Africa
Contact:

Post by thechief » Mon Jul 27, 2009 5:35 pm

You can set it with the pctool. Without that variable, the router will not load the firmware kernel.
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.
franziski
Newbie
Newbie
Posts: 8
Joined: Sun Oct 21, 2007 7:38 pm

Post by franziski » Mon Jul 27, 2009 6:18 pm

It Worked!!!!"
Thanks a lot dear my friends!
Post Reply