How to install nvidia-l4t-jetson-io_35.4.1 in yocto image? #1422
-
Hi, The branch we use is kirkstone. May we ask how to have nvidia-l4t-jetson-io_35.4.1 at our yocto image? Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
We don't provide a recipe for that package because I never found a good use case for it... With NVIDIA's Jetson Linux, they provide everything in pre-built form and has to allow for some customization at runtime. With Yocto, you control the build of your custom OS and can configure the device tree at build time for the hardware you are using. What were you planning to use jetson-io for? |
Beta Was this translation helpful? Give feedback.
At build time you would:
.dtb
file with your device tree applied to it, as described on that RidgeRun page you mentionedextlinux.conf
file to create a second entry with the second device treeThat would give users the runtime choice of booting with either the default DTB or the one with your overlay applied, but the configuration choices would be generated at build time.