thanks works fine

Started by bricoman, December 28, 2008, 01:49:41 PM

Previous topic - Next topic

bricoman

hello

thanks for "Firmware Modification Kit", works fine.

i try it with firmware for wrt54g/gl base on White russian RC4 with kubuntu 8.04.


i need translate firmware for RTL8186 like this: http://www.edimax.com/en/support_detail.php?pl1_id=1&pl1_idSelect=support.php%3Fpl1_id%3D1%26mwsp%3D1&pd_id=11#02

it s possible to extract with "Firmware Modification Kit"?

thanks for your help.

bricoman

bricoman

exemple for:

edimax EW-7209 v1.20 (i can upload if you want)


1. Download EdiEngEW7209APg_1.20.bin
2.dd if=EdiEngEW7209APg_1.20.bin of=image.bz2 bs=38932 skip=1
3.bzip2 -d image.bz2
4.dd if=image of=image.ext2 skip=1 bs=1884160
5. mount -t ext2 -o loop image.ext2 /mnt/ext2 -o ro,nodev,nosuid,noexec

Jeremy Collake

I don't have the time to add support for any new firmware images right now. I'll happily apply patches anyone sends me though.

Sorry.
Software Engineer. Bitsum LLC.

bricoman

thanks for your reply.

bricoman