-
Notifications
You must be signed in to change notification settings - Fork 2k
Possible incorrect cmdline.txt flag #1234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm guessing this is in /configuration/cmdline-txt.md? Per https://gitlab.freedesktop.org/plymouth/plymouth/commit/6e50233b031ed301813de7f075ae0d606eae010c and some quick googling, it seems that What does |
Bringing that section here:
Using a single number 2 rather than a list presumably repeats Presumably it maps terminals to framebuffers. Since Plymouth works using them, it's somehow involved. |
I'm trying to find where that was. I think you have the correct file in question. Note For what it's worth, I'm not convinced the blurb description next to this flag in the documentation is at all accurate. The purpose of the flag is to prevent many of the console messages from bubbling up to the terminal that's associated with Plymouth. |
From what I can see it is half accurate - Plymouth won't output a bootsplash on a serial terminal, but what it will do is, as you say, prevent the console boot messages - service startup and the like - from appearing on any serial console. |
See #1235 |
Well done. (Thanks.) |
Fixed in #1235 |
Having done plenty of research, I would suggest that this flag is plural rather than singular. And furthermore, there appears to be some confusion over the use of underscores versus hyphens in this flag.
This seemed to work as expected with Stretch using the singular version with underscores. After the upgrade to Buster it seems like undervoltage warnings from
dmesg
were clobbering the custom splash screen.By changing my
/boot/cmdline.txt
to the plural version and appendingfbcon=map:2
it's now behaving again with Buster.I reference the main.c file in the source code of plymouth. It appears to be in plural and possess hyphens rather than underscores.
What's difficult is that there are many competing suggestions for setting up plymouth on Raspbian. Perhaps someone can look into this and as necessary, update the documentation here.
The text was updated successfully, but these errors were encountered: