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
(←Created page with '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 w...')
 
m (Robot: Cosmetic changes)
Line 1: Line 1:
BootMii creates a 553649152-byte NAND dump called "nand.bin" on your SD card. It is formatted as:
+
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
 
* 4096 * 64 pages of (2048 + 64) bytes of data + ECC

Revision as of 18:03, 10 August 2009

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