You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The comments need to be changed or removed in
uboot.env
to fix an error in the kernel command line params.Error message:
The text was updated successfully, but these errors were encountered: