Changes between Version 5 and Version 6 of gscreboot
- Timestamp:
- 08/21/2018 06:20:13 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gscreboot
v5 v6 44 44 The poweroff command is another system command. Gateworks recommend using an indefinite GSC sleep (documented below) rather than the poweroff / shutdown command directly. 45 45 46 The maximum sleep value for the 32 bit register would be 2147483647. 47 46 {{{#!bash 47 i2cset -f -y 0 0x20 2 0xff 48 i2cset -f -y 0 0x20 3 0xff 49 i2cset -f -y 0 0x20 4 0xff 50 i2cset -f -y 0 0x20 5 0xff 51 i2cset -f -y 0 0x20 1 0x43 52 }}} 48 53 '''However, in order to 'wake up' or turn the board back on, the board pushbutton will need to be pressed. ''' 49 54