karosium / smbusb

USB SMBus Interface
GNU Lesser General Public License v2.1
142 stars 42 forks source link
battery firmware flash hacking-tool smbus

smbusb

SMBusb is a USB SMBus interface based on the Cypress FX2LP. This repository contains the firmware and library (libsmbusb) that make up the interface. Firmware is uploaded automatically by the library and remains loaded until power-cycle.

For more information see http://www.karosium.com/p/smbusb.html

Prerequisites

On *nix:

On Windows:

Build instructions

On *nix:

./init.sh
./configure (options: --disable-firmware, --disable-tools)
make
make install

On Windows:

build.bat 32
build.bat 64