How to disable messages from imx7d-pico accessed through serial port/picocom

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

How to disable messages from imx7d-pico accessed through serial port/picocom

ソリューションへジャンプ
1,481件の閲覧回数
neuberfran
Contributor IV

Hi,

I have imx7d-pico running android things (kernel 4.9)

I accessed it through the command: sudo picocom -b 115200 /dev/ttyUSB0

However, as you can see in the images below, unwanted messages are leaving less than 1 second apart.

How to solve this(pls)

issue01.png

 

 

 

 

ラベル(3)
0 件の賞賛
1 解決策
1,403件の閲覧回数
b36401
NXP Employee
NXP Employee

Then please try "dmesg -n 1"

元の投稿で解決策を見る

0 件の賞賛
3 返答(返信)
1,464件の閲覧回数
b36401
NXP Employee
NXP Employee

Please try this message to decrease notifications:

# dmesg -n err

It means that only errors, not warnings and notices will be printed.

Then if it helps you can add this command to startup script.

0 件の賞賛
1,454件の閲覧回数
neuberfran
Contributor IV
 
 

|imx7d_pico:/ $ dmesg -n err
dmesg: not integer: err

 

Not solved yet

0 件の賞賛
1,404件の閲覧回数
b36401
NXP Employee
NXP Employee

Then please try "dmesg -n 1"

0 件の賞賛