Hello together,
I have searched the net for a while but I found no solution. I have a QML application which runs at a Phytex i.MX6 board and now this application should run at a i.MX51 board.
I reuse the eglfshook from the i.mx53qsb device. Compilation are without problems ant normal applications work at the target device, but the initialize of the display doesn’t work. The function call eglCreateWindowSurface in method resetSurface in file qtbase/src/plugins/platforms/eglfs/eglfswindow.cpp
finished with a core dump.
QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed
VSCREENINFO:0 xres=1024; yres=768;
display id: 0x1;
using hook: /dev/fb0;
create platform specific native window for i.MX51 ...
native windows id: 0xc;
Segmentation fault (core dumped)
I have added some message. The framebuffer itself works, I think (checked with cat /dev/urandom > /dev/fb0).
Is there a smal test program for the EGL interface?
Best thanks
Steffen
↧