Can we enable imx477 csi camera by default? #894
-
My environment: Seem imx477 camera is not set by default, I have connected imx477 camera to Jetson Nano but it cannot detected any camera. I can enable imx477 with OS support from NVIDIA (used jetson-io ) here: https://developer.nvidia.com/embedded/downloads Do we have any package to enable imx477 csi camera by default, or package to install jetson-io on yocto build? Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The jetson-io tools are really only usable with NVIDIA's Ubuntu distro. There isn't really an equivalent mechanism here for making these kinds of configuration changes at runtime. The usual approach with Yocto-style builds is to modify the device tree directly to configure in the hardware you're using. It would be useful to make use of the device tree overlays on the development kits, though, so I spent a bit of time today looking at how we could make that happen - so you could at least configure at build time which overlays you want to use, and generate an image that would apply them automatically during boot. I did get it working, but it will take some time to make it more usable. |
Beta Was this translation helpful? Give feedback.
-
I have updated the kernel recipe so you can at least apply the NVIDIA-supplied device tree overlays at build time. |
Beta Was this translation helpful? Give feedback.
The jetson-io tools are really only usable with NVIDIA's Ubuntu distro. There isn't really an equivalent mechanism here for making these kinds of configuration changes at runtime. The usual approach with Yocto-style builds is to modify the device tree directly to configure in the hardware you're using.
It would be useful to make use of the device tree overlays on the development kits, though, so I spent a bit of time today looking at how we could make that happen - so you could at least configure at build time which overlays you want to use, and generate an image that would apply them automatically during boot. I did get it working, but it will take some time to make it more usable.