Hi,
I have a problem on using TX2-NX on our carrier board.
On our carrier board using Jetpack 4.6.0, I used oscilloscope to monitor the shut-down request pin(pin number 233 on pinmux) when I shut down the device from terminal or UI interface. It’s behavior is pull down.
But while I used the same carrier board with flashing Jetpack4.6.1, the shut-down request pin’s behavior is unlike 4.6.0, it’s voltage only changed from 5.0V to ~=4.8V
I already checked the device tree , I didn’t find any difference between 4.6.0 and 4.6.1, I guess there are some difference in the driver of this pin.
Can anybody help me to analyze this issue? Thanks a lot !
Besides using oscilloscope to monitor the shut-down request pin, this issue affects behavior when APO mode is turned off. If APO mode off and shut down, the device can’t boot by pressing power-button.
Are you saying that you tried two different jetpack version on devkit and one version cannot put the device to boot up by using power button?
Please know that “boot up with power button” definitely has nothing to do with device tree because there is no software running when you press the button.
Yes that’s what I say, I tried not only 4.6.0 and 4.6.1, but also 4.6.2 have this issue.
When device boot up, there is a logic gate in SOM, this logic gate will get the pin-state of the shut-down request pin.
If it’s low, then the logic gate will pull high to boot.
The problem is, in Jetpack 4.6.1 , if you shut down the device, this pin would not be pull down. it only change voltage from 5.0 to 4.8. If I say something wrong, please tell me Thanks.
If I use devkit + jetpack4.6.1, how do I reproduce this issue? If I shutdown the device with “sudo shutdown”, then I cannot boot up the device again with button?