Boot2: Difference between revisions
Created page with "boot2 is the first non-built-in sysmodule. It's presumably hardcoded to be the first sysmodule launched by PM. It connects to "pm:shell" service and launches the following ti..." |
No edit summary |
||
| Line 11: | Line 11: | ||
Then it connects to "set:sys" and reads a bool from "boot" section called "force_maintenance" with default value true. | Then it connects to "set:sys" and reads a bool from "boot" section called "force_maintenance" with default value true. | ||
This probably corresponds to both volume up and down keys held down at the same time? | |||
If the value reads successfully as false, it initializes "gpio" and opens sessions for GPIOs 26 and 25. | If the value reads successfully as false, it initializes "gpio" and opens sessions for GPIOs 26 and 25. | ||