Hi all,
I'd like to adjust u-boot, but I couldn't find /etc/default/u-boot like in my PBP/Debian, how it works in Mobian?
PBP ISO / Debian Bullseye (unofficial installer)
(06-27-2020, 02:48 AM)a-wai Wrote: (06-26-2020, 08:36 PM)wasgurd Wrote: Hi all,
I'd like to adjust u-boot, but I couldn't find /etc/default/u-boot like in my PBP/Debian, how it works in Mobian?
It depends on what you want to achieve, the only configurable part is the boot script (boot.cmd/scr under /boot)
For instance, to enabling text boot time messages, I should to remove the quiet and splash parameters from /etc/default/u-boot.
I think the boot.cmd/scr are auto-generated and better don't touch it.
PBP ISO / Debian Bullseye (unofficial installer)
Does uboot have access to screen and buttons, or just to the LED and serial on the PinePhone? I'm thinking back to old devices where it could provide an interactive boot menu to select which of multiple OSes you wanted to boot.
u-boot doesn't have acess to the display on the PinePhone (only HDMI is support in u-boot), buttons should be supported however.
That's a shame, but not entirely surprising. I suppose the led colour could be used to indicate selection. I might see what I can do - it would be handy to be able to pick between emmc and sd more easily.