PhotonVision / photonvision

PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
https://photonvision.org
GNU General Public License v3.0
262 stars 166 forks source link

Orange PI 5 Pro Failed Install #1353

Open ZenoCoding opened 1 week ago

ZenoCoding commented 1 week ago

Describe the bug I am unable to install PhotonVision on my Orange Pi 5 Pro. After using an image provided by the "upstream" source of the images PhotonVision uses and installing gcc, PhotonVision reports that it is installed successfully but does not connect when accessed through my router via direct IP.

To Reproduce Steps to reproduce the behavior:

  1. get latest version of ubuntu for orange pi 5 pro from: https://github.com/Joshua-Riek/ubuntu-rockchip/releases/
  2. flash orange pi it with balenaetcher onto the microsd
  3. boot orange pi and connect it to the router via direct ethernet connection
  4. find ip address ssh with user and password ubuntu
  5. verify internet connection by sudo ping -c 4 8.8.8.8
  6. update package list and install gcc with build-essential
  7. run install instructions https://docs.photonvision.org/en/latest/docs/installation/sw_install/other-coprocessors.html
  8. attempt to connect to photonvision via IP:5800

Screenshots / Videos Install Logs (ssh): https://pastebin.com/gvynNg87 Running Logs: logpvboot.txt i spent a long time figuring out how to get this log file... i hope its the right one

i also changed my networking setup (my monitor is far away from my router and not easy to move) to the second port of the robot radio for the running logs

Platform:

Additional context The image used was the latest version of the upstream image provider that photonvision uses as described by this comment in a similar issue.

They mention some issues that I believe have since then been patched. Ubuntu is definitely able to start, and I had thought that photonvision had been successfully installed because of this message:

Created PhotonVision systemd service.
PhotonVision installation successful.

Clearly, this is not the case, or there is something wrong with my networking configuration because I cannot connect to the webdashboard.

A orange pi 5 pro image provided by photonvision would also be nice! Though maybe i should read the docs of the software I'm going to use before I buy things...

Any help is appreciated!

ZenoCoding commented 1 week ago

Here's the photonvision journal log: pvjournal.txt