File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ This solution however also requires the most porting work as it needs to be rewr
18
18
This is an good solution:
19
19
- It uses an bootloader software designed for booting the Linux kernel
20
20
- It doesn't need to reboot twice to start an OS, unlike the third solution.
21
+
21
22
But it has a few disadvantages:
22
23
- The 2nd-stage bootloader is in the boot partition. This means it gets overwritten very often.
23
24
- This is only possible with older (non-UEFI) qualcomms for now.
@@ -27,6 +28,7 @@ This is the worst solution:
27
28
- This needs to reboot twice when booting an OS (first to the menu, then to the OS)
28
29
- It reflashes boot. This is slow.
29
30
- It still lives in the boot image so it's getting easily overwritten.
31
+
30
32
Though it also has a few advantages:
31
33
- It's way easier to port
32
34
- It supports touchscreen
You can’t perform that action at this time.
0 commit comments