Sleep on MTCDP-H5

Home Forums MultiConnect OCG Sleep on MTCDP-H5

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4819
    Campbell Elder
    Participant

    How would you put the MTCDP-H5 processor in to sleep mode, with a wake up on USB data?

    #4822
    Bryan Tran
    Moderator

    Hi Campbell,

    Try to issue the following command:

    echo standby > /sys/power/state <–Put the CDP in standby mode.

    Then plug in a USB thumb drive into the USB host port. The CDP should come out the standby mode.

    Thanks,

    BT

    #4839
    Andrey Anisimov
    Participant

    Hi everyone,

    Is it possible to put the MTCDP-H5 processor in to sleep mode, but with a wake up on RS-232 data?

    #4846
    Bryan Tran
    Moderator

    Hi Andrey,

    If you have a process that reading the data from the serial port on the CDP device running. Try to issue the following commands:

    1. echo enabled > /sys/devices/platform/atmel_usart.2/tty/ttyS2/power/wakeup

    *Enable wakeup on ttyS2 port

    2. echo standby > /sys/power/state

    *Put the CDP in standby mode

    Regards,

    BT

    #4847
    Andrey Anisimov
    Participant

    Hi Bryan,

    Yes, it works,
    thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.