This repository is for the training bots
-
Download rndis Drivers folder from drive
-
Plug in raspberry pi to laptop via usb-c port
-
Open Device Manager
-
Scroll down to Ports (COM & LPT)
-
Find Pi's USB port (Usually called COM3 or similar, if you unplug the pi it disappears)
-
Right click on the port, and select update driver> browse my computer for drivers> Select the driver folder you downloaded in step 1
-
Plug pi into your laptop via usb-c
-
ssh into the pi
ssh [email protected]
where hostname is the label on the pi's ethernet port -
sudo nmcli conn up eduroam
-
Navigate to the directory you want to update and
git pull
- Navigate to directory with the Dockerfile in it and make sure it's updated
- run
docker build -t image-name:tag .
where image-name:tag is the name of your docker image- if you need internet for building, follow setup for wired connection
- if you're building for the pi on a computer with amd64 hardware, you need to include
--platform linux/arm64
- run
docker run -it --privileged image-name:tag
to start the container- This step should be done connected over wifi, not wired
connect via wifi for this step, not wired