PINE64

Full Version: How to check if tow-boot is installed?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to check whether tow-boot is installed or not?
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.
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.
(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!