Skip to content

Commit

Permalink
Adding snakeyes
Browse files Browse the repository at this point in the history
  • Loading branch information
gerth2 committed Jan 21, 2024
1 parent 91bb9d6 commit 1d16f66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: raspi
script: ./install_pi.sh
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
- name: snakeyes
script: ./install_snakeyes.sh
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
- name: opi5
script: ./install_opi5.sh
base_image: https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download/v1.30/ubuntu-22.04.3-preinstalled-server-arm64-orangepi-5.img.xz
Expand Down
Binary file added files/snakeyes/photon.sqlite
Binary file not shown.
5 changes: 5 additions & 0 deletions install_snakeyes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Run the pi install script
./install_pi.sh

# Add the one extra file for the snakeyes hardware config
install -v -m 644 files/snakeyes/photon.sqlite /opt/photonvision/photonvision_config/photon.sqlite

0 comments on commit 1d16f66

Please sign in to comment.