|
|
|
|
|
by makomk
2981 days ago
|
|
There's nothing mysterious about the Allwinner boot process at least. While there's an on-chip boot ROM that can't be modified, it just loads a chunk of code into SRAM from the boot device and jumps to it at the highest privilege level supported by the hardware. It's not uncommon for everything after the boot ROM to be 100% open source code. That simply isn't possible on the Pi, which is why Debian doesn't support it out the box. Also, the lack of power management on the Pi is mostly a hardware limitation. The hardware simply doesn't support any kind of software-controlled shutdown or suspend. |
|