Basic Information
LED
Power on: White
Hashing: Blue
Idle: Yellow blinking
Error(Software, Power, Temperature): Red blinking
Manually turn on LED: While blinking
Dim
354*130*150
4.2KG
Firmware
RPi Firmware
Daily Building
- First version of Avalon6 firmware
MM Firmware
Daily Building
- Version 601509-a2613610
- First MM firmware for Avalon6.0 S
- Support 2 miners
- Detect asic counts when start
- Support target filter
- NOTICE: Only for testing
- Version 601509-9dd0f8a0
- Fix upgrade failed
Software Development
CGMiner Under Ubuntu 14.04
#Inside your home directory, download Cgminer
git clone https://github.com/Canaan-Creative/cgminer
cd cgminer
git checkout origin/avalon4 -b avalon4
./autogen.sh --enable-avalon4
make -j 4
# Run
sudo ./cgminer --avalon4-freq 200 --avalon4-voltage 7125 -o http://stratum.pool:3333 -u work -p pass
or
sudo ./cgminer --avalon4-freq 200 --avalon4-voltage 7125 -o http://stratum.pool:3333 -u work -p pass --api-allow W:192.168.2,W:192.168.2.1 --api-listen $@ 2>./log
MM
* Avalon6 TB2 ===
$ make -C firmware PLATFORM=MM60_TB2
* Avalon6.0 S ===
$ make -C firmware
TODO
OpenWrt
- Support Raspberry Pi 2B
- Update with the master branch
- Support Avalon6 in LuCI (Advanced version)
- Keep more coding on LuCI (Avalon theme)
CGMiner
- Add auto speed option
- Merge the Avalon6 code to CK's master
MM
- New board Avalon 6.2 support
- POST
- Temperature support
- LPC11U14 program/update
- Change stratum code to libstratum.a
- Support diff = 1
Known Issues
- MM Firmware upgrade failed