Skip to content

hashrabbit/bitmain-spi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef008a0 · Jul 20, 2016

History

22 Commits
Jun 15, 2016
Jul 11, 2016
Jun 17, 2016
Jun 17, 2016
Jun 16, 2016
Jun 17, 2016
Jun 17, 2016
Jul 20, 2016
Jun 17, 2016
Jul 20, 2016
Jun 17, 2016
Jul 12, 2016
Jul 12, 2016
Jun 17, 2016
Jul 12, 2016
Jun 17, 2016

Repository files navigation

Bitmain SPI driver

Supported Hardware

  • Antminer S5
  • Antminer S7

Other models might be functional but haven't been tested.

Building

Build with:

make \
  ARCH=arm \
  CROSS_COMPILE=/path/to/toolchain/usr/bin/arm-none-linux-gnueabi- \
  KERNEL_DIR=/path/to/linux-3.8.13/source

Install with:

make install \
  DESTDIR=/path/to/target \
  KERNEL_DIR=/path/to/linux-3.8.13/source