Hi Volkan
Thanks for your quick reply. Below you will find the results of running zjtag version 0.4:
zjtag -erase:NVRAM /L1:3 /cable:0 /delay:100
==============================================
TUMPA EJTAG Debrick Utility V0.4
==============================================
cableid=0, cabletype=0
*** INFO - sleep <100> (ms) per internal command ***
Set I/O speed to 7500 KHz
USB TAP device has been initialized. Please confirm VREF signal connected!
Press any key to continue... ONCE target board is powered on!
Probing bus ... Done
Detected IR Length is 8
CPU assumed running under LITTLE endian
CPU Chip ID: 00010100011100010010000101111111 (1471217F)
*** Found a Broadcom manufactured BCM4712 REV 01 CPU ***
- EJTAG IMPCODE ....... : 00000000100000000000100100000100 (00800904)
- EJTAG Version ....... : 1 or 2.0
- EJTAG DMA Support ... : Yes
- EJTAG Implementation flags: R4k MIPS32
Issuing Processor / Peripheral Reset ... Done
Enabling Memory Writes ... Done
Halting Processor ... <Processor Entered Debug Mode!> ... Done
Clearing Watchdog ... Done
Loading CPU Configuration Code ... Skipped
Probing Flash at Address: 0x1FC00000 ...
Detected Chip ID (VenID
evID = 0089 : 0017)
*** Found a Intel 28F640J3 4Mx16 (8MB) Flash Chip from Intel
- Flash Chip Window Start .... : 1C000000
- Flash Chip Window Length ... : 00800000
- Selected Area Start ........ : 1C7E0000
- Selected Area Length ....... : 00020000
*** You Selected to Erase the NVRAM.BIN ***
=========================
Erasing Routine Started
=========================
Total Blocks to Erase: 1
Erasing block: 64 (addr = 1C7E0000)...Done
=========================
Erasing Routine Complete
=========================
elapsed time: 6 seconds
*** REQUESTED OPERATION IS COMPLETE ***
Then I ran the NVRAM backup again:
zjtag -backup:NVRAM /L1:3 /cable:0 /delay:100
==============================================
TUMPA EJTAG Debrick Utility V0.4
==============================================
cableid=0, cabletype=0
*** INFO - sleep <100> (ms) per internal command ***
Set I/O speed to 7500 KHz
USB TAP device has been initialized. Please confirm VREF signal connected!
Press any key to continue... ONCE target board is powered on!
Probing bus ... Done
Detected IR Length is 8
CPU assumed running under LITTLE endian
CPU Chip ID: 00010100011100010010000101111111 (1471217F)
*** Found a Broadcom manufactured BCM4712 REV 01 CPU ***
- EJTAG IMPCODE ....... : 00000000100000000000100100000100 (00800904)
- EJTAG Version ....... : 1 or 2.0
- EJTAG DMA Support ... : Yes
- EJTAG Implementation flags: R4k MIPS32
Issuing Processor / Peripheral Reset ... Done
Enabling Memory Writes ... Done
Halting Processor ... <Processor Entered Debug Mode!> ... Done
Clearing Watchdog ... Done
Loading CPU Configuration Code ... Skipped
Probing Flash at Address: 0x1FC00000 ...
Detected Chip ID (VenID
evID = 0089 : 0017)
*** Found a Intel 28F640J3 4Mx16 (8MB) Flash Chip from Intel
- Flash Chip Window Start .... : 1C000000
- Flash Chip Window Length ... : 00800000
- Selected Area Start ........ : 1C7E0000
- Selected Area Length ....... : 00020000
*** You Selected to Backup the NVRAM.BIN ***
=========================
Backup Routine Started
=========================
Saving NVRAM.BIN.SAVED_20121116_150653 to Disk...
Done (NVRAM.BIN.SAVED_20121116_150653 saved to Disk OK)
bytes written: 131072
=========================
Backup Routine Complete
=========================
elapsed time: 5 seconds
*** REQUESTED OPERATION IS COMPLETE ***
The VRAM backup file (NVRAM.BIN.SAVED_20121116_150653 in the example above) still shows non 0xFF bytes starting at offset 00018200h.
my JTAG cable pinout is the following (exactly as suggested in the tutorial):
Use a flex female to female to connect TDI together (PIN 3 on Router to PIN 5 on TUMPA's 20 PIN JTAG Header
Use a flex female to female to connect TCK together (PIN 9 on Router to PIN 9 on TUMPA's 20 PIN JTAG Header
Use a flex female to female to connect TMS together (PIN 7 on Router to PIN 7 on TUMPA's 20 PIN JTAG Header
Use a flex female to female to connect TDO together (PIN 5 on Router to PIN 13 on TUMPA's 20 PIN JTAG Header
Use a flex female to female to connect GND together (PIN 4 on Router to PIN 4 on TUMPA's 20 PIN JTAG Header
Thanks again