Custom Driver for Jetson Nano #1344
Replies: 2 comments 4 replies
-
The recipe that points to the kernel sources is https://github.com/OE4T/meta-tegra/blob/kirkstone-l4t-r32.7.x/recipes-kernel/linux/linux-tegra_4.9.bb. You would be able to fork the kernel and replace the SRC_URI information with your fork of the kernel. Otherwise you could use |
Beta Was this translation helpful? Give feedback.
-
For changes to the devicetree, have a look at tegrademo-devicetree. This way you don't have to carry around kernel patches between releases. You will set Kernel modules can be built out of tree according to the Working with Out-of-Tree Modules in the yp documentation. Depending on what sort of integration a camera module needs, you can also consider patching the kernel as @joekale-pp suggests if that is easier. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using kirkstone-l4t-r32.7.x branch and using the instructions from Wiki I was able to build and flash Jetson Nano using core-image-sato and it worked !.
Now I'm trying to customize/change the devicetree and add custom camera driver to the bitbake build. But I'm unable to achive this objective as I'm unable to find any references to make this happen.
Could you please provide me with some pointers or help me with advice for achieving this goal.
Beta Was this translation helpful? Give feedback.
All reactions