OUR NETWORK:TiVo Community TechLore Explore3DTV DVRplayground Dijit Community See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 1202880.0
November 28, 2008 03:59 AM

Categories: OpenWRT

Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

mona

Member
Joined: 02/22/2008

I am bringing this discussion as a new thread http://www.myopenrouter.com/download/discussion/10719/Trying-to-add-GUI/

No LED is flashing, only LAN port LEDs are glowing very lightly. And in serial console, I am not able to see anything. So there is no question of ping or tftp. 

Discussion:    Add a Comment | Comments 1-25 of 30 | Latest Comment | 1 2 Next »

November 28, 2008 4:16 AM

Most probably you have damaged the bootloader section of the flash.
Can you please tell us what are the steps you performed before this thing happen ? It will be better if you can post the console dump before board crashed.
Please also check the power supply. It may happen that somehow high voltage is drawn to the board and it is damaged.

November 28, 2008 4:28 AM

Sorry I dont have console dump.
I have checked the power supply. Its perfect.

November 30, 2008 11:29 PM

Unfortunately same things happen to me also. I have also added GUI into openWRT source code. After booting I have installed webif_latest.ipk by following command
opkg install webif_latest.ipk.
To do this successfully I have made small changes.
After that I am able to access web pages. However once I reboot the board it crashes.
I am now trying to setup JTAG so that I can reinstall bootloader.
Can you please tell me what did you do to install web pages ?

December 1, 2008 12:10 AM

I have also installed webif_latest.ipk by opkg.

December 2, 2008 4:06 AM

Hmmm, this seems worrying!!

I have installed X-WRT with no-problems at all, which makes me wonder what I did differently!

The bit thats confusing me is that I didn't install webif_latest.ipk but webif.ipk. I used the OpenWRT scripts/feeds to pull down the latest copy of X-WRT and add it to my source tree (edited feeds.conf). I then rebuilt the sources and added it to my running image. All of this worked with no probables what so ever.

What did you guys do that was different to this???

December 2, 2008 5:56 AM

Steps:
1.Download webif_latest.ipk from ftp://ftp.berlios.de/pub/xwrt/webif_latest.ipk
2.Download haserl from https://dev.francofon.fr/browser/Environnement%20de%20developpement%20FON/tru...

3.Put haserl and webif_latest.ipk in package directory so that haserl executable would be copied in /use/bin.

4.Modify include/image.mk to put  webif_latest.ipk into /etc of board.

5.Modify package/base-files/files/etc/preinit with

ln -s /etc/opkg.conf /etc/ipkg.conf
alias ipkg='opkg'

6.Burn the new image. then command given

opkg install /etc/webif_latest.ipk

Now I am able to access the web pages. But after reboot, nothing is happening, not able to access console. Only 4 LAN LEDs are glowing very lightly.It seems bootloader crashes.

December 2, 2008 6:30 AM

Ok well it looks like you have installed X-WRT for "White Russian" and not for "Kamikaze" (which is the version you would have built). So that explains the difference in the steps.

Unfortunately I have no idea why installing that version has caused the problem. I suggest unpacking it on another computer and checking what the install scripts and init scripts do. Perhaps it touches something it shouldn't.

Looking at the description of your problem you may well have to resort to using the JTAG to recover the board. Good Luck!

December 2, 2008 10:34 PM

Unfortunately I did almost same steps as Mona did and result is same.
I am looking into this code and trying to find out if something is wrong as far as the flash access is concerned.
Mona, if you find anything suspicious in those code please let us know.
Also I am trying to use JTAG to recover my board.

December 3, 2008 3:13 AM

If you manage to figure out what happend, let me know!

I have not, as yet, had a chance (or a need) to go near the JTAG. I would be interested to know if you manage to get it sorted. The following link may well be useful:

http://www.dd-wrt.com/phpBB2/viewtopic.php?t=22655

December 3, 2008 11:03 PM

I am trying to build one JTAG cable so that I can use TJTAG to recover the board. I have already download the software and compile it without any problem. I will update you all once I manage to recover the board using TJTAG.

December 22, 2008 4:08 PM

I have the same problem. I don't know the steps that caused it, It's the first time I've used jffs and ipkg. (Without Input/output errors, anyway.) And I setup the sshd settings for the firmware dd-wrt.v24-11205_WGR614v8-L_mini.chk

When I set the sshd settings and the device rebooted I got the solid LED's and there is nothing on the serial console :(

Anyway, I'm looking into making a JTAG cable, also. Has anyone had luck with this method? Also, are there special considerations for making the JTAG cable, such as I/O levels, etc?

December 23, 2008 12:22 AM

I am little bit confused. You have told that you used dd-wrt firmware and again you are telling that you used ipkg and jffs. I think ipkg is related to OpenWRT firmware and our boards were crashed when we were using OpenWRT firmware. If your board has been crashed when you were using dd-wrt then it opens up one new issues, however the symptom is same.
Please tell me clearly what firmware you use and did you the change any configuration ?

