Skip to content
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

[non-critical / cosmetic] Malformed kernel boot parameter inpinebootpro boot script #69

Open
DrYak opened this issue Sep 12, 2023 · 0 comments

Comments

@DrYak
Copy link

DrYak commented Sep 12, 2023

While turning on persistent JournalD to solve my problem, I noticed an unrelated warning message in early boot:

PinePhonePro kernel: Malformed early option 'console'

And indeed in the boot.pinephonepro.cmd source code of the boot script:

setenv bootargs loglevel=4 console=tty0 console=ttyS2,1500000 console=${console}

I presume, the initial intent was to do something along the lines of:

setenv console=tty0 console=ttyS2,1500000
setenv bootargs loglevel=4 console=tty0 console=ttyS2,1500000 console=${console}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant