From 38365857fc79bc2fd65bd96effb45c5bf6054841 Mon Sep 17 00:00:00 2001 From: ZhuYaoHui1998 <510677932@qq.com> Date: Fri, 20 Sep 2024 17:52:47 +0800 Subject: [PATCH] fixed reServer Industrial Jetpack 6 POE enable bug --- .../reServer_Industrial_Getting_Started.md | 31 ++++++++++++++----- .../{ template.md => template.md} | 0 2 files changed, 23 insertions(+), 8 deletions(-) rename docs/template_file/{ template.md => template.md} (100%) diff --git a/docs/Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started.md b/docs/Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started.md index a78dd0fba40f..bd831295d2e0 100644 --- a/docs/Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started.md +++ b/docs/Edge/NVIDIA_Jetson/reServer_Jetson_Series/reServer_Industrial_J30_J40/reServer_Industrial_Getting_Started.md @@ -542,14 +542,29 @@ There are 2 LEDs (green and yellow) on each Ethernet port which indicates the fo - Before connecting PoE cameras, you need to enable the PoE function for the 4 Ethernet ports. Enable it as follows: - ```sh - sudo -i - cd /sys/class/gpio - echo 315 > export - cd gpio315 - echo "out" > direction - echo 1 > value - ``` + + + + ```sh + sudo -i + cd /sys/class/gpio + echo 315 > export + cd gpio315 + echo "out" > direction + echo 1 > value + ``` + + + + + ```sh + sudo apt update + sudo apt install gpiod + gpioset gpiochip2 15=1 + ``` + + + - If you need to configure different IP addresses for each POE interface, follow these instructions: diff --git a/docs/template_file/ template.md b/docs/template_file/template.md similarity index 100% rename from docs/template_file/ template.md rename to docs/template_file/template.md