BSP Setup
Overview
The Board Support Package (BSP) for JoingAI carrier boards includes the device-tree, kernel configuration, and platform drivers needed to bring up all on-board interfaces.
Contents
- Device-tree sources and overlays
- Kernel configuration
- Bootloader configuration
- Board-specific scripts
Installation
- Download the BSP package for your carrier board from the product page.
- Extract the package on your Jetson system.
- Run the install script as root:
sudo ./install_bsp.sh
- Reboot the system.
Verification
After reboot, check that all expected interfaces are enumerated:
ls /dev/video*
i2cdetect -y -r 0