How will I know the pre-compiled Qt Libraries in EZSDK 5.04 in DM814x Board uses which framebuffer devices?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How will I know the pre-compiled Qt Libraries in EZSDK 5.04 in DM814x Board uses which framebuffer devices?
Hello,
You could check here:
http://processors.wiki.ti.com/index.php/Qt_Tips
Qt-embedded uses /dev/fb0 as the default framebuffer. To redirect the output to a different display with framebuffer /dev/fb1, you could do the following:
example:
./deform -qws -display LinuxFb:/dev/fb1
Best Regards,
Margarita