Hello all. I am interested in shutting down the Orin AGX dev kit when our enclosure loses power. We currently have it installed with a UPS. Our current plan is to monitor the power state and hold a GPIO pin high while we are recieving power and then drop it to low when the power turns off. We then want the Orin to initiate a software shutdown before our UPS reaches our prescribed t_delay where it will cut power.
- Is this the recommended way to complete this tasks?(I couldn’t find any other topics on the forum matching it or information in the data sheet)
- Are there any good resources to review to ensure I do not damage the Orin when building the circuit?
- If this will not work, what other places can I look? I noticed in the datasheet that power-down signal can be sent over CAN Bus. While we don’t have a CAN connection currently, we could set one up to negiotate power states. I was unable to find any resources beyond that mention though. What else should I try?