Sleep on MTCDP-H5
- This topic has 4 replies, 3 voices, and was last updated 10 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › Sleep on MTCDP-H5
Tagged: Sleep
How would you put the MTCDP-H5 processor in to sleep mode, with a wake up on USB data?
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
Hi everyone,
Is it possible to put the MTCDP-H5 processor in to sleep mode, but with a wake up on RS-232 data?
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
Hi Bryan,
Yes, it works,
thank you very much!