i.MX8M Mini console hang with stress-ng

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

i.MX8M Mini console hang with stress-ng

1,181 Views
m_c
Senior Contributor I

Customer use prebuilt image Linux 5.4.3 test with stress-ng.

No issue with:
taskset 0x1 stress-ng --cpu 4 --io 1 &
taskset 0x1 stress-ng --cpu 4 --io 1 &

Console hang with:
taskset 0x1 stress-ng --cpu 4 --io 1 &
taskset 0x2 stress-ng --cpu 4 --io 1 &

The UART console can keep output with top command after input above two test commands.

But when press 'q' to leave top, then can't input any command in UART console.

Linux system didn't hang, because plug in/out Ethernet, console will print related message.

Labels (2)
0 Kudos
Reply
2 Replies

1,096 Views
igorpadykov
NXP Employee
NXP Employee

Hi m.c.

customer can try:

- use command (like stress-ng --taskset 0,2-3 --cpu 3) for running test on several

cpus as suggested on stress-ng tutorial:

Ubuntu Manpage: stress-ng - a tool to load and stress a computer system 

- add stress-ng sources to nxp linux and rebuild all image from scratch

linux-imx - i.MX Linux kernel 

GitHub - ColinIanKing/stress-ng: This is a mirror of the upstream project at https://kernel.ubuntu.c... Best regards

igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply

1,097 Views
m_c
Senior Contributor I

Thanks, will try.

0 Kudos
Reply