i have the full flash dump from SDG5082 but the licence to convert to SDG5162 is the problem.

this is mach in Flash dump at 0X0013FEFD 020084001000
is this the way?

UPDATE: So, that string does not appear to be in the dump file anywhere... The file is exactly 128MB in size, and appears to contain lots of identifiable strings including my serial number and the entire contents of the HTML help system.
It doesn't make sense that it would be a "corrupted" dump if I'm seeing real, readable data, but I guess I'm not sure what I'm supposed to see. Is there a different way to try the dump? I ended up switching to the WinUSB driver and using the bfin-gdbproxy and bfin-elf-gdb approach.
Quote from: PeDre on August 17, 2014, 05:29:17 AM
Can you find the hex pattern "020084001000" in your dump file, as in the rigup utils.c file?
KeyData* ScanKeys(const void *data, size_t datasize)
{
/*
Offset Data
0 02 00 84 00 10 00
6 <16 bytes of XXTEAKey>
22 20 00
24 <16 bytes of RC5Key1>
40 <16 bytes of RC5Key2>
56 08 00
58 <8 bytes of bit-shuffled ECC public key>
66 40 00
68 <64 bytes of some ASCII-HEX data>
132 <END>
*/
I used rigup 0.4: "rigup ds2072a ds2k_00_sdram.bin"
Peter
« Last Edit: August 17, 2014, 05:40:56 AM by Slappy_g »