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.

SK-TDA4VM: How to add new device tree in TDA4vm

Part Number: SK-TDA4VM

I write a new dts in "/ti-processor-sdk-linux-j7-evm-08_04_00_11/board-support/linux-5.10.120+gitAUTOINC+95b90aa828-g95b90aa828/arch/arm64/boot/dts/ti",

...

"k3-j721e-i2c6.dts",for example, i want to enable i2c6 on linux

change  Makefile

execute cmd" make linux-dtbs && make linux-dtbs_install "

I can find "k3-j721e-i2c6.dtbo" in "/ti-processor-sdk-linux-j7-evm-08_04_00_11/targetNFS/boot"

I copy "boot" to my sdcard ,start on evm, but i2c6 is not enable

Here are not missing any steps that cause my device tree not to load?thanks for your help