Skip to content

AvalonMiner customizable firmware

MikeQin edited this page Jul 28, 2017 · 6 revisions

We let the user to build the firmware with new features.

The current build script can support DHCP,NiceHash and bitcoind.

Get the build script

  cd ~
  wget https://raw.githubusercontent.com/Canaan-Creative/Avalon-extras/master/scripts/build-avalon-image.sh
  chmod +x build-avalon-image.sh

Build the custom firmware with the FEATURE setting(Support NiceHash, DHCP, bitcoind now)

Take NiceHash for example

For Raspberry Pi 3 Model B

  FEATURE=NiceHash AVA_MACHINE=avalon7 AVA_TARGET_BOARD=rpi3-modelb ./build-avalon-image.sh --build

For Raspberry Pi 2 Model B

  FEATURE=NiceHash AVA_MACHINE=avalon7 AVA_TARGET_BOARD=rpi2-modelb ./build-avalon-image.sh --build

For Raspberry Pi 1 Model B

  FEATURE=NiceHash AVA_MACHINE=avalon7 AVA_TARGET_BOARD=rpi1-modelb ./build-avalon-image.sh --build

When build finish without failure, you can find the firmware under avalon/bin

You can also download the release here.