Boot: Difference between revisions

Created page with "boot is a built-in sysmodule. First up it initializes gpios and sets the gpio voltage to 1.8v. Then it checks battery charge and SoC temperature using i2c. If either is bad,..."
 
No edit summary
Line 25: Line 25:
If this function returns 0xC9E, it calls a function to repair the NAND.
If this function returns 0xC9E, it calls a function to repair the NAND.


When done it calls the PM NotifyBootCompleted.
When done it calls the [[Process_Manager_services|PM]] NotifyBootCompleted.