Posts: 24
Threads: 3
Joined: Jun 2009
Reputation:
0
07-07-2012, 06:08 PM
(This post was last modified: 07-07-2012, 06:44 PM by CableGuRu.)
I am not sure how to do that at all. I am using the parallel JTAG cable. Is there anything else I can do to try and get this?
*EDIT* Thank you. I think I can do it by the pic you posted.
Posts: 24
Threads: 3
Joined: Jun 2009
Reputation:
0
08-07-2012, 12:37 AM
(This post was last modified: 09-07-2012, 04:34 AM by CableGuRu.)
thank you. I tried using that def file. what I did was copy the folder "bcm3349" to the Hitachi Dir in the "jtagparts" folder. Then I edited the file "PARTS" to include "0x0000100f, bcm3349, BCM3349", I then got this:
"Read IDCODE: 0x0000100f
Manufacturer: Hitachi
Part: 0x0001
Version: 0x0
---------------------------------
Read IDCODE: 0x0000100f
Manufacturer: Hitachi
Part: BCM3349
Version: 0x0
---------------------------------
Create & Clear RAM Buffer (0x94000000 - 0x94800000)
Load Configuration File: bcm3349.def
IR Length: 0x5
Endian: Big
Protocol: EJTAG
RAM Start Address: 0x94000000
RAM Size: 0x800000
FLASH Start Address: 0x90000000
---------------------------------
Read IMPCODE: 0x21404000
EJTAG Version: 2.5
EJTAG DMA Support: No
---------------------------------
Detect FLASH : Unknown (Manufacturer’s: 0x100f Device: 0x0000)
jtag> getram 9fc00000 200000
Address out of range
jtag> getram 94000000 800000
GetRam: Complete
jtag> getram 90000000 200000
Address out of range
jtag> getram 94000000 800000
GetRam: Complete
jtag> save 94000000 800000
Save file: C:\Users\Admin\Desktop\94000000.bin"
The bin file was 8mb of empty. it was instant too so it didnt read it. I do have a rs232 board. Is there another way I can get the certs?
Posts: 3,900
Threads: 19
Joined: Oct 2008
Reputation:
158
well to me it looks like the def is working and that the flash.def is missing something
what flash chip is in your modem
__________________________________________________________________________________
******new discord chat link
https://discord.gg/5BQQbsb*******
Posts: 3,900
Threads: 19
Joined: Oct 2008
Reputation:
158
well after looking at the flash def i know i don't have much of a clue as to what's going on and i don't really wish to learn
(but looking back at the above can i ask why your using 5101 addresses when trying to getram? you should be using 5120 address
>getram 90000000 800000
or
>getram 94000000 800000
or perhaps just try getting the certs/nonvol
>getram nvram0
>getram certs
but i do find usbjtags sb5120 link interesting as it shows how to bypass the watchdog (again all the above is speculation)
__________________________________________________________________________________
******new discord chat link
https://discord.gg/5BQQbsb*******
Posts: 24
Threads: 3
Joined: Jun 2009
Reputation:
0
08-07-2012, 03:19 PM
(This post was last modified: 08-07-2012, 03:20 PM by CableGuRu.)
I tried the commands you also gave and it does not want to dump the flash. I was hoping that I could somehow use the rs232 board and get the info somehow. I thought there was a method but I am unsure. I may just have to hook my old modem back up and fight through the pain till I can get another one. Getting lots of lag and not getting lots of lag using a friends modem. Signal is great. And speeds look fine on speedtest.net with my old modem. Was hoping to have my haxorware flashed modem to use in its place though.
Posts: 3,900
Threads: 19
Joined: Oct 2008
Reputation:
158
you can try with you max cable the connections are in the pic posted, extracting the nonvol from it is going to be fun (assuming the bootloader is noisy)
__________________________________________________________________________________
******new discord chat link
https://discord.gg/5BQQbsb*******
Posts: 24
Threads: 3
Joined: Jun 2009
Reputation:
0
08-07-2012, 11:04 PM
(This post was last modified: 08-07-2012, 11:06 PM by CableGuRu.)
ok. I just flashed my modem back to stock. I am going to have them add my modem to the account since it is stock again. Is there any benefit nowadays to having haxorware on a modem if using it on your account with standard assigned bootfile?
Also what command do I use to grab my nonvol from the 2mb dump on my modem?
Thank you a lot for all your help btw. It has been over a year since I messed with modems.