Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Update networking troubleshooting documentation #296

Merged
merged 6 commits into from
Mar 6, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/docs/troubleshooting/networking-troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A few issues make up the majority of support requests. Run through this checklis
- The FRC radio is the *only* router we will officially support due to the innumerable variations between routers.
- (Raspberry Pi & Limelight only) have you flashed the correct image, and is it up to date?
- Limelights and Gloworms should be flashed using the Limelight image (eg, `photonvision-v2023.1.2-linuxarm64-image_limelight.xz`).
- Raspberry Pi devices (including Pi 3, Pi 4, CM3 and CM4) should be flashed using the Limelight image (eg, `photonvision-v2023.1.2-linuxarm64-image_RaspberryPi.xz`).
mcm001 marked this conversation as resolved.
Show resolved Hide resolved
- Raspberry Pi devices (including Pi 3, Pi 4, CM3 and CM4) should be flashed using the Raspberry Pi image (eg, `photonvision-v2023.1.2-linuxarm64-image_RaspberryPi.xz`).
- This is due to Limelight-specific hardware configuration that makes the image incompatible with stock Raspberry Pi devices.
- Is your robot code using a **2023** version of WPILib, and is your coprocessor using the most up to date **2023** release?
- 2022 and 2023 versions of either cannot be mix-and-matched!
Expand Down