Post
Topic
Board Group buys
Re: [CLOSED] NanoFury NF1 USB stick - Group Buy + Product Assembly
by
vs3
on 06/12/2013, 07:06:50 UTC
I know a lot of people were asking about Raspberry Pi - I spotted this while browsing around:

Working fine here after hours of trying...  Grin At least I get ~2.3 GH/s out of the Nanofury.

I'm using bfgminer 3.8.0 (latest git version) and all you have to do (after compiling) is to enforce the USB 2.0 low speed mode to make the USB communication stable. Note: this will also limit the network speed of your Raspi!

The slowdown can be achieved by putting dwc_otg.speed=1 into /boot/cmdline.txt. Note: all statements need to be at one line.

See this page for more infomation: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=53832#sig411106 (the last section at the bottom.

Hopefully that helps!