Post
Topic
Board Hardware
Re: Klondike - 16 chip ASIC Open Source Board - Preliminary
by
sensei
on 02/10/2013, 02:26:42 UTC
I'm pretty sure I replaced C274 with a 220pF cap and I believe R45 & R46 have 383 ohm resistors.

I shipped those out at about the time we determined some working values. Does the green LED flicker once you start cgminer? It won't start submitting work until it gets it from cgminer. Firmware is installed and it should run at 350 MHz.

From your description, I don't think cgminer is working correctly. This is how I build for linux:

git clone https://github.com/kanoi/cgminer.git
cd cgminer
git checkout klondike
CFLAGS="-g -W -Wall" ./autogen.sh --enable-klondike
make

I don't have cgminer working for windows yet, it crashes. :-(