I am working with a custom-designed board for the Jetson Nano. Since the camera interfaces on my hardware use different I²C addresses than the standard Jetson Nano configuration, I have updated the DTS files accordingly. Additionally, I wrote drivers for some sensors, and everything is functioning correctly.
However, I plan to commercialize the product, and I want to avoid any potential licensing issues. Therefore, I need guidance on the following:
-
How can I properly integrate my DTS modifications and custom drivers into a BSP package?
-
What should I pay attention to regarding open-source licenses when distributing these files or embedding them into my product?
-
What is the recommended workflow or toolset provided by NVIDIA for creating custom installation images for custom Jetson Nano boards?
In summary, I would like to understand the correct process and key steps for generating a custom installation image and BSP package tailored to my hardware.
Could you provide guidance on how to approach this?