Люди! Помогите! хочу вернуть прошивку родную, может кто выложить дамп с рабочего с фирменной прошивкой ??
redboot> tftp -i 192.168.1.1 get asus.bin
интересует область :
RedBoot> dump -b 0xbff90000 -l 0×1000
без него никак родная прошивка не зальется, альтернативная пока не совсем вменяемая, хоть и навороченная, но работа через pptp с моим провайдером сводит все полезности к нулю...
альтернативную можете взять посмотреть тут, инструкция по заливке:

Default password
After resetting DD-WRT, you need to login with the user name "root" and password "admin"

Preparation
Start off with a fresh RT-G32. Reset it to factory defaults.
Set your ethernet card up to use a static ip. Use 192.168.1.166, gateway 192.168.1.1, no dns server.
You'll need to run a TFTP server. I used Tftpd32.
You'll also need a telnet client. I used putty.
Download linux.bin from here.
place linux.bin in the root of your TFTP directory.

Connecting to RedBoot
In order to flash the router, you'll need to access RedBoot on the router via telnet.

Here are the settings I used for putty:

host name: 192.168.1.1
port: 9000
connection type: telnet
close window on exit: never

Plug your ethernet cable in to port 4 on the router. Then plug in the power to the router, wait 3 seconds, then click "Open" in putty to start your telnet session. This may take you a few tries to get it to connect. On a successful connection, putty should display something like this:

== Executing boot script in 1.920 seconds - enter ^C to abort
^C
RedBoot>

Flashing From RedBoot :


RedBoot> ip_address -l 192.168.1.1/24 -h 192.168.1.166
IP: 192.168.1.1/255.255.255.0, Gateway: 192.168.0.88
Default server: 192.168.1.166

RedBoot> fis init

About to initialize [format] FLASH image system – continue (y/n)? y

*** Initialize FLASH Image System
And a descriptor for the configuration data size = 10000

… Erase from 0xbffe0000-0xbfff0000: .

… Program from 0×80ff0000-0×81000000 at 0xbffe0000: .
RedBoot> load -r -b 0x80041000 linux.bin

Using default protocol (TFTP)

Raw file loaded 0×80041000-0×803cffff, assumed entry at 0×80041000

RedBoot> fis create linux

… Erase from 0xbfc40000-0xbffcf000: …………………………………………………

… Program from 0×80041000-0×803d0000 at 0xbfc40000: …………………………………………………

prog_ok

flash_addr = 0xbfc40000

mem_addr = 0×80041000

entry_addr = 0×80041000

length = 0×38f000

img_size = 0×38f000

… Erase from 0xbffe0000-0xbfff0000: .

… Program from 0×80ff0000-0×81000000 at 0xbffe0000: .

RedBoot> fconfig

Run script at boot: true

Boot script:

.. fis load -l vmlinux.bin.l7

.. go

Enter script, terminate with empty line

>> fis load -l linux

>> exec

>>

Boot script timeout (1000ms resolution): 2

Use BOOTP for network configuration: false

Gateway IP address:

Local IP address: 192.168.0.1

Local IP address mask:

Default server IP address: 192.168.0.88

Console baud rate: 9600

GDB connection port: 9000

Force console for special debug messages: false

Network debug at boot time: false

Update RedBoot non-volatile configuration – continue (y/n)? y

… Erase from 0xbffe0000-0xbfff0000: .

… Program from 0×80ff0000-0×81000000 at 0xbffe0000: .

RedBoot> reset


но сначала родную надо слить (каюсь)

По возможности напишите как залить dump этот, чтоб мак адрес родной остался.
Спасибо