- Download Raspbian OS from here https://www.raspberrypi.org/downloads/raspbian/
- Burn SD card using downloaded image above using Balena Etcher which can be downloaded from https://www.balena.io/etcher
- Put the card into Raspbery device, and turn it on. Follow the instructions, and respect naming convention defined here.
- Make sure you select 5G WiFi during the OS installation
Open "Rasberry PI Configuration" screen
System tab:
-
Hostname - Enter a new name according to Naming Conventions
-
Auto-Login - Disable option
-
Boot - To CLI
-
Network at Boot - Wait for network
Interfaces tab:
- Set SSH to enabled
sudo nano /etc/hosts
Add the following entry:
192.168.0.xxx sports-replay-ai-Y
Where:
- xxx us defined in router setup explained below
- Y is the ID defined during Jetson Nano device setup.
At this point, we need to run sudo reboot
to apply the host name changes.
Read instructions here.
sudo apt-get update
sudo apt update
sudo apt-get upgrade
sudo apt-get update
sudo apt-get install vsftpd
sudo nano /etc/vsftpd.conf
Add, uncomment, or amend lines in the config file:
Amend
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
chroot_local_user=YES
Add
user_sub_token=$USER
local_root=/home/$USER/FTP
mkdir /home/pi/FTP
sudo service vsftpd restart
Full instructions can be found in Setting up the Tunneling section.
sudo apt-get update && sudo apt-get install -y libdbus-1{,-dev}
pip3 install omxplayer-wrapper
sudo nano /boot/config.txt
Enable the following flags
hdmi_force_hotplug=1
hdmi_drive=2