Skip to main content
The Suspend state is the deepest sleep state in the APSS with all user space processes frozen and drivers releasing their resources. During the Suspend state, all cores enter the C4 state followed by the AOSD Sleep state. A user space module can configure the Suspend state using the following command: echo s2idle > /sys/power/mem_sleep

Ways to trigger Suspend

  1. Disconnect type-c USB and run the following command using PuTTY.
  1. Run the following command using ADB over USB, and disconnect the USB connection immediately.
  1. To trigger both Suspend and Resume, disconnect the USB and run the following command using PuTTY:
Note IQ-9075 does not support RTC wakeup.

Verify suspend statistics

To check suspend statistics run the following commands:
The success count indicates the number of times the APSS has successfully entered the Suspend state while the fail count indicates the number of times the APSS has failed to enter the Suspend state.

Next steps