From 7019e3950bb063cb8b97160f46abd1e9d079fdae Mon Sep 17 00:00:00 2001 From: Phill Tran Date: Sat, 18 Nov 2023 11:47:35 -0500 Subject: [PATCH 1/3] Update networking-troubleshooting.rst Instructions on flashing image had typo of limelight image instead of Raspberry Pi image. --- source/docs/troubleshooting/networking-troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/troubleshooting/networking-troubleshooting.rst b/source/docs/troubleshooting/networking-troubleshooting.rst index 901dbb97..ca94a139 100644 --- a/source/docs/troubleshooting/networking-troubleshooting.rst +++ b/source/docs/troubleshooting/networking-troubleshooting.rst @@ -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`). + - 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! From d994a8b57f8528f2389e94506e67d1522ff81843 Mon Sep 17 00:00:00 2001 From: philltran Date: Tue, 27 Feb 2024 23:44:29 -0500 Subject: [PATCH 2/3] Add separate examples for Limelight network troubleshooting --- .../docs/troubleshooting/networking-troubleshooting.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/docs/troubleshooting/networking-troubleshooting.rst b/source/docs/troubleshooting/networking-troubleshooting.rst index 59590215..edd81e2b 100644 --- a/source/docs/troubleshooting/networking-troubleshooting.rst +++ b/source/docs/troubleshooting/networking-troubleshooting.rst @@ -13,9 +13,11 @@ A few issues make up the majority of support requests. Run through this checklis - Ethernet straight from a laptop to a coprocessor will not work (most likely), due to the unreliability of link-local connections. - Even if there's a switch between your laptop and coprocessor, you'll still want a radio or router in the loop somehow. - 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 Raspberry Pi image (eg, `photonvision-v2023.1.2-linuxarm64-image_RaspberryPi.xz`). +- (Raspberry Pi, Orange Pi & Limelight only) have you flashed the correct image, and is it up to date? + - Limelights 2/2+ and Gloworms should be flashed using the Limelight 2 image (eg, `photonvision-v2024.2.8-linuxarm64_limelight2.img.xz`). + - Limelights 3 should be flashed using the Limelight 3 image (eg, `photonvision-v2024.2.8-linuxarm64_limelight3.img.xz`). + - Raspberry Pi devices (including Pi 3, Pi 4, CM3 and CM4) should be flashed using the Raspberry Pi image (eg, `photonvision-v2024.2.8-linuxarm64_RaspberryPi.img.xz`). + - Orange Pi devices (including OPi 5 and OPi 5 plus) should be flashed using the Orange Pi image (eg, `photonvision-v2024.2.8-linuxarm64_orangepi5.img.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! From d86d910509d50a867658bcfc4c965558cc7e07be Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 28 Feb 2024 09:32:42 -0500 Subject: [PATCH 3/3] Update networking-troubleshooting.rst --- source/docs/troubleshooting/networking-troubleshooting.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/troubleshooting/networking-troubleshooting.rst b/source/docs/troubleshooting/networking-troubleshooting.rst index edd81e2b..886b5399 100644 --- a/source/docs/troubleshooting/networking-troubleshooting.rst +++ b/source/docs/troubleshooting/networking-troubleshooting.rst @@ -17,8 +17,8 @@ A few issues make up the majority of support requests. Run through this checklis - Limelights 2/2+ and Gloworms should be flashed using the Limelight 2 image (eg, `photonvision-v2024.2.8-linuxarm64_limelight2.img.xz`). - Limelights 3 should be flashed using the Limelight 3 image (eg, `photonvision-v2024.2.8-linuxarm64_limelight3.img.xz`). - Raspberry Pi devices (including Pi 3, Pi 4, CM3 and CM4) should be flashed using the Raspberry Pi image (eg, `photonvision-v2024.2.8-linuxarm64_RaspberryPi.img.xz`). - - Orange Pi devices (including OPi 5 and OPi 5 plus) should be flashed using the Orange Pi image (eg, `photonvision-v2024.2.8-linuxarm64_orangepi5.img.xz`). - - This is due to Limelight-specific hardware configuration that makes the image incompatible with stock Raspberry Pi devices. + - Orange Pi 5 devices should be flashed using the Orange Pi 5 image (eg, `photonvision-v2024.2.8-linuxarm64_orangepi5.img.xz`). + - Orange Pi 5+ devices should be flashed using the Orange Pi 5+ image (eg, `photonvision-v2024.2.8-linuxarm64_orangepi5plus.img.xz`). - 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! - Your PhotonVision version can be checked on the :ref:`settings tab`.