I've built a JTAG adapter to try and revive my WRT54G v2.2
All seems to be working, although the utility hangs almost immediately:
----
./wrt54g -erase:nvram
====================================
WRT54G EJTAG DeBrick Utility v3.0
====================================
Probing bus...
CHIP ID: 00010100011100010010000101111111 (1471217F)
*** Found a Broadcom BCM4712 Rev 1 chip ***
Enabling Memory Writes... Done
----
During the setup_memory function it just hangs on the first ejtag_dma_write call.
My only assumption so far is that I may have damaged my flash chip. Does anyone have any ideas?
Thanks again. And thanks for the help so far (esp. mdb, inh)