Porting GPU#
This module explains how to disable GPU.
The GPU is enabled in kernel device tree by default. In order to disable the GPU, add the following lines of code at the end of the k3-am625-sk.dts file:
&gpu {
status = "disabled";
};
Please keep in mind that the above change is only intended for emulating AM62x variants that do not have a GPU. With the above changes, GPU based applications will not run on the SK EVM.