You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
683 B
Markdown
27 lines
683 B
Markdown
# Raspberry pi video player
|
|
|
|
## How to install
|
|
|
|
1. Install Raspberry Pi Imager on your local computer from <https://www.raspberrypi.com/software/>
|
|
|
|

|
|
|
|
1. Select `Raspberry Pi OS (64-bit)` in Pi Imager
|
|
|
|

|
|
|
|
1. Configure Wifi details and `pi` user credentials using the settings in the imager.
|
|
|
|
|
|

|
|
|
|
1. Flash the SD card
|
|
|
|
1. Insert it into the Pi and boot it up.
|
|
|
|
1. Run the following command on the Pi either via ssh or in the terminal from the desktop
|
|
|
|
```bash
|
|
curl https://git.bpfilip.dk/fbp/video-player/raw/branch/main/install.sh | sudo bash
|
|
```
|