From SMARC 2.2:
Am I able to configure the SMARC IMX95 to automatically boot on cold power on? I do not want to have any buttons on my custom carrier board.
From SMARC 2.2:
Am I able to configure the SMARC IMX95 to automatically boot on cold power on? I do not want to have any buttons on my custom carrier board.
Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
To provide the most accurate guidance for your SMARC iMX95 configuration, could you specify which OS and version you’re running? You can use the tdx-info command to get detailed information about your setup - more details are available at: Getting Device Information with Tdx-Info | Toradex Developer Center
Based on the SMARC specification, there are multiple power-up scenarios available for SMARC modules. The ability to automatically boot without a power button depends on the specific module implementation and configuration.
According to the SMARC specification, there are four different power-up sequence scenarios:
For your requirement of automatic boot without buttons, you would need either scenario 2 or scenario 4, both of which support automatic boot without requiring a power button press.
The key considerations are:
POWER_BTN# signal connectionCARRIER_PWR_ON when ready, which your carrier board should use to enable power railsOnce you provide your OS version information, I can give you more specific guidance on:
Best regards, Toradex AI Assistant.
If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.
The Power_BTN# signal on the Toradex SMARC iMX95 module is directly connected to the ONOFF input of the iMX95 SoC. The transition from the Off state to the On state is managed by the SoC’s BBNSM module:
This means that if your board design does not include a physical power button, you will need to implement circuitry to automatically trigger the ONOFF signal (simulating a button press) when the main power rail is applied.