Bootloader: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
When the 3DS does not find the NAND chip, the following error is displayed: | When the 3DS does not find the NAND chip, the following error is displayed: | ||
[[Image:CTR_Bootrom_Error.jpg| | [[Image:CTR_Bootrom_Error.jpg|240px]] | ||
The 3DS' Boot procedure: | == NAND Reads == | ||
During a successful boot, the bootloader reads the following sectors from NAND (and in this order): | |||
00000000 | |||
0B130000 | |||
0B530000 | |||
0B130000 | |||
0B130200 | |||
0B163E00 | |||
0B193E00 | |||
00013000 | |||
00014000 | |||
00015000 | |||
00016000 | |||
00017000 | |||
... | |||
== The 3DS' Boot procedure: == | |||
* 0 Seconds - unit is powered on the ARM9 and ARM11 [[Memory_layout|bootroms]] begins execution | * 0 Seconds - unit is powered on the ARM9 and ARM11 [[Memory_layout|bootroms]] begins execution |