Skip to content

Commit a3a3207

Browse files
committed
Support dual cameras on fg12-16ch board
Signed-off-by: ejgoldik <ehud.joseph.goldik@realsenseai.com>
1 parent bca277b commit a3a3207

2 files changed

Lines changed: 834 additions & 0 deletions

File tree

apply_patches.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ elif [[ "$1" == "--fg12-16ch" ]]; then
2323
JP5_D4XX_DTSI="tegra194-camera-d4xx-fg12-16ch.dtsi"
2424
D4XX_SRC="d4xx_max96712.c"
2525
shift
26+
elif [[ "$1" == "--fg12-16ch-dual" ]]; then
27+
JP5_D4XX_DTSI="tegra194-camera-d4xx-fg12-16ch-dual.dtsi"
28+
D4XX_SRC="d4xx_max96712.c"
29+
shift
2630
fi
2731

2832
. scripts/setup-common "$1"

0 commit comments

Comments
 (0)