Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
444 views
in Technique[技术] by (71.8m points)

x86 - GPIO programming on Gigabyte motherboards

I have IMB310TN motherboard with 8 GPIO pins. I'd like to use them, but there is no documentation about it. Gigabyte support responded, that documentation is confidential :). As I see, similar GPIO pins exists on various Gigabyte motherboards, so probably they should work simillary. I suspect that GPIO pins are connected to I2C bus, so I tried to identify i2c devices, but without success:

i2cdetect -l
i2c-3   i2c         i915 gmbus misc                     I2C adapter
i2c-1   i2c         i915 gmbus dpb                      I2C adapter
i2c-6   i2c         DPDDC-C                             I2C adapter
i2c-4   i2c         i915 gmbus dpd                      I2C adapter
i2c-2   i2c         i915 gmbus dpc                      I2C adapter
i2c-0   smbus       SMBus I801 adapter at efa0          SMBus adapter
i2c-7   i2c         DPDDC-D                             I2C adapter
i2c-5   i2c         DPDDC-B                             I2C adapter

The only bus where something is detected is 7:

i2cdetect -y 7
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: 40 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --                         

Unfortunately, I have no idea what to do next. Did someone succeeded to use GPIO on some Gigabyte motherboard ?

question from:https://stackoverflow.com/questions/65907672/gpio-programming-on-gigabyte-motherboards

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...