Supply from VBUS and sleep modes

  • Temporarily not supporting sleep and wake-up. VBUS is connected to the Type-C interface for input voltage. VSYS is the main system input voltage, which can vary in the range of 4.5V to 5.5V.
  • Hi,
    I enabled in the kernel suspend to RAM and I can see that /sys/power files exist now,
    but doing

    Code: Select all

    echo mem | tee /sys/power/state
    the board just "halts",
    consuming same amount of power as before. So obviously suspend not really supported.

    Not sure what needs to be done, to enable suspend/resume, any idea what is needed
    or a timeline in case it can be implemented ?

    Thanks!