Hier even een copy/paste (met paar kleine aanpassingen) uit dit topic: https://bitcointalksearch.org/topic/nanofury-nf1-not-working-on-raspbian-326417
First you need to install needed library
1. sudo aptitude update
2. sudo aptitude install libudev-dev libusb-1.0-0-dev libfox-1.6-dev autotools-dev autoconf automake libtool libncurses-dev yasm curl libcurl4-openssl-dev libjansson-dev pkg-config uthash-dev make pkg-config yasm
Second download HIDAPI from git
1. git clone git://github.com/signal11/hidapi.git hidapi
2. cd hidapi
3. ./bootstrap
4. ./configure --prefix=/usr
5. make
6. sudo make install
Third download bfgminer
1. git clone git://github.com/luke-jr/bfgminer.git bfgminer
2. cd bfgminer
4. ./autogen.sh
5. ./configure
If you get error: Could not find HASH_ITER –> install uthash-dev 1.9.2+: sudo aptitude install uthash-dev (run ./configure again afterwards)
6. make
Then change usb speed to usb 1 with text editor nano
1. sudo nano /boot/cmdline.txt
then add dwc_otg.speed=1 at the end of line
To run bfgminer just go to the directory
1. cd bfgminer
2. sudo ./bfgminer -o *pool* -u *user* -p *password* -S all --set-device NFY:osc6_bits=54
Het is vooral belangrijk om eerst HIDAPI te downloaden en daarna bfgminer. Ook het aanpassen van de usb speed is cruciaal.