Hi every one,
I got an wrt32x from Ebay with ddwrt installed.
I wanted to move to openwrt.
I tried to go back to stock and than flash openwrt but it failed.
and than followed this instructions (Instead of unsing winscp, I used scp on the router to get the image from my linux laptop, and I used ssh directly without putty)
"Just wanted to add another confirmation that this works (for me) without issue.
Login with winscp as root
Copy venom.img to /tmp/
ssh with PuTTY and run
mtd -e linux -r write /tmp/venom.img linux
Router reboots automatically
Login to router with winscp again
Copy venom.img to /tmp/ again
ssh into router with PuTTY again and run
mtd -e linux2 -r write /tmp/venom.img linux2"
Actually the Router does not come up, no wifi, no dhcp. No response on a ping to 192.168.1.1 from 192.168.254.1 static ip. The switch indicates the plugged etheret cable and the power led is flashing once a second.
I think I need serial to go forward right?
I already plugged a usb-ttl 3.3V adapter, but if I plug that in the boot seem to stop (no flashing power after start). RX->TX, TX->RX, GND->GND.
If I release the RX pin for a blink of a second it begins to blink. But I never get a fully bootlog and a mavel> console.
https://openwrt.org/toh/linksys/ea8300#debricking
Did you try to toggle between partitions manually? Maybe the primary partition's still working.
About uboot boot menu ,Aren't there any message show "press any key to stop auto boot" ?
I have watching this video on youtube. https://youtu.be/GhrMWanenIA?t=179
At 3.00 min,He's doing something to ground pin while pressing keyboard to get venom prompt at minute 3.59 , it seems you are just only one step from the venom prompt.
with venom prompt you can run firmware and may get error.
DDR3 32 Bit Width,FastPath Memory Access, DLB Enabled, ECC Disabled
DRAM: 512 MiB
NAND: 256 MiB
MMC: mv_sdh: 0
Venom>>
Venom>> run nandboot
NAND read: device 0 offset 0x900000, size 0x600000
6291456 bytes read: OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
or reinstall firmware on both partition with 4 lines as the youtube video show.
I will try the YouTube thing, with wiggling the gnd.
I already tried with out TX, but the output came just a few times. I looks like like stucked exactly as in the video.
I need something that is repeatable, this only sporadic serial output is very annoying.