iMX6: Disable serial logs in uboot and kernel

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iMX6: Disable serial logs in uboot and kernel

3,369 Views
rajendrabaniyav
Contributor I

I need to disable serial port logs completely from uboot and kernel. Though I can disable logs by adding bootargs as console=null, not able to find mechanism to disable uboot log. Any idea on this?

Labels (2)
0 Kudos
2 Replies

2,026 Views
rajendrabaniyav
Contributor I

Thanks Eric for suggestion.

0 Kudos

2,026 Views
EricNelson
Senior Contributor II

Hi Rajendra,

See this patch and thread on the U-Boot mailing list:

     [U-Boot] [PATCH 07/32] nitrogen6x: Allow U-Boot to be silent on UART2   

Our patch does the simple thing: re-muxing the UART pads. Stefano's

suggestion is to use CONFIG_SILENT_CONSOLE

0 Kudos