mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
10 lines
254 B
Bash
Executable File
10 lines
254 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
echo "Build overlay for OV7251 camera on CAM0"
|
|
|
|
# TODO: check Raspberry Pi OS version /boot/issue.txt
|
|
|
|
dtc -I dts -O dtb -o /boot/overlays/ov7251cam0.dtbo /home/pi/catkin_ws/src/clover/builder/assets/ov7251cam0-overlay.dts
|