Skip to content

How to disable boot and kernel log output on HDMI out #790

Answered by madisongh
slip76 asked this question in Q&A
Discussion options

You must be logged in to vote

Try KERNEL_ARGS ?= "console=ttyTCU0,115200 fbcon=map:0 quiet". That will direct the kernel messages to the serial console, rather than the video display; adding the quiet parameter reduces the amount of logging the kernel does (and systemd, too). The U-boot setting isn't needed, since you're not likely to be using U-Boot in your builds.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by slip76
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants