Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In Linux we run the following two commands where the first set the debug console as an interface to wake the system from (by pressing any key) and second line puts the system in suspend to memory state.

Code Block
breakoutModewide
echo enabled > /sys/devices/platform/imx-uart.0/tty/ttymxc0/power/wakeup echo mem > /sys/power/state

...

These are the numbers for the iMX6 Quad on the HummingBoard EdgeHummingBoard Edge, which is the worst case scenario without taking into account external peripherals.

...