kontron / python-ipmi

A pure python IPMI library
GNU Lesser General Public License v2.1
187 stars 74 forks source link

interfaces: add ipmbdev #114

Closed sergachev closed 2 years ago

sergachev commented 2 years ago

Add support of /dev/ipmb-X devices created by ipmb-dev-int driver on Linux. Requires slave mode support by the I2C bus driver, list of such drivers can be seen this way: https://elixir.bootlin.com/linux/latest/C/ident/i2c_slave_event

Tested on a Xilinx Zynq as Linux host with IPMB-0 bus of a NAT power supply.

hthiery commented 2 years ago

thank you