Framebuffer not detecting image

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Framebuffer not detecting image

1,081件の閲覧回数
abhijeet_ghodga
Contributor III

The command,

fb-test -f 0

generates and displays a test pattern on the screen.

But the command,

cp /home/root/test.jpg /dev/fb0

copies the test image into /dev/fb0 but fails to display anything on the screen.

How to resolve this issue?

ラベル(1)
0 件の賞賛
返信
1 返信

991件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Abhijeet

one can redirect image directly to the framebuffer device as follows:
cat image > /dev/fb0

FSL-UT-FB-003.txt\doc\mxc_fb_test\test - imx-test - i.MX Driver Test Application Software 

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

0 件の賞賛
返信