Changes between Version 4 and Version 5 of gsc
- Timestamp:
- 12/05/2017 04:23:21 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gsc
v4 v5 159 159 - Note 16777215 indicates a default value and item is not connected. 160 160 161 For systems without the GSC Hardware Monitor driver, values can be read directly through I2C: 162 Example: Temperature is shown as register 0x00 and 0x01. 163 {{{ 164 i2cget -f -y 0 0x29 1 165 0x01 166 i2cget -f -y 0 0x29 0 167 0xc0 168 }}} 169 170 Combining 0x01 and 0xc0, is 0x01c0, which comes out to be 448, which divided by 10, equals 44.8 Deg. C. 171 161 172 162 173 For Ventana i.MX6 processor temperature, see [wiki:ventana/thermal here]