wpilibsuite / WPILibPi

WPILib Raspberry Pi images designed for FRC (formerly FRCVision)
Other
86 stars 40 forks source link

Connection issiue with 2021.2.1 #195

Closed julian-steiner closed 3 years ago

julian-steiner commented 3 years ago

We can't connect to our raspberry pi model 3 b+ over the link http://wpilibpi.local/ and with the ip address of the raspberry pi. But we can ping it and we can ssh into it without any further problems.

When we show the running servers with netstat -tulpn on the pi connected over ssh, we see that the http port is not running, so we can't connect to it on the website

also the folder /usr/local/frc is missing on the pi

We tried reinstalling the image but with no success

zhiquanyeo commented 3 years ago

Does the issue persist across different SD cards?

julian-steiner commented 3 years ago

We solved the issue by changing to a different raspberry pi, now a model 4 and it worked.