Bootloader: Difference between revisions
No edit summary |
|||
Line 4: | Line 4: | ||
== NAND Reads == | == NAND Reads == | ||
During a successful boot on 6.x, the bootloader reads the following sectors from NAND (in this order): | During a successful boot on 6.x, the bootloader (and firm) reads the following sectors from NAND (in this order): | ||
00000000 | 00000000 (NCSD Partition Table) | ||
0B130000 | |||
0B530000 | 0B130000 (FIRM Partition) | ||
0B130000 | 0B530000 (Secondary FIRM Partition) | ||
0B130200 | |||
0B163E00 | 0B130000 (FIRM: Header) | ||
0B193E00 | 0B130200 (FIRM: Section 1) | ||
0B163E00 (FIRM: Section 2) | |||
0B193E00 (FIRM: Section 3) | |||
00013000 | 00013000 | ||
00014000 | 00014000 | ||
Line 17: | Line 20: | ||
00016000 | 00016000 | ||
00017000 | 00017000 | ||
09011A00 | |||
09011C00 | |||
09012000 | |||
09012400 | |||
... | ... | ||