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,515 次查看
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)
标记 (1)
0 项奖励
1 解答
1,437 次查看
b36401
NXP Employee
NXP Employee

Then please try "dmesg -n 1"

在原帖中查看解决方案

0 项奖励
3 回复数
1,498 次查看
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,488 次查看
neuberfran
Contributor IV
 
 

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

 

Not solved yet

0 项奖励
1,438 次查看
b36401
NXP Employee
NXP Employee

Then please try "dmesg -n 1"

0 项奖励