srobo / tasks

Collects all the tasks which we want to work on.
https://github.com/srobo/tasks/issues
1 stars 0 forks source link

Setup the in-venue compbox for the SR2024 competition #1319

Closed WillB97 closed 4 months ago

WillB97 commented 7 months ago

The competition software is used to drive the live displays of scores, etc. We have two separate compboxes, one in the venue and on in the cloud. The displays connected to the comp network (those around the arena) will use the local compbox and those outside this network will use the remote compbox.

We have a Raspberry Pi 3 (part code srL1CX) which is going to be used as the in-venue compbox. We will need to prepare the micro SD card for the Pi on the setup days in the venue.

The steps here are:

  1. Flash the SD card with the latest Raspbian stable
  2. Clone https://github.com/PeterJCLaw/srcomp-puppet onto the Pi
  3. Checkout the raspbian-2024 branch
  4. Run srcomp-puppet/scripts/install on the Pi
  5. Use the scripts/check-pages.py to validate from outside the Pi that the expected pages can be reached

Required actions:

Original

comp/ops/compbox

### Dependencies
 - [ ] #1265
 - [ ] #1266
PeterJCLaw commented 5 months ago

This is going to be our usual Pi 3. It'll need flashing the SD card on the day and then puppetting (as in the description).

We have however already checked that the puppet config should apply cleanly. The only thing of note is that it should be the raspbian-2024.

PeterJCLaw commented 4 months ago

This happened.