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.
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
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!
-----------------------------------------------------------------------------------------------------------------------
Thanks, will try.