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

Comments in U-Boot cmdline raise an error #17

Open
amclain opened this issue Jun 15, 2024 · 0 comments
Open

Comments in U-Boot cmdline raise an error #17

amclain opened this issue Jun 15, 2024 · 0 comments
Labels

Comments

@amclain
Copy link
Member

amclain commented Jun 15, 2024

The comments need to be changed or removed in uboot.env to fix an error in the kernel command line params.

#
# Default Linux commandline:
#
cmdline=\
    coherent_pool=1M /* needed for some WiFi drivers */ \
    quiet            /* limit kernel prints to the console */

Error message:

[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootfstype=squashfs rootwait ro root=/dev/mmcblk1p2 coherent_pool=1M /* needed for some WiFi drivers */ quiet /* limit kernel prints to the console */
[    0.000000] Unknown kernel command line parameters "/* needed for some WiFi drivers */ /* limit kernel prints to the console */", will be passed to user space.
@amclain amclain added the defect label Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant