 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
1 edit | reply to Teddy Boom
Re: Upgrading Firmware on Thompson DCM475 That's more or less what I've got in mind. Once I get it working here, I have several friends with 02.08 modems that will likely need upgrades soon. And I'd be willing to take on any others that are needy and aware enough to find me. 
Curiously, the modem has a 4-pin header and a 4-pin socket near the flash chip, but it appears to be a 3V serial port for the processor rather than SPI for the flash. I should hook it up and see what it does at some point.
Doing a bit of simple math, my USB->GPIO adapter will be much too slow for the 32mbit flash contents, so I think I'll have to program the Arduino board to do it for me. They have a handy SPI library and tools, just gotta learn to use them. Might take a few days before I'm ready.
Cheers |
|
|
|
 | Sign me up! |
|
 Teddy Boomk kudos Received join:2007-01-29 Toronto, ON kudos:7 | reply to mlord said by mlord:Curiously, the modem has a 4-pin header and a 4-pin socket near the flash chip, but it appears to be a 3V serial port for the processor rather than SPI for the flash. Two different 4 pin ports?! Certainly one is a serial port. The firmware you are running will have locked console, but you'll be able to see some output from it. If there is a second.. I've no idea what that would be. Maybe an unused USB location... -- electronicsguru.ca/for_sale/Cablemodems |
|
 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
1 edit |  Internal (serial?) connectors |
Not two ports, just two connectors for the same port. Strange.
Meanwhile, I've got my Arduino board running, with a very basic SPI routine clocking at 8MHz, hooked up to the logic analyzer. Looks good there -- the built-in SPI interpreter has no trouble understanding the address/data bytes.
From that I'll need to write some code to parameterize the address and data values, and to relay stuff over the serial/USB interface to a PC. Once that's working, it's pretty simple for me to whip up code on the PC to issue commands to the flash chip.
Not that I wanted an "easy" project or anything, but my Arduino is a 5V part, so I'll also have to add some level shifting to the circuit before I can finally hook it up to the 3V flash part in the modem.  |
|
 Teddy Boomk kudos Received join:2007-01-29 Toronto, ON kudos:7 | That two places for the same port thing must just be a manufacturing feature of some sort. The white header is on all RCA modems, but it is hard to connect and reconnect to in bulk. The black one near the edge would be much more convenient to use on the assembly line. I sure wish they had the black one on DCM425s, it would make my life easier! But ya, still strange..
I'm sure you already know about using Nokia DKU-5 cables to connect to 3.3V serial ports: »www.ebay.com/sch/i.html?_nkw=dku···m=&_ipg=
USBJTAG NT has data rates of 3/6/12MHz, so I'm guessing your 8MHz Arduino should be in the ball park for sure. Not a project I'd choose to take on myself, but I guess I'm just stuck in my analog past  -- electronicsguru.ca/for_sale/Cablemodems |
|
 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
| said by Teddy Boom:USBJTAG NT has data rates of 3/6/12MHz, so I'm guessing your 8MHz Arduino should be in the ball park for sure. Not a project I'd choose to take on myself, but I guess I'm just stuck in my analog past  Heh, I'd probably have ordered a USBJTAG-NT by now if their website would stop crashing long enough to read more about it -- perhaps you've triggered a mini "slashdot effect" on them. 
But it's a good excuse to finally play with Arduino, and things are simpler than I expected there. I might buy a newer Arduino board though, to get 3V logic levels along with built in 12mbit USB. My current board can clock SPI at 8MHz, but is constricted on data transfers to/from the outside world: serial, 115200bps. But for now, I'll try and get it all working with what I have on hand -- it should still take less than 10 minutes to move 4MBytes over that serial link. |
|
 Teddy Boomk kudos Received join:2007-01-29 Toronto, ON kudos:7 | said by mlord:it should still take less than 10 minutes to move 4MBytes over that serial link. Some cable modems have 16MByte flash! -- electronicsguru.ca/for_sale/Cablemodems |
|
 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
| I've now broken down and ordered an Arduino Pro Micro 3.3V board for this project. It should be here on Wednesday, and ought to simplify things: faster comms, and no need for level shifting.
Still looking for a cheaper source for the clip-on connector ($12 shipping for a $12 part??).
Cheers |
|
 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
