PoE++

PoE++ ON/OFF of NRU-52S+ (JP 6.x _ Orin NX)

PoE++ On

PIN=PAC.06
VAL=1
sudo pkill -f -- "$(sudo gpiofind $PIN)"
sudo gpioset -m signal $(sudo gpiofind $PIN)=$VAL &

PIN=PQ.06
VAL=1
sudo pkill -f -- "$(sudo gpiofind $PIN)"
sudo gpioset -m signal $(sudo gpiofind $PIN)=$VAL &

PoE++ off

PIN=PAC.06
VAL=0
sudo pkill -f -- "$(sudo gpiofind $PIN)"
sudo gpioset -m signal $(sudo gpiofind $PIN)=$VAL &

PIN=PQ.06
VAL=0
sudo pkill -f -- "$(sudo gpiofind $PIN)"
sudo gpioset -m signal $(sudo gpiofind $PIN)=$VAL &

PoE++ ON/OFF of NRU-52S+ (JP 5.x _ Orin NX)

PoE++ On

PoE++ Off


PoE++ ON/OFF of NRU-52S (JP 5.x _ Xavier NX)

PoE++ On

PoE++ Off


PoE++ ON/OFF of NRU-52S (JP 4.x _ Xavier NX)

Please run the following command with root permission. The below commands control the 4x PoE++ ports together.

PoE++ On

PoE++ Off

Last updated