8160-sleep: Difference between revisions

From embeddedTS Manuals
(Created page with "The TS-8160 features a AVR that has the ability to cut power to the macrocontroller for a specified amount of time. You can also use the jumper labelled 'WAKE', or the press ...")
 
(Change from Macrocontroller to SoM)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
The TS-8160 features a AVR that has the ability to cut power to the macrocontroller for a specified amount of time.  You can also use the jumper labelled 'WAKE', or the press the button on SW1 to restore power to the macrocontroller.
The TS-8160 features a AVR that has the ability to cut power to the System-on-Module (SoM) for a specified amount of time.  You can also use the jumper labelled 'WAKE', or the press the button on SW1 to restore power to the SoM.


The ts8160ctl is available [ftp://ftp.embeddedarm.com/ts-socket-macrocontrollers/ts-8160/ts8160ctl here].
The ts8160ctl is available [https://files.embeddedTS.com/ts-socket-macrocontrollers/ts-8160/ts8160ctl here].


Sleeping the board is essentially a shutdown.  It is recommended that you have all of your filesystems in a read only state before running this command to avoid disk corruption.  This example will simply shut down the macrocontroller for 20 seconds.
Sleeping the board is essentially a shutdown.  It is recommended that you have all of your filesystems in a read only state before running this command to avoid disk corruption.  This example will simply shut down the SoM for 20 seconds.
<source lang=bash>
<source lang=bash>
ts8160ctl --sleep 20
ts8160ctl --sleep 20

Latest revision as of 17:29, 12 June 2023

The TS-8160 features a AVR that has the ability to cut power to the System-on-Module (SoM) for a specified amount of time. You can also use the jumper labelled 'WAKE', or the press the button on SW1 to restore power to the SoM.

The ts8160ctl is available here.

Sleeping the board is essentially a shutdown. It is recommended that you have all of your filesystems in a read only state before running this command to avoid disk corruption. This example will simply shut down the SoM for 20 seconds.

ts8160ctl --sleep 20

Power consumption during sleep mode is approximately 100uA.

Note: Sleep times will be rounded up to the granularity of sleep, which is 8 seconds for sleeps under ~3 days and 2048 seconds for longer sleeps. Actual sleep time will be +/- 10% the requested time due to low-power oscillator variation.