iMX6: Disable serial logs in uboot and kernel

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

iMX6: Disable serial logs in uboot and kernel

3,432件の閲覧回数
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?

ラベル(2)
0 件の賞賛
2 返答(返信)

2,089件の閲覧回数
rajendrabaniyav
Contributor I

Thanks Eric for suggestion.

0 件の賞賛

2,089件の閲覧回数
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 件の賞賛