Changes between Version 127 and Version 128 of gsc


Ignore:
Timestamp:
10/03/2025 07:29:35 PM (5 days ago)
Author:
Ryan Erbstoesser
Comment:

add note for gsc version

Legend:

Unmodified
Added
Removed
Modified
  • gsc

    v127 v128  
    12601260# For the GSC, always use 0 and 0x20 for the BUS and DEVICE
    12611261# Read the GSC version from R14:
    1262 i2cget -f -y 0 0x20 14
    1263 }}}
     1262root@noble-venice:~# i2cget -f -y 0 0x20 14
     12630x42
     1264# RESULT= 0x42 which is 66 decimal, so GSC version 66
     1265}}}
     1266
     1267The 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
    12641269
    12651270[=#nak]