Stephen Warren wrote:
> I've sent the logs to you directly off-list, due to size.

Thanks. A few questions - your tarball had log2 and log3 (with 3 being
empty), but no log1 - was that on purpose? Also, is this writing a config,
or firmware? It looks like config. Seems simple, though... TOO simple.

It tries the usual thing:

  Get   Version
  Get   Version Response 40 18 49 01 80 0F 08
  Read  Flash 000110 48

Then it tries again with the Get Version and gets a response:

  Get   Version
  Get   Version Response 40 18 49 01 80 0F 08

But this time instead of reading 48 bytes of Flash, it reads 6 - the first
3, it reads twice:

  Read  Flash 02000C 3
  Read  Flash 02000C 3
  Read  Flash 020014 3

And then it repeats that whole bit:

  Get   Version
  Get   Version Response 40 18 49 01 80 0F 08
  Read  Flash 02000C 3
  Read  Flash 02000C 3
  Read  Flash 020014 3

And then it invalidates flash, and erases it and writes out the config, and
then:

  Read  Flash 020014 3
  Read  Flash 03CC26 8
  Erase Flash 1E0000
  Erase Flash 1F0000
  Read  Flash 020000 256

and then reboots the remote. I'll play with this tomorrow - I'm guessing the
repeated attempts is just it waiting for an acceptable response to get those
bytes and then those bytes have some bare minimum of information. I have no
idea how it'll be packed, but I'll post what I find.

-- 
Phil Dibowitz                             [EMAIL PROTECTED]
Open Source software and tech docs        Insanity Palace of Metallica
http://www.phildev.net/                   http://www.ipom.com/

"Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to