Part Number: AM6442
Tool/software:
Hi community, I'm Chan Kim.
I’m now developing a custom board based on AM6442 and I ran into a problem.
In SDK 9 and 10, both k3-am642-evm.dts and k3-am642-r5-evm.dts were located under sdk/board-support/u-boot/arch/arm/dts. I could simply modify them to match my custom board by adjusting the nodes.
However, in SDK 11, I see that k3-am642-r5-evm.dts is still under u-boot/arch/arm/dts, but k3-am642-evm.dts has been moved to u-boot/dts/upstream/src/arm64/ti. If I try to modify it the same way as before, the build process fails with errors. It looks like files such as binman.dtsi included in the evm DTS are now causing dependency issues.
How should I handle this in SDK 11 to make the custom dts for my board?
Any guidance would be greatly appreciated.
Thank you!