======================================================================
Driver Support Overview
======================================================================

This driver version supports the AVerMedia Jetson BSP and is compatible with 
both D317-GM and F8G11 GMSL daughter boards.

======================================================================
Camera Support Capability
======================================================================

1. Each GMSL daughter board provides two GMSL channels
2. Per GMSL channel, the following configurations are supported:
   - Up to 2 × Stereolabs ZED X cameras
   - Up to 1 × ZED X One camera
   
With a fully populated configuration, the system supports a maximum of:
   - 4 × Stereolabs ZED X cameras
   - 2 × ZED X One cameras

This design preserves the proven GMSL multi-camera architecture while 
allowing scalability for future expansion.

======================================================================
F8G11 DIP Switch Configuration
======================================================================

When using the F8G11 GMSL daughter board, the DIP switch settings on the 
board must be configured according to the intended channel usage to ensure:
    - Correct GMSL channel mapping
    - Proper serializer/deserializer address assignment
    - Stable enumeration of multiple cameras
    
    Switch Orientation Legend
    ↑  = Switch lever pushed UP
    ↓  = Switch lever pushed DOWN
    (Viewed from PCB top side)
    
    Please configure the DIP switches as described below:

    SW2 Setting
    8  7  6  5
    ↑  ↑  ↓  ↓
    1  2  3  4

    SW3 Setting
    8  7  6  5
    ↓  ↓  ↑  ↑
    1  2  3  4


======================================================================
Installation 
======================================================================

Step1: Download & Install stereolabs SDK 
    The following SDK version has been verified:
    ZED_SDK_Tegra_L4T36.4_v5.0.6.zstd.run

Download link:
https://www.stereolabs.com/en-tw/developers/release
Please follow the official Stereolabs documentation to complete the installation.

Step2: Install the Driver Package
$ sudo apt update
$ sudo apt install libqt5core5a # Required dependency
$ sudo dpkg -i avermedia_<version>.deb
  
    Setting up stereolabs-zedx (1.3.x-L4T36.4.0) ...
    --------------------------------------------
    0) D317-GM
    1) F8G11
    --------------------------------------------
    Please select your gmsl daughter board:

======================================================================
Version Information
======================================================================

------------------------------------------------------------
avermedia_d317_gm_stereolabs_zed_x_jp6.2.1_v1.1.0 20260202
------------------------------------------------------------
- support F8G11 GMSL daughter board

------------------------------------------------------------
avermedia_d317_gm_stereolabs_zed_x_jp6.2.1_v1.0.0 20251002
------------------------------------------------------------
- First release
