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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,474 Views
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

 

 

 

 

Labels (3)
0 Kudos
1 Solution
1,396 Views
b36401
NXP Employee
NXP Employee

Then please try "dmesg -n 1"

View solution in original post

0 Kudos
3 Replies
1,457 Views
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 Kudos
1,447 Views
neuberfran
Contributor IV
 
 

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

 

Not solved yet

0 Kudos
1,397 Views
b36401
NXP Employee
NXP Employee

Then please try "dmesg -n 1"

0 Kudos