I'm using an imx6slevk board with yocto bsp, I observed that at the end of the kernel boot the line NXP i.MX Release Distro 4.9.88-2.0.0 imx6slevk ttymxc0 is printed.
I changed the u-boot environment variable "console" from ttymxc0 to null
After which the kernel logs no longer appear but this line keeps printing as NXP i.MX Release Distro 4.9.88-2.0.0 imx6slevk ttymxc0 and not NXP i.MX Release Distro 4.9.88-2.0.0 imx6slevk null,
Where should I modify in the source to change it to null?
Solved! Go to Solution.
Hi Sujay S,
Please remove '\l' from /etc/issue file.
Refer to below link for more details:
Customizing your Logon with /etc/issue
Regards,
Karan Gajjar
Hi Sujay S,
Please remove '\l' from /etc/issue file.
Refer to below link for more details:
Customizing your Logon with /etc/issue
Regards,
Karan Gajjar
That worked fine than you Karan
Hi Sujay S,
We are happy to resolve your query. Thank you for marking the answer correct.
Regards,
Karan Gajjar
ok