Post
Topic
Board Hardware
Re: Open Source Avalon Gen2 55nm Board
by
HerrHeimlich
on 27/01/2014, 19:38:44 UTC
I have the idea that my PicKit3 is not working correctly. So I ordered a new one. Until it arrvives and I can flash the firmware for 25 GHs I will try to make the boards run as they at moment are.

I'm using minepeon succesfully for my Jalapenos and I want to use it (another Raspy with Minepeon) for my boards.
What have i done?
- installed the board incl. headsink and fan
- download cgminer from github

cd cgminer-klondike
chmod +x ./autogen.sh
./autogen.sh
./configure --enable-klondike
make

- added in the miner.conf following line: "klondike-options": "1300:50",

- startet cgminer
- startet the board
- cgminer detects the board
- cgminer gives errormessage: Klondike (1:8 ) detect read failed (0:-7)
- board is running with 17 GHs
- cgminer gives errormessage: KLN0:0 went idle before work was sent

What must I do to make this board mining under cgminer? Please help me