File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,21 @@ This folder contains scripts to configure a Pi to run the status board.
44You can install a [ Raspberry Pi OS Lite] ( https://www.raspberrypi.com/software/operating-systems/ )
55and use the [ bootstrap.sh] ( bootstrap.sh ) script to set it up:
66
7+
8+ ## Install Raspberry Pi OS Lite (32bit)
9+ See: [ https://www.raspberrypi.com/software/operating-systems/ ] ( https://www.raspberrypi.com/software/operating-systems/ )
10+
11+ ## Setup username, password, hostname and ssh during image creation with rpi-imager or on first start with
712``` shell
8- # Install Raspberry Pi OS Lite (32bit) (https://www.raspberrypi.com/software/operating-systems/)
9- # Use username 'ssl' or change it in autologin.conf
10- # Setup username, password, hostname and ssh during image creation with rpi-imager or on first start with
1113sudo raspi-config
12- # Download and extract latest bootstrap archive
14+ ```
15+ Use username 'ssl'.
16+
17+ ## Download and extract latest bootstrap archive
18+ ``` shell
1319wget -qO- https://github.com/RoboCup-SSL/ssl-status-board/releases/latest/download/bootstrap.tar.gz | tar xvz
14- # Run bootstrap script
20+ ```
21+ ## Run bootstrap script
22+ ``` shell
1523./ssl-status-board/bootstrap.sh
1624```
You can’t perform that action at this time.
0 commit comments