You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Ethernet Cable: https://www.amazon.de/ACT-Netzwerkkabel-gewinkelt-Flexibles-Datenzentren-Schwarz/dp/B0CYHG3HV2?th=1 (Alternatively, any other 90° right angled cable can be used)
17
+
18
+
### Instuctions
19
+
20
+
1. Put Raspberry Pi CM4 on the base board
21
+
2. Set the `boot` switch to `on`
22
+
3. Connect the board via USB-C cable
23
+
4.[Run `rpiboot`](https://github.com/raspberrypi/usbboot) to mount the CM4 file system
24
+
5. Start [Raspberry Pi Imager](https://www.raspberrypi.com/software/):
25
+
- Device: Raspberry Pi 4
26
+
- OS: Raspberry Pi OS Lite (64 bit)
27
+
- Target: Select the CM4 Module Filesystem
28
+
- Additional settings:
29
+
- Enable SSH public key
30
+
- Set default SSH key
31
+
- Disable telemetry
32
+
6. Write image to CM
33
+
7. Set `boot` to `off`
34
+
8. Boot Raspberry Pi
35
+
9. Run the Ansible playbook `prepare-os.yml`
36
+
10. Get MAC address (e.g. `ip a` on system)
37
+
11. Configure the `agent` setting in `/opt/opencast-ca-display/opencast-ca-display.yml` to the corresponding capture agent
38
+
12. Reboot the Raspberry Pi
39
+
5
40
## Build & Run
6
41
7
42
Make sure to install Go. This should be something like:
0 commit comments