In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Bootmii/NAND dump format"

From WiiBrew
Jump to navigation Jump to search
m (Robot: Cosmetic changes)
m
Line 12: Line 12:
 
* 256 bytes of SEEPROM data (copied directly from OTP)
 
* 256 bytes of SEEPROM data (copied directly from OTP)
 
* 256 bytes of padding
 
* 256 bytes of padding
 +
 +
[[Category:File formats]]

Revision as of 08:53, 26 July 2010

BootMii creates a 553649152-byte NAND dump called "nand.bin" on your SD card. It is formatted as:

  • 4096 * 64 pages of (2048 + 64) bytes of data + ECC
  • A 1024-byte footer with keying information

Specifically, the format of that 1024-byte footer is:

  • 256 bytes of human-readable information (e.g. "BackupMii v1\nConsole ID: 0408cafa"), padded with null bytes
  • 128 bytes of OTP data (copied directly from OTP)
  • 128 bytes of padding
  • 256 bytes of SEEPROM data (copied directly from OTP)
  • 256 bytes of padding