Unable to display using framebuffer in i.mx8mqevk
07-29-2022
06:53 AM
639件の閲覧回数
abhay
Contributor I
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Am unable to display anything using frame buffer in i.mx8mqevk. I tried initially with ioctl system calls and later with some simple methods as , dd if=/dev/urandom of=/dev/fb0 and cat /dev/urandom > /dev/fb0.
Both methods didn't show any errors but display was not modified.
The display used is an HDMI monitor with resolution 1920x1080.
Was able to obtain the resolution from fb0.
Thanks in advance.
1 返信
07-31-2022
11:17 PM
622件の閲覧回数

NXP TechSupport
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Please use DRM framework to get any display .
https://github.com/hexiaolong2008/sample-code/tree/master/drm/application
