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.
Part Number: TDA2EXEVM
Tool/software: Linux
Dear Sirs:
When using VSDK 03_03_00_00, I found there is no Linux video frame buffer inside it. And even when we enable the frame buffer inside the DRM the system is still no frame buffer. After we use the dra71-evm.dtb and set DISPLAY_ON_A15_LINUX from 0 to 1 in omapdrm/oma_drv.c , the VSDK can see the frame buffer device(/dev/fb0) in the Linux and it can use frame buffer to display. This is the way PSDK Linux Automotive used.
However, if using in this way, it will cause the VSDK assertion or the kernel crash in interrupt if we start the VSDK demo case later.
Just want to know: How we can use both VSDK and Linux frame buffer device to draw the GUI without any assertion or crash. Can you point me a way to do it?
Regards,
/ckhsu
Hi Anand:
We know the FB is deprecated, however the DRM can support simulate FB devices. Our customer they used to use the old FB device to draw their Navigation APP, but in VSDK 03_02_00_00 and VSDK 03_03_00_00, there are no such mechanism allow the A15 user APP to draw on the device. This is what our customer needs.
Our customer used their own framework, they only ask for FB device. And no matter Qt or Wayland/Weston they all need to control the display on A15. But in VSDK, it seems not working on this way.
And it is very glad to hear that in VSDK 03_04 will have mechanism to let A15 APP to draw and display on M4.
Anand, if we can ask our customer use Qt or Wayland/Weston service, how do you suggest we do the display part in VSDK 03_02 or 03_03?
Regards,
/ckhsu