Open minhoha opened 5 years ago
check system-usr.dtsi,maybe there are some syntax error in your modification.
decompile the system.dtb to .dts,then theck all nodes and their relationships in dts, especially the content in system-usr.dtsi.
@minhoha were you able to fix it? If so how? I'm getting the same error.
Hi. I'm trying to build KMD using Petalinux now.
I modified "nvdla_drm_probe" function in "nvdla_gem.c" file like https://github.com/nvdla/sw/issues/95.
Also, I add reserved-memory node in device tree.
And then, I modified "nvdla.bb" like this.
And then, I did "petalinux-build -c rootfs" commend. And got these errors.
I do not know how to fix it. I need advice.
Thanks.