Hello everyone,
at a custom carrier board design for a Jetson Orin Nano SoM an external reset source is required to reset the SoM during operation from a Master MCU.
The carrier board does not have a power button. Furthermore it is required not to use an MCU (as EFM8SB10F2G-A-QFN20 at the NVIDIA DevBoard) for Power Supply and Sequencing.
-
Is there a design example (provided from NVIDIA or third party) for Power Supply and Sequencing (without Power button) without applying a MCU ?
-
Is it generally possible to perform an external reset directly at hardware level by de-asserting POWER_EN or pull down SYS-RESET*? Is this allowed? Or is it required to always assert SHUTDOWN_REQ* before which obviously only can be done internally by firmware or operating system (maybe by a kind of GPIO interrupt to the operating system which asserts SHUTDOWN_REQ*)?
In the Design Guide it is stated “SHUTDOWN_REQ* must always be serviced by the carrier board to toggle POWER_EN from high to low, even in cases of sudden power loss.” Is SHUTDOWN_REQ* automatically asserted by the Orin Nano SoM in case of a power loss? -
What is the most sufficient reset mechanism for our case? De-assert POWER_EN or pull down SYS_RESET* (see Design Guide p. 17: “When the system is powered on, SYS_RESET* can be driven by the carrier board to reset the SoC and QSPI boot device. This will not result in a full system power cycle.”) In the latter, case is it sufficient to pull down SYS_RESET* against Ground by a MOSFET?
-
POWER_EN is an analogue input. What are the voltage thresholds of the internal Schmitt trigger switching on and switching off the POWER_EN signal? I could not find any information in the Datasheet or the Design Guide.
Regards,
Sven