PINE64
How to check if tow-boot is installed? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: How to check if tow-boot is installed? (/showthread.php?tid=18751)



How to check if tow-boot is installed? - jojuma - 09-26-2023

Is there a way to check whether tow-boot is installed or not?


RE: How to check if tow-boot is installed? - Kevin Kofler - 09-27-2023

The easiest way is probably to reboot the phone and to try to use the magic key for USB Mass Storage mode, see "Additional features" under https://tow-boot.org/devices/pine64-pinephoneA64.html.


RE: How to check if tow-boot is installed? - jojuma - 09-29-2023

After some more research it appears like this:

On startup, the bootloader has control over the notification led and after the OS has been loaded, it takes control over the notification led.

It seems like you can tell which bootloader is installed by checking how many and which colors the LED shows while booting. The Pinephone's default bootloader shows only one colour: red.

Tow-Boot shows red first, but then switches to a second color, depending on the location it boots from: yellow for eMMC, cyan if booting from microSD-card (holding Volume down) or blue if enabling the mass storage mode (holding Volume up).

I found this issue on GitHub.

I was hoping for a command to check the bootloader in the terminal, but it seems, this is the best for now...

I'll not mark this as answered yet in the case I am mistaken and somebody wants to correct me or has a terminal solution.


RE: How to check if tow-boot is installed? - tllim - 09-29-2023

(09-29-2023, 02:08 AM)jojuma Wrote: After some more research it appears like this:

On startup, the bootloader has control over the notification led and after the OS has been loaded, it takes control over the notification led.

It seems like you can tell which bootloader is installed by checking how many and which colors the LED shows while booting. The Pinephone's default bootloader shows only one colour: red.

Tow-Boot shows red first, but then switches to a second color, depending on the location it boots from: yellow for eMMC, cyan if booting from microSD-card (holding Volume down) or blue if enabling the mass storage mode (holding Volume up).

I found this issue on GitHub.

I was hoping for a command to check the bootloader in the terminal, but it seems, this is the best for now...

I'll not mark this as answered yet in the case I am mistaken and somebody wants to correct me or has a terminal solution.

Thanks on the good info, thumbs up!