Difference between revisions of "Supported power mode transitions (SBC Lynx)"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "{{InfoBoxTop}} {{AppliesToAXELULite}} {{AppliesToSBCLynx}} {{InfoBoxBottom}} ==Introduction== SBC Lynx allows to implement different schemes to manage power mode transitions....")
 
Line 6: Line 6:
 
SBC Lynx allows to implement different schemes to manage power mode transitions. The following sections describe the most common modes. If you need to implement a mode that is not listed here, please get in touch with [mailto:sales@dave.eu Sales department].
 
SBC Lynx allows to implement different schemes to manage power mode transitions. The following sections describe the most common modes. If you need to implement a mode that is not listed here, please get in touch with [mailto:sales@dave.eu Sales department].
 
==On/off mode==
 
==On/off mode==
 +
This is the default supported mode. This mode fits the majority of industrial application where device is powered on by the application of supply voltage and it is powered off by the removal of it. The state diagram of power states is depicted in the following image.
 +
 +
 +
[[File:Sbclynx-power-mode-on-off.png|thumb|center|State diagram of on/off power mode.]]
 +
 +
 +
It is worth remembering that, in case the systems transitions to the shutdown state [1], it requires a power off/on cycle to start again.
 +
 +
 +
 +
[1] In case Linux operating system is used, transition to shutdown state can be triggered by issuing the following command: <code>shutdown -h now</code>.
 
==Tablet mode==
 
==Tablet mode==

Revision as of 10:04, 25 October 2016

Info Box
AXEL ULite-top.png Applies to AXEL ULite
SBC Lynx-top.png Applies to SBC Lynx

Introduction[edit | edit source]

SBC Lynx allows to implement different schemes to manage power mode transitions. The following sections describe the most common modes. If you need to implement a mode that is not listed here, please get in touch with Sales department.

On/off mode[edit | edit source]

This is the default supported mode. This mode fits the majority of industrial application where device is powered on by the application of supply voltage and it is powered off by the removal of it. The state diagram of power states is depicted in the following image.


State diagram of on/off power mode.


It is worth remembering that, in case the systems transitions to the shutdown state [1], it requires a power off/on cycle to start again.


[1] In case Linux operating system is used, transition to shutdown state can be triggered by issuing the following command: shutdown -h now.

Tablet mode[edit | edit source]