Editing Flash-Bridge
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
Some structures for SCEI USB-SATA Bridge: | Some structures for SCEI USB-SATA Bridge: | ||
< | <source lang="C"> | ||
struct Firmware // Starts at offset 0x2000 | struct Firmware // Starts at offset 0x2000 | ||
{ | { | ||
Line 13: | Line 13: | ||
unsigned int Crc32; // CRC32 of Info structure | unsigned int Crc32; // CRC32 of Info structure | ||
} | } | ||
</ | </source> | ||
==Dump information== | ==Dump information== | ||
Line 21: | Line 21: | ||
'''subject:''' dump of serial flash [[MX25L1006E]] or [[25X10CLYA1]] for [[MB86C311B]] | '''subject:''' dump of serial flash [[MX25L1006E]] or [[25X10CLYA1]] for [[MB86C311B]] | ||
'''reference file:''' available [[ | '''reference file:''' available [[File:Usb-bridge.bin|from here]]. | ||
'''notes:''' reference files both seem to have unneeded trailing 0x10 bytes containing <code>00 00 00 00 00 00 00 00 00 00 00 68 5A 1E 08 E1</code> | '''notes:''' reference files both seem to have unneeded trailing 0x10 bytes containing <code>00 00 00 00 00 00 00 00 00 00 00 68 5A 1E 08 E1</code> |