Hi,
We use OrinNX 16GB SOM with our Xavier NX carrier board.
All LEDs can be controlled at Jetson Linux 35.3.1 and 35.4.1; however, in 36.2 we cannot light those LEDs up.
In 36.2, we can use echo 1 > /sys/class/leds/wifi-led/brightness, and we can get a correct result from cat /sys/class/leds/wifi-led/brightness.
When we use cat /sys/kernel/debug/gpio to check the change of led gpio, it is correct to see the change of the gpio.
However, the LED did not light up.
您好,我們使用OrinNX 16GB SOM於我們的開發版,在Jetson Linux 35.3.1 以及 35.4.1版本OS時,LEDs都可以正常被控制。
然而,我們發現在Jetson Linux 36.2的時候,所有的LEDs燈無法被點亮。
如附件commands.txt,我們使用echo 1 或者 echo 0 > /sys/class/leds/wifi-led/brightness,LED都沒有反應,但是cat /sys/class/leds/wifi-led/brightness都有看到1與0的變化。
且在cat /sys/kernel/debug/gpio也有看到hi以及lo的變化,但是LED都沒有反應。
我們HW engineer有使用電表量測,也沒有看到電流變化。
此狀況在35.3.1 and 35.4.1都沒有遇到,只發生在36.2,是不是我們的36.2 的device tree需要額外設定呢,感謝。
我們所有的LEDs在36.2都無法點亮,LEDs是使用以下pin:
eth0-led: TEGRA234_MAIN_GPIO(H, 0)
eth0-speed-led1: TEGRA234_AON_GPIO(EE, 2)
eth0-speed-led2: TEGRA234_MAIN_GPIO(N, 1)
eth1-led: TEGRA234_MAIN_GPIO(Q, 2)
uart0-led: TEGRA234_MAIN_GPIO(Y, 2)
uart1-led: TEGRA234_MAIN_GPIO(Y, 1)
can-led: TEGRA234_MAIN_GPIO(Y, 0)
wifi-led: TEGRA234_MAIN_GPIO(Y, 3)
lte-led: TEGRA234_MAIN_GPIO(Y, 4)
commands.txt (8.3 KB)
tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi.txt (8.3 KB)
