Skip to content

Commit 6dfe0f0

Browse files
authored
Update Readme (#94)
added necessary commands to change hostname afterwards or after cloning from another working status board. added required OS-Version. changed description for hostname changes corrected shell script changed typo. . -> ~
1 parent c56d5a4 commit 6dfe0f0

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

rpi/Readme.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Run status-board on a Raspberry Pi
22

33
This folder contains scripts to configure a Pi to run the status board.
4-
You can install a [Raspberry Pi OS Lite](https://www.raspberrypi.com/software/operating-systems/)
4+
You can install a [Raspberry Pi OS 32bit Lite](https://www.raspberrypi.com/software/operating-systems/) (tested with raspbian **Bullseye**)
55
and use the [bootstrap.sh](bootstrap.sh) script to set it up:
66

77

@@ -12,7 +12,15 @@ See: [https://www.raspberrypi.com/software/operating-systems/](https://www.raspb
1212
```shell
1313
sudo raspi-config
1414
```
15-
Use username 'ssl'.
15+
Use username 'ssl'.
16+
Use hostname 'ssl-status-board-#'.
17+
18+
## Check architecture
19+
```shell
20+
dpkg --print-architecture
21+
```
22+
Architecture must be **armhf** cause of the used nwjs.
23+
1624

1725
## Download and extract latest bootstrap archive
1826
```shell
@@ -22,3 +30,12 @@ wget -qO- https://github.com/RoboCup-SSL/ssl-status-board/releases/latest/downlo
2230
```shell
2331
./ssl-status-board/bootstrap.sh
2432
```
33+
34+
## Change hostname afterwards
35+
Change hostname after cloning from a working SD-Card to avoid name resolution collisions with the old system.
36+
```shell
37+
sudo raspi-config # change hostname but don´t reboot
38+
rm -rf ~/.config/nwjs/
39+
rm -rf ~/.config/ssl-status-board/
40+
# reboot now
41+
```

0 commit comments

Comments
 (0)