Changes between Version 5 and Version 6 of gscreboot


Ignore:
Timestamp:
08/21/2018 06:20:13 PM (6 years ago)
Author:
Cale Collins
Comment:

fixed power off, shutdown command.

Legend:

Unmodified
Added
Removed
Modified
  • gscreboot

    v5 v6  
    4444The poweroff command is another system command. Gateworks recommend using an indefinite GSC sleep (documented below) rather than the poweroff / shutdown command directly.
    4545
    46 The maximum sleep value for the 32 bit register would be 2147483647.
    47 
     46{{{#!bash
     47i2cset -f -y 0 0x20 2 0xff
     48i2cset -f -y 0 0x20 3 0xff
     49i2cset -f -y 0 0x20 4 0xff
     50i2cset -f -y 0 0x20 5 0xff
     51i2cset -f -y 0 0x20 1 0x43
     52}}}
    4853'''However, in order to 'wake up' or turn the board back on, the board pushbutton will need to be pressed. '''
    4954