File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2424 - name : raspi
2525 script : ./install_pi.sh
2626 base_image : https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2023-12-11/2023-12-11-raspios-bookworm-arm64-lite.img.xz
27+ - name : snakeyes
28+ script : ./install_snakeyes.sh
29+ base_image : https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2023-12-11/2023-12-11-raspios-bookworm-arm64-lite.img.xz
2730 - name : opi5
2831 script : ./install_opi5.sh
2932 base_image : https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download/v1.30/ubuntu-22.04.3-preinstalled-server-arm64-orangepi-5.img.xz
Original file line number Diff line number Diff line change 1+ # Run the pi install script
2+ ./install_pi.sh
3+
4+ # Add the one extra file for the snakeyes hardware config
5+ mkdir -p /opt/photonvision/photonvision_config
6+ install -v -m 644 files/snakeyes/photon.sqlite /opt/photonvision/photonvision_config/photon.sqlite
You can’t perform that action at this time.
0 commit comments