iMX6: Disable serial logs in uboot and kernel

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

iMX6: Disable serial logs in uboot and kernel

3,423 次查看
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,080 次查看
rajendrabaniyav
Contributor I

Thanks Eric for suggestion.

0 项奖励

2,080 次查看
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 项奖励