Avalon mm tools: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
mm | == What does the Avalon mm tools do == | ||
Avalon mm tools is a program to upgrade Avalon4 mm firmware through [https://en.bitcoin.it/wiki/Avalon4#AUC AUC]. | |||
== What Avalon4 firmware are supported by Avalon mm tools == | |||
Support mm versions(MM-4.0: >= '''401412-7ef4ab10''', MM-4.1: '''Any one''') | Support mm versions(MM-4.0: >= '''401412-7ef4ab10''', MM-4.1: '''Any one''') | ||
Latest firmware link: [http://downloads.canaan-creative.com/software/avalon4/mm/latest/mm.mcs For MM-4.0] [http://downloads.canaan-creative.com/software/avalon4/mm41/latest/mm.mcs For MM-4.1] | |||
== | == How to upgrade Avalon4 mm firmware through Raspberry Pi(Model B) or TL-WR703N == | ||
Use the latest avalon firmware for Raspberry Pi(Model B):[http://downloads.canaan-creative.com/software/avalon4/openwrt/latest/openwrt-brcm2708-sdcard-vfat-ext4.img openwrt-brcm2708-sdcard-vfat-ext4.img], for TL-WR703N:[http://downloads.canaan-creative.com/software/avalon4/openwrt/latest/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin] | |||
Keep AUC connect the same as mining before upgrade. | |||
Keep AUC connect the same as mining before upgrade | |||
Login the controller(Default IP: 192.168.0.100) , Then you can upgrade mm firmware through the page: Status->MM Upgrade | |||
== How to compile and run Avalon mm tools from source code (Under Debian GNU/Linux 7.4) == | |||
'''For example, Upgrade Avalon4 MM-4.0''' | |||
1. Install dependency | 1. Install dependency | ||
sudo su | sudo su | ||
apt-get install build-essential autoconf automake libtool pkg-config libudev-dev | apt-get install build-essential autoconf automake libtool pkg-config libudev-dev | ||
2. Clone & Compile & Run | 2. Clone & Compile & Run | ||
git clone https://github.com/Canaan-Creative/Avalon-extras.git | git clone https://github.com/Canaan-Creative/Avalon-extras.git | ||
Line 19: | Line 26: | ||
sudo su | sudo su | ||
wget http://downloads.canaan-creative.com/software/avalon4/mm/latest/mm.mcs -O ./mm.mcs && ./mm_tools | wget http://downloads.canaan-creative.com/software/avalon4/mm/latest/mm.mcs -O ./mm.mcs && ./mm_tools | ||
Revision as of 06:44, 2 April 2015
What does the Avalon mm tools do
Avalon mm tools is a program to upgrade Avalon4 mm firmware through AUC.
What Avalon4 firmware are supported by Avalon mm tools
Support mm versions(MM-4.0: >= 401412-7ef4ab10, MM-4.1: Any one)
Latest firmware link: For MM-4.0 For MM-4.1
How to upgrade Avalon4 mm firmware through Raspberry Pi(Model B) or TL-WR703N
Use the latest avalon firmware for Raspberry Pi(Model B):openwrt-brcm2708-sdcard-vfat-ext4.img, for TL-WR703N:openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin
Keep AUC connect the same as mining before upgrade
Login the controller(Default IP: 192.168.0.100) , Then you can upgrade mm firmware through the page: Status->MM Upgrade
How to compile and run Avalon mm tools from source code (Under Debian GNU/Linux 7.4)
For example, Upgrade Avalon4 MM-4.0
1. Install dependency sudo su apt-get install build-essential autoconf automake libtool pkg-config libudev-dev 2. Clone & Compile & Run git clone https://github.com/Canaan-Creative/Avalon-extras.git cd ./Avalon-extras/mm-tools && ./autogen.sh && ./configure && make sudo su wget http://downloads.canaan-creative.com/software/avalon4/mm/latest/mm.mcs -O ./mm.mcs && ./mm_tools