December 23, 2008 10:22 AM

I did use dd-wrt.v24-11205_WGR614v8-L_mini.chk

It was my understanding that dd-wrt is built from the openWRT environment.
This firmware is the first I've found that allows jffs to open and work (I tried by: "touch /jffs/test")
Once that worked I did "ipkg update" and that completed successfully.
Then I looked at the packages that are in the system "ipkg list"
Then, to try the install system "ipkg install microcom"

Finally, because I was planning on using the serial port as an input instead of a console I setup sshd through the web interface. When I clicked on save and apply the router rebooted into a brick.
The symptoms are the same as listed here: all the LED's are on, dimly and there is nothing on the serial terminal.

My hypothesis is that, as I've heard elsewhere, the bootloader code is in serial flash. When I used the jffs partition I must have overwritten that code. Now, I'm in a situation where I have to get a bootloader back onto the board.

It is frustrating that the only option I have for adding functionality appears to be building a whole new firmware image. I REALLY don't want to spend the time building a cross-complication tool chain. I have other things to do with my time. ;)

December 24, 2008 4:56 AM updated: December 24, 2008 4:57 AM

Thanks for your details description. Initially all "board-crash" incident were occurred when people were using OpenWRT firmware. Now it is with the DD-WRT firmware also. One thing is in common here and that is jffs. I also think that something has been written onto bootloader section of the board and thus it crashes.
You need to have JTAG setup to recover the board. You also need to have bootloader code or binary of the bootloader.
If you repair the board please let us know. It would be big help for us.

January 7, 2009 10:30 AM

Hi
I had similar problem before. WRT54gsv4 - No LED no ping - brick. I managed to make it work by shorting the 16th pin circuit on the chip. I even uploaded openwrt firmware (without gui) I do not know how to log in or change anything without GUI. I have the Talisman Firmware ready to upload, but just can't get in. I can ping it and I also see wifi signal. Any ideas how to LOG IN and CHANGE THE FIRMWARE? THANKS!!

January 7, 2009 10:33 AM

HI. Any ideas how to LOG IN to openwrt without GUI and CHANGE firmware? I have the firmware ready - TALISMAN BASIC. Just don't know how to use router without gui. Thanks guys.

January 8, 2009 10:38 PM

VASH said: HI. Any ideas how to LOG IN to openwrt without GUI and CHANGE firmware? I have the firmware ready - TALISMAN BASIC. Just don't know how to use router without gui. Thanks guys.
you can upload your firmware through tftpd also but for that you need to access board's console .... do you have this set up at your disposal .. if yes you can do it through tftp ...

January 8, 2009 11:32 PM

Well I have uploaded the first firmware this way, but it seems that I can't do it again. I would like to to access the installed firmware and use a command to upgrade the firmware to the Talisman. Since there is no GUI I can't log in. I am not a Wiz and I have very little knowledge about routers without gui. I thought there is a way to log in using something like telnet (I've never used telnet).

January 9, 2009 3:55 AM

VASH said: Well I have uploaded the first firmware this way, but it seems that I can't do it again.     

If you are able to access board's console, then firmware upgraddation is simple. The steps are :

1. Press ctrl +c while booting the router - the router will give you the
CFE prompt.
2. start the tftpd server by running the 'tftpd' command. It will now
listen for the tftp packets.
3. Connect a linux host with the LAN side of the router. You need to use
straight cable for that.
4. Set the IP of the ethernet interface to 192.168.1.111 (can be
anything except 192.168.1.2 in the 192.168.1 subnet)
5. Run the following command from the host
    'tftp -m binary 192.168.1.1 -c put <FILENAME>' 

January 9, 2009 3:56 AM

VASH said: Well I have uploaded the first firmware this way, but it seems that I can't do it again. I would like to to access the installed firmware and use a command to upgrade the firmware to the Talisman. Since there is no GUI I can't log in. I am not a Wiz and I have very little knowledge about routers without gui. I thought there is a way to log in using something like telnet (I've never used telnet).

Why do you think that you can't upgrade the firmware again in the same way .... As far as remote login /telnet is concerned  you can do telnet to the board provided telnet has been configured in the OpenWRT that is running on WGR614L ....

using telnet is very simple .... you just need to connect your PC (from which you want to do a telnet) ..to the board (to which you want to do the telnet) ..through ethernet and give command ...

telnet <board's ip>

Make sure that you are able to ping the board from PC ..just to confirm the connection  ....

hope it helps you out ... :) 

February 3, 2009 8:59 PM

*** Deleted By Moderator ***


February 3, 2009 10:44 PM

*** Deleted By Moderator ***


February 6, 2009 7:58 AM

*** Deleted By Moderator ***


February 6, 2009 1:58 PM

*** Deleted By Moderator ***


February 8, 2009 4:17 AM

*** Deleted By Moderator ***


Discussion:    Add a Comment | Back to Top | Comments 1-25 of 30 | Latest Comment | 1 2 Next »

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window