i want to know that if we could disable GPU for TDA4 when QNX os running in A72.
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.
i want to know that if we could disable GPU for TDA4 when QNX os running in A72.
Can you please refer this FAQ and see how to disable GPU from u-boot?
For disabling the same from QNX, I've asked another engineer to help. They should be able to respond to this.
Regards
Karan
The GPU H/W module is accessed in two general locations in the PSDKQA + BSP.
To "remove" the GPU, both of these areas would require modifications.
BSP
Remove the call to init_gpu in bsp/src/hardware/startup/boards/j721e/evm/hw_init.c.
QNX Screen
If the DSS is not being controlled by the A72 (psdkqa/qnx/scripts/usr/lib/graphics/jacinto7/graphics.conf.dss_on_r5), then the easiest way to remove the GPU is to not start the QNX screen.
If DSS is required, but GPU is not, then the psdkqa/qnx/scripts/usr/lib/graphics/jacinto7/graphics.conf.dss_on_a72 needs to be modified.
Regards,
kb