Newer DD-WRT Firmware for the WGR614V8.

11 posts / 0 new
Last post
twindragon6
twindragon6's picture
Newer DD-WRT Firmware for the WGR614V8.

 Here try playing with this... It will need to be modded but its a newer version of the DD-WRT firmware. Also, could someone who knows what there doing mod this with the .TRX. Please, someone who knows whats going on and make a working version, thanks.CoolLate...

twindragon6
twindragon6's picture
Here is a newer link to a
damani
damani's picture
can you install either of

can you install either of those versions? or do they still need to be modded?

twindragon6
twindragon6's picture
damani said:

damani said:
can you install either of those versions? or do they still need to be modded?

I'm not sure; I just found them and felt the need to share... I will try them and get back to you with the results. Cool Late...

SouvikGhosh
SouvikGhosh's picture
Thanks for sharing this

Thanks for sharing this information. I have tried the image you mentioned in your last post. This image causes a kernel pacnic since it can not mount the root fs.

Nachi
Nachi's picture
Check my post at

Check my post at

http://www.dd-wrt.com/phpBB2/viewtopic.php?p=198462#198462

 

At least three fixes needed:

A:

Interestingly: If you check the logs you can see
<b>This version does detect the serial flash
after flashing it the first time usuing Netgear's Router Upgrqade page
After
the first start, it reboots immediately and in this next start it cannot detect
the serial flash.</b>

But after that if fails to detect the
flash. Possibly we need to improve the detection.

Logs Attached.

B.
The other issues is flash
layout - that is causing problem with the European version of the firmware.

The checksums of the images are written at Flash offset 0x0038FFF8 and is
checked by the boot loader.

The Flash blocks
1. 0x00380000 to 0x00390000
should be reseverd for aving the checksums that is checked by the boot loader.

2. 0x003e0000 - 0x003f0000 should be reserved for board-data (mac addresses,
HW id).
3. 0x003f0000 - 0x00400000 - is the usual nvram.

C.The other modification required
are,
the loader should be lzma compressed and should start at address
0x80001400 (and not 0x80001000). A small patch in the head.S solves this prblem
of loading in EU version of the router - but since it courrupts the checksum it
fails to boot.

Patch Attached.

twindragon6
twindragon6's picture
Newer version available. Here
kaustab
kaustab's picture
thanks. Just tried this image

thanks. Just tried this image but this is causing checksum error at my end.

kaustab
kaustab's picture
madscientist said:

madscientist said:
I tried both on my european 614L. I flashed from the original Netgear firmware using the web interface. Both lead to a blinking led, but at least TFTPing the original fw back is no problem.

Blinking led means the boot loader is in tftpd state - so these image do not boots up at your end also. Seems like the same case with mine with the latest image referred by twindragon6 in his last post.

SouvikGhosh
SouvikGhosh's picture
One thing I would like to

One thing I would like to mention, to boot the dd-wrt image you will require to set some nvram attributes. Please set boardnum=83258, boardtype=0x48E, boardrev=0X10 from the CFE prompt and save the configuration using 'nvram commit'. Use the 'nvram' command for this purpose. Those firmware might start working.

SouvikGhosh
SouvikGhosh's picture
Just tried after changing the

Just tried after changing the nvram attributes. The first image (http://www.dd-wrt.com/dd-wrtv2/downloads/others/eko/V24_TNG/svn9973/dd-w...) referred by twindragon can mount the rootfs successfully but gets rebooted automatically after a few seconds of run.