Custom BSP Integration?

Dear Experts,

I would like to have your advice about the most efficient way to integrate pieces of BSP for a custom Jetson based system as below:

In above system, we might have the source of the camera drivers but we might NOT have the source of the patches for custom carrier board from certain carrier board maker (CBM).
One use-case is that the BSP for the custom carrier board released by CBM might include the camera modules that I am going to use, but they are standard (standalone) drivers and do not handle specific operation such has hardware synchronization in case of multiple cameras. IN this case, I will need to replace existing driver(s) with modified driver(s).
Another use-case is that the BSP for the custom carrier board released by CBM might NOT include the camera module that I am going to use. In this case I will need to install new driver into existing system and make it available to use.

I would like to know if it is possible to follow the continuous path by starting with the BSP release from the CBM (in blue) and remove then re-install the modified version of the camera driver that was already available previous?
And could I add the support for new camera driver into that BSP release? If, yes, how could I update the device-tree (with the new camera node enabled) as well as the kernel’s Image?

Thanks in advance and best regards,
Khang

We usually do not integrate customer’s code unless that’s integrated and shipped with our devkit.
Ecosystem HW/camera partner should maintain their BSP/Driver on top ours, and release their support package period.

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.