[Bug 2073835] Re: Default kernel commandline options on Raspberry Pi

2024-09-05 Thread Dave Jones
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

[Bug 2073835] Re: Default kernel commandline options on Raspberry Pi

2024-07-25 Thread Juerg Haefliger
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

[Bug 2073835] Re: Default kernel commandline options on Raspberry Pi

2024-07-25 Thread Heinrich Schuchardt
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

[Bug 2073835] Re: Default kernel commandline options on Raspberry Pi

2024-07-25 Thread Heinrich Schuchardt
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

[Bug 2073835] Re: Default kernel commandline options on Raspberry Pi

2024-07-23 Thread Juerg Haefliger
> 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

[Bug 2073835] Re: Default kernel commandline options on Raspberry Pi

2024-07-23 Thread Heinrich Schuchardt
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

[Bug 2073835] Re: Default kernel commandline options on Raspberry Pi

2024-07-23 Thread Heinrich Schuchardt
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