but when I prepare to Patching the DTS,I can’t find this *.dtsi file all the time.
Although it has a detailed directory:
hardware/nvidia/platform/t18x/common/kernel-dts/t18x-common-platforms/tegra186-quill-power-tree-p3310-1000-a00-00.dtsi.
But I didn’t even find its catalogue.
Who can tell me where this file is and how to get into its path.
thank you . I download the kernel source of TX2.modify it and make it replace .but the problem still exist.Whether there are other problems of investigation?
first ./getKernelSources.sh to download kernel source.
then open hardware/nvidia/platform/t18x/common/kernel-dts/t18x-common-platforms/tegra186-quill-power-tree-p3310-1000-a00-00.dtsi.
modified:
./getKernelSources.sh to download kernel source code.
find out hardware/nvidia/platform/t18x/common/kernel-dts/t18x-common-platforms/tegra186-quill-power-tree-p3310-1000-a00-00.dtsi
and modified like this:
jetsonhacks is not an official github. Also, I just went through the scripts, “copyImage.sh” does not update your dtb but only update the kernel image. Thus, your dtb is not updated at all.
To update dtb, you need to copy the new dtb to Linux_for_Tegra/kernel/dtb/ and then reflash.
To save time, you can use “sudo ./flash -r -k kernel-dtb jetson-tx2 mmcblk0p1”, then it will update dtb only.
To confirm you are really using the updated dtb, you could go to below node and check the node you update
thanks,
you are right,the .sh not to build dtb file,only build kernel file.
but I still have a question.
that’s after I modified the *.disi file, how to compile new dtb file?
Is there a more detailed tutorial?
Special thanks to Fobos,WayneWWW.
I’ve solved the problem,I can saw usb device.There’s a little bit of uncertainty here .
after my modified.that’s use 3.0 channel or 2.0 channel?
I will test it.