Replies: 1 comment 5 replies
-
Hello @danny1209 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
this repository works fine for my standard jetson nano devkit from nvidia.
now I change the carrier board, that means the corresponding device tree must also be changed.
I find the device tree are in this folder:
/../tegra-demo-distro/build/tmp/work-shared/jetson-nano-devkit-emmc/kernel-source/nvidia/platform/t210/porg/kernel-dts
so I replace the files here with my own device tree files, espacially the file "tegra210-p3448-0002-p3449-0000-b00.dts"
Everytime when i rerun the command "bitbake demo-image-full", it just skiped all the changed files.
therefore I want to know how to only rebuild and install this part in image? thanks for any help.
Best regard
Daniel
Beta Was this translation helpful? Give feedback.
All reactions