| Update: things are moving along.
Got the 3.3V Arduino board today -- have to get it running soon. Also have all of the code written and tested (with logic analyzer) for dumping / programming flash on the Arduino.
Haven't found a more affordable source for the (excellent) recommended test clips, but just noticed that the EZ-Hook clips from the analyzer work very well on the in-circuit flash chip. So I'll just use those, since I've got lots of them on hand.
So I'm pretty close to hook-up time. Once I get the new 'duino going, the first task is to rip the 02.08 firmware a few times via different sequences, and do binary compares to judge the reliability of the communications. Then try erasing and reprogramming just the 02.08 firmware, and do readback/verify again.
If that all works, I'll get hold of the 02.16 modem and snatch a copy of the latest firmware from it.
Cheers |
|
 Teddy Boomk kudos Received join:2007-01-29 Toronto, ON kudos:7 | said by mlord:So I'm pretty close to hook-up time. Once I get the new 'duino going, the first task is to rip the 02.08 firmware a few times via different sequences, and do binary compares to judge the reliability of the communications. Then try erasing and reprogramming just the 02.08 firmware, and do readback/verify again.
If that all works, I'll get hold of the 02.16 modem and snatch a copy of the latest firmware from it. Install the USBJTAG software and take a look at how cable modem flash is organized on other modems, it will help a lot. If you need a flash dump from a modem, I can pass that along..
In particular, what you'll find is that some of the firmware will be human readable. Try searching for "DCM" and "docsis" in a hex editor. If you've read the firmware properly you should find strings like that. When my friend read a DCM425 chip for me, the bytes always came out flipped:If I load 425-1.bin into USBJTAG and then inspect image0 I see the string as follows: CD4M525-.2803.-1118032S-.Sib.n
Flip the bits and I get: DCM425-52.08.31-110823-SS.bin.
So maybe it is all just pairwise swapped?!?!  So I googled around a bit and found HEX Workshop, which conveniently has a byte swap feature. Not long after that I had a working ST52.08.31 image. »www.hexworkshop.com/
Unfortunately no Sayal in Ottawa: »www.sayal.com/zinc/zinc_contactus.asp But there must be an electronics supply place.. Not sure about test clips, but they aren't that obscure, so the odds can't be too bad. -- electronicsguru.ca/for_sale/Cablemodems |
|
 TSI GabePremium,VIP join:2007-01-03 Chatham, ON kudos:2 | That's called Endianness
»en.wikipedia.org/wiki/Endianness
x86 are little endian
While in this case is likely MIPS based which is usually big endian. -- TSI Gabe - TekSavvy Solutions Inc. Authorized TSI employee ( »TekSavvy FAQ »Official support in the forum )
|
|
 Teddy Boomk kudos Received join:2007-01-29 Toronto, ON kudos:7 | said by TSI Gabe:That's called Endianness Thanks! I've heard of little endian and big endian before, and I probably even dealt with the ideas a little 15 years ago, but I sure didn't make the connection.
I mentioned that I'm an analog guy right?  -- electronicsguru.ca/for_sale/Cablemodems |
|
 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
1 edit | reply to mlord
 The test setup.. forgot to disconnect the Logic Analyzer |
Unfortunately the new 3.3V Arduino w/USB died after just a minute or so of use. So for now, I'm back to the serial port version at 5V. Turns out level shifting is a non=issue. I was all set to do it, but just hooked things up without it for a trial, and it all works!
Dumping 32mbits of flash now.  ... 00009f50 00 6a 00 69 00 0a 50 70 61 6e 00 01 00 01 00 08 |.j.i..Ppan......| 00009f60 6d 46 57 4c 00 01 00 08 52 53 54 4c 00 01 00 19 |mFWL....RSTL....| 00009f70 54 48 4f 4d 00 01 00 00 07 44 43 4d 34 37 35 00 |THOM.....DCM475.| 00009f80 00 04 31 2e 30 00 00 00 4c 52 43 41 20 00 03 00 |..1.0...LRCA ...| 00009f90 00 00 00 44 43 4d 34 37 35 00 00 00 00 00 00 00 |...DCM475.......| 00009fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| ...
More later, whenever it finishes (hours, likely). |
|
 Teddy Boomk kudos Received join:2007-01-29 Toronto, ON kudos:7 | said by mlord:Unfortunately the new 3.3V Arduino w/USB died after just a minute or so of use.
So for now, I'm back to the serial port version at 5V. Turns out level shifting is a non=issue. Interesting... I think maybe the 3.3V got over loaded because of other loads on the modem board. Maybe the 5V Arduino is more robust--outputs more current. It takes around 0.5A from my bench supply when I apply power direct to the chip in circuit, some modems close to 1A.
5V is on the edge really.. If it is really 4.8V, then I'm sure it is pretty safe (though I'd like to keep it 4V and lower normally). If it is really 5.5V I think you are risking the modem..
said by mlord:... 00009f50 00 6a 00 69 00 0a 50 70 61 6e 00 01 00 01 00 08 |.j.i..Ppan......| 00009f60 6d 46 57 4c 00 01 00 08 52 53 54 4c 00 01 00 19 |mFWL....RSTL....| 00009f70 54 48 4f 4d 00 01 00 00 07 44 43 4d 34 37 35 00 |THOM.....DCM475.| 00009f80 00 04 31 2e 30 00 00 00 4c 52 43 41 20 00 03 00 |..1.0...LRCA ...| 00009f90 00 00 00 44 43 4d 34 37 35 00 00 00 00 00 00 00 |...DCM475.......| 00009fa0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| ...
More later, whenever it finishes (hours, likely). Looking good  -- electronicsguru.ca/for_sale/Cablemodems |
|
 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
| reply to mlord
 SPI activity |
Well, that wasn't so bad. I've now got an exactly 4 MByte file with a binary dump of the entire flash chip inside. Oddly enough, none of the flash is write-protected either, according to the chip status register.
I'm going to dump it a few more times and check for bit errors between the various dumps. Meanwhile, here's a look at the logic analyzer display during the dumping.. |
|
 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
3 edits | reply to Teddy Boom said by Teddy Boom:said by mlord:Unfortunately the new 3.3V Arduino w/USB died after just a minute or so of use. So for now, I'm back to the serial port version at 5V. Turns out level shifting is a non=issue. Interesting... I think maybe the 3.3V got over loaded because of other loads on the modem board. No, it died before ever being connected to anything other than my PC's USB port. A not uncommon issue, apparently. I'm checking to see if I can get it replaced under warranty.
quote: 5V is on the edge really.. If it is really 4.8V, then I'm sure it is pretty safe (though I'd like to keep it 4V and lower normally). If it is really 5.5V I think you are risking the modem..
I'm powering the flash chip with 3V, but feeding it TTL signal levels for the SPI lines. A paper I read earlier suggests this is kosher, and thus far it seems to be. The only real concern was whether the MISO data line from the flash chip would have a high enough logic "1" voltage to work with the Arduino. Correction: I did keep the level conversion for MSIO after all. So just that one line (data-out from the flash chip) gets up-shifted to 5V logic.
Cheers |
|
 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
| Mmm.. interesting. You know how these modems always chop off the log messages displayed in the web interface? Well.. the full log messages (not chopped) are stored near the end of flash.  |
|
 TSI GabePremium,VIP join:2007-01-03 Chatham, ON kudos:2 | I've been meaning to get one of these for a while.
»www.adafruit.com/products/757
Conversion from 3.3 to 5v or the other way around is way too common. -- TSI Gabe - TekSavvy Solutions Inc. Authorized TSI employee ( »TekSavvy FAQ »Official support in the forum )
|
|
 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
1 edit | Yeah, that's the same type of gizmo I'm using here, except mine is from SparkFun: »www.sparkfun.com/products/8745 Edit: But I like the one you posted the link for even better. Gotta get some!
Handy little sucker. I'm actually using the "LV" (Low Voltage) side to POWER the flash chip in-circuit inside the modem. Works rather well!
After disconnecting the logic analyzer, the loading on the pins is now low enough that I'm getting very consistent error-free dumps every time. Takes just under 19 minutes to dump all of flash in ASCII-hex (with spaces) over the serial link. I can speed that up by eliminating the spaces between byte values, which ought reduce the time by 1/3 or so.
At this point, I'm just about ready to borrow a modem with 02.16 firmware to read the image out of.
Cheers |
|
 mlord join:2006-11-05 Nepean, ON kudos:10 Reviews:
·Start Communicat..
·TekSavvy Cable
·TekSavvy DSL
| reply to mlord said by mlord:Unfortunately the new 3.3V Arduino w/USB died after just a minute or so of use. After some research, it turns out it wasn't dead after all -- just getting stuck somewhere. I've revived it now, and the setup is much simpler using it, with built-in USB and 3V logic. Just six(6) wires from it to clips on the flash chip, and nothing else required. 
After I re-rip the flash a few times, I'll start playing with the scarier business of erasing/programming the flash and see how that turns out.
Very, very, close now! |
|