Hi:
Refer to the document https://www.nxp.com/docs/en/user-guide/RTEDGEYOCTOUG_REV2.2.pdf,
I built 2 images to compare the effect. ( imx-image-multimedia)
One is the original yocto project, the other followed the introduction in chapter 7.
But I got some problems
1. Once the i.mx8mp runs with preempt-rt, a message shows after the system boot completely.
"imx-sdma 30bd0000.dma-controller: external firmware not found, using ROM firmware"
Is this a problem to my device?
Once the message shows, the value of "max" in rt-test goes much higher.
2. Using the rt-test tool to observe the latency.
I run the 2 separate rt-test threads simultaneously,
one is in (USB to RS232) terminal, the other is in weston GUI.
The measured "MAX" values are diffrent.
Which one should I use?
3. And one other question, how to check the pre-empt-RT is properly run in my system?
run "stress" program in background,
and observe the 'max' values in rt-test.
Is it a correct way to do this?