IMX8M Mini Evk: Cannot test Display

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

IMX8M Mini Evk: Cannot test Display

727 Views
hotanha03021996
Contributor II

Hi everyone.

I am having a imx8mm evk board and use yocto project to build linux image with BSP 4.14.98.

When i run ./autorun-fb.sh in /unit_tests/Display. I get the following error:

root@imx8mmevk:/unit_tests/Display# ls ./autorun-fb.sh

---- Running < autorun-fb.sh > test ----
Checking for devnode: /dev/fb0
autorun-fb.sh: PASS devnode found: /dev/fb0

FB Blank test
Screen should be off
FB Color test
Setting FB to 16-bpp
./autorun-fb.sh: line 35: echo: write error: Invalid argument
FAIL - Unable to set bpp
Setting FB to 24-bpp
./autorun-fb.sh: line 35: echo: write error: Invalid argument
FAIL - Unable to set bpp
Setting FB to 32-bpp
FB panning test
./autorun-fb.sh: line 62: echo: write error: Invalid argument
FAIL - Unable to set virtual size
./autorun-fb.sh: line 73: echo: write error: Invalid argument
FAIL - Unable to pan
./autorun-fb.sh: line 73: echo: write error: Invalid argument
FAIL - Unable to pan
./autorun-fb.sh: line 73: echo: write error: Invalid argument
FAIL - Unable to pan
./autorun-fb.sh: line 73: echo: write error: Invalid argument
FAIL - Unable to pan
./autorun-fb.sh: line 73: echo: write error: Invalid argument
FAIL - Unable to pan
./autorun-fb.sh: line 73: echo: write error: Invalid argument
FAIL - Unable to pan
./autorun-fb.sh: line 73: echo: write error: Invalid argument
FAIL - Unable to pan
./autorun-fb.sh: line 73: echo: write error: Invalid argument
FAIL - Unable to pan
./autorun-fb.sh: line 73: echo: write error: Invalid argument

.......................................
FAIL - Unable to pan
./autorun-fb.sh: line 73: echo: write error: Invalid argument
FAIL - Unable to pan
autorun-fb.sh: Exiting FAIL
root@imx8mmevk:/unit_tests/Display#

Can anyone help me to test display? 

Best regards!

Labels (1)
1 Reply

707 Views
igorpadykov
NXP Employee
NXP Employee

Hi Ho

autorun-fb.sh from mxc_fb_test (frame buffer test for display) supports i.MX 6 and i.MX 7,

as described in Linux Manual

pastedImage_1.jpg

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