Skip to content

Adding device tree parameter to I2C bus #1812

Closed Answered by madisongh
otiv-jerome-colle asked this question in Q&A
Discussion options

You must be logged in to vote

Are you trying to modify the device tree used by the kernel, or one of the ones used by the bootloaders? Your OP talked about the kernel device tree, but the later post is talking about the bootloader ones.

If it's the device tree for the kernel, it's probably easier to use devtool to help generate a patch to the device tree source file(s).

If you really want to use a DTB overlay for this, and you have it set up the right way for getting applied by the bootloader at boot time, then you should stage the .dtbo file either to ${DEPLOY_DIR_IMAGE} or under the ${EXTERNAL_KERNEL_DEVICETREE} directory, and add the name of that overlay file to the TEGRA_PLUGIN_MANAGER_OVERLAYS variable in your ma…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by otiv-jerome-colle
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants