Jetson Nano
JetPack 4.6.5
I get my.dtsi file and my.dts file. I make my.dtsi included in the main deb dts file, and compile my.dts file as my.dtbo. I put the main deb file on the directory /boot/deb on the target board and my.dtbo file on the directory /boot on the target board.
Then I insmod my.ko, the probe func does not execute for no log print out from dmesg. I think my using of deb is uncorrected.
My question is, how to build in my dtsi and dts file into deb and make it effective?