imx8mp serial log disable from Uboot

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

imx8mp serial log disable from Uboot

589件の閲覧回数
dhanasekar
Contributor I

Hi,

    Want to disable the serial logs from console in imx8mp. Tried the CONFIG_SERIAL_SILENT. But it is not working.

Any help will be much appreciated. 

Thanks.

 

0 件の賞賛
返信
1 返信

572件の閲覧回数
AldoG
NXP TechSupport
NXP TechSupport

Hello,

Please note that when CONFIG_SERIAL_SILENT is used you'll need to set the environmental variable silent to a non-empty value:

config SILENT_CONSOLE
bool "Support a silent console"
help

This option allows the console to be silenced, meaning that no output will appear on the console devices. This is controlled by setting the environment variable 'silent' to a non-empty value. Note this also silences the console when booting Linux.

When the console is set up, the variable is checked, and the GD_FLG_SILENT flag is set. Changing the environment variable later will update the flag.

https://github.com/nxp-imx/uboot-imx/blob/1c881f4da83cc05bee50f352fa183263d7e2622b/common/Kconfig#L9...

Best regards,
Aldo.

0 件の賞賛
返信