Targetting this to focal (the last release where we used u-boot on the
Pi images) and setting devel to fix-released (as later releases just use
the cmdline.txt file for the Pi's bootloader).
** Also affects: flash-kernel (Ubuntu Focal)
Importance: Undecided
Status: New
** Changed in: fl
Ubuntu Raspberry Pi images are preinstalled and older series have u-boot
preinstalled and on those systems we have `quiet splash` twice in the
commandline, once from cmdline.txt and once from u-boot via
/etc/default/flash-kernel. That's wrong. I don't know where this needs
fixing hence I've opened
Hello Juerg,
you are right; bootscr.rpi has
fdt get value bootargs /chosen bootargs
setenv bootargs "@@LINUX_KERNEL_CMDLINE_DEFAULTS@@ ${bootargs}
@@LINUX_KERNEL_CMM
DLINE@@"
Installing U-Boot on Ubuntu for the Raspberry is anyway a manual process
which requires editing file /boot/firme
The documentation fix has been merged in https://salsa.debian.org.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073835
Title:
Default kernel commandline options on Raspberry Pi
To manage notifica
> boot.scr is only relevant when booting via U-Boot. In this case
/boot/firmware/cmdline.txt is not considered.
I don't think that's entirely correct. The Pi firmware loads the options
from /boot/firmware/cmdline.txt and patches the in-memory DT (I believe)
from which u-boot gets the chosen args a
Merge request created: https://salsa.debian.org/installer-team/flash-
kernel/-/merge_requests/62
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073835
Title:
Default kernel commandline options on Ra
boot.scr is only relevant when booting via U-Boot. In this case
/boot/firmware/cmdline.txt is not considered.
We still need a place to define the default command line. As you already
described this is /usr/share/flash-kernel/default/flash-kernel when
booting via flash-kernel's boot.scr. Documentin