Changes between Version 127 and Version 128 of gsc
- Timestamp:
- 10/03/2025 07:29:35 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gsc
v127 v128 1260 1260 # For the GSC, always use 0 and 0x20 for the BUS and DEVICE 1261 1261 # Read the GSC version from R14: 1262 i2cget -f -y 0 0x20 14 1263 }}} 1262 root@noble-venice:~# i2cget -f -y 0 0x20 14 1263 0x42 1264 # RESULT= 0x42 which is 66 decimal, so GSC version 66 1265 }}} 1266 1267 The result of the i2c command is 0x42, which is given in hex. For this example, R14 is the GSC firmware revision, and thus typically spoke in decimal/numerical. 0x42 = 66 decimal. Thus, this example shows GSC version 66. 1268 1264 1269 1265 1270 [=#nak]