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