OK, on the failed reads, I got further, but I haven't yet fixed it.

The first problem is that I was running into USB read timeouts - so I bumped
the default from 500ms to 1000ms.

Then I started getting Invalid Sequence errors from CRemote::ReadFlash().

We expect the sequence number to increase by 0x11 each time, and it does,
until it doesn't. One example, it goes:

89, 9a, ab, bc, ef (we expect cd here)

Tried several times and I see:

bc, cd, 00 (we expect de)
89, 9a, cd (we expect ab)
cd, de, 11 (we expect ef)
ab, bc, ef (we expect cd)
89, 9a, cd (we expect ab)
cd, de, 11 (we expect ef)

There's a pattern here - they are always either one or two sequence numbers
ahead... (+ 0x11 or + 0x22)

I don't really know what that means though. :(

-- 
Phil Dibowitz                             p...@ipom.com
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Be who you are and say what you feel, because those who mind don't matter
 and those who matter don't mind."
 - Dr. Seuss


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to