Bootloader: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
* 0 Seconds - unit is powered on bootrom begins execution | * 0 Seconds - unit is powered on bootrom begins execution | ||
* 2 Seconds - bootrom attempts to initialize the NAND. If the NAND is successfully initialized, the bootrom launches the firmware loaded from the NAND [[FIRM]] partition which handles booting the rest of the system. If the NAND cannot be initialized, (i.e. the NAND chip is not connected/damaged etc) a blue error screen similar to the screen above appears. | * 2 Seconds - bootrom attempts to initialize the NAND. If the NAND is successfully initialized, the bootrom launches the firmware loaded from the NAND [[FIRM]] partition which handles booting the rest of the system. The ARM11 kernel loaded from FIRM then loads the [[NCCH#CXI|CXI]] ARM11 system modules embedded in the kernel. If the NAND cannot be initialized, (i.e. the NAND chip is not connected/damaged etc) a blue error screen similar to the screen above appears. | ||
* 3 Seconds - all essential hardware is active | * 3 Seconds - all essential hardware is active. [[Process_Manager_Ports|PM]] loads [[NS]], which then loads the [[Configuration Memory#ACTIVEMENUTID|current active menu]]. For retail units this menu is usually the [[Home Menu]]. | ||
* 4 Seconds - the LCD screens are initialized | * 4 Seconds - the LCD screens are initialized | ||
* 7 Seconds - [[Home Menu]] is fully initialized/loaded | * 7 Seconds - [[Home Menu]] is fully initialized/loaded |