-
Notifications
You must be signed in to change notification settings - Fork 10
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.
cd ~ wget https://raw.githubusercontent.com/Canaan-Creative/Avalon-extras/master/scripts/build-avalon-image.sh chmod +x build-avalon-image.sh
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.