Pages:
Author

Topic: [Work in progess] Burnins Avalon Chip to mining board service - page 20. (Read 624200 times)

full member
Activity: 225
Merit: 100
Cannot help you on Windose, but for the RPi try this:

Code:
./autogen.sh --enable-avalon
make
sudo make install-strip
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo shutdown -r now

After reboot test your install with
Code:
cgminer -n
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
In your post 2 above, you typed .enable-avalon ... it should have been --enable-avalon ...
hero member
Activity: 525
Merit: 500
..yeah
Okay, I gave up on Raspberry for now, trying to get it run on windows. This is a nightmare..

Edit: Oh boy, I got the driver and cgminer recognizes the bitburner now. It's just it does not start hashing. What am I doing wrong?
Edit2: got them working at stock speed.

When I use --avalon-options 115200:6:10:35:360 --bitburner-voltage 1270 --avalon-temp 60 it is slower (around 26gh instead of 28-29). Am i doing it wrong?

btw, we should not update the firmware, right?
hero member
Activity: 525
Merit: 500
..yeah
Quote
Quote
pi@raspberrypi ~/cgminer $ ./autogen.sh .enable-avalon
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: not found
what am i doing wrong?

Did you install all the dependencies to build cgminer? Looks like at least autoreconf is missing which is part of the autoconf package.


update:

I managed to get it done. apt-get upadte again (3 new upadtes) and installed all this:

Code:
sudo apt-get install autoconf
sudo apt-get install automake
sudo apt-get install libtool
sudo apt-get install pkg-config
sudo apt-get install libcurl4-gnutls-dev
sudo apt-get install libjansson-dev
sudo apt-get install libusb-1.0-0
sudo apt-get install libusb-1.0-0-dev

now that I run

Quote
pi@raspberrypi /home/cgminer2 $ sudo ./autogen.sh .enable-avalon
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Configuring...
configure: WARNING: you should use --build, --host, --target
checking build system type... Invalid configuration `.enable-avalon': machine `.enable' not recognized
configure: error: /bin/bash ./config.sub .enable-avalon failed

hero member
Activity: 525
Merit: 500
..yeah
If you didn't get a git copy (just an archive copy) you don't use autogen.sh
./configure --enable-avalon
make clean
make

If you did get a git copy then your instructions probably missed something needed by autogen.sh

thanks for the help kano! I installed raspbian via noobs. then

sudo apt-get update
sudo apt-get install autoconf libusb-1.0-0-dev libncurses5-dev libcurl4-openssl-dev screen
sudo git clone https://github.com/ckolivas/cgminer.git cgminer
cd cgminer
./autogen.sh –enable-avalon

I just tried
./configure --enable-avalon

Code:
pi@raspberrypi /home/cgminer2 $ sudo ./configure --enable-avalon
sudo: ./configure: command not found

I'm pretty much a linux noob :/
full member
Activity: 225
Merit: 100
Quote
Quote
pi@raspberrypi ~/cgminer $ ./autogen.sh .enable-avalon
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: not found
what am i doing wrong?

Did you install all the dependencies to build cgminer? Looks like at least autoreconf is missing which is part of the autoconf package.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
If you didn't get a git copy (just an archive copy) you don't use autogen.sh
./configure --enable-avalon
make clean
make

If you did get a git copy then your instructions probably missed something needed by autogen.sh
hero member
Activity: 525
Merit: 500
..yeah
Quote
./autogen.sh –enable-avalon

make

this doesnt work, i isntalled raspberry via noobs new.
Quote
pi@raspberrypi ~/cgminer $ ./autogen.sh .enable-avalon
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: not found
what am i doing wrong?
full member
Activity: 225
Merit: 100
There are no jumpers in the package, is that correct? Now how can I ghetto-style that..

Didn't get any jumpers either; took them from an old, unused mainboard.
hero member
Activity: 525
Merit: 500
..yeah
received them today Smiley

There are no jumpers in the package, is that correct? Now how can I ghetto-style that..

got that jumpers.

Now the pi says:

pi@raspberrypi ~/cgminer $ ./autogen.sh .enable-avalon
configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: not found
sr. member
Activity: 448
Merit: 250
Any chance anyone happens to know a part number for that fuse?
1206SFH100F/24-2
That was one thing that always bugged me about bkkcoin's design: NO FUSE.

Does anyone have an idea where to get this part from in germany asap?

the closest matching part I found was a 1206SFH100F/24, without -2

That's the one, any 1206 10 Amp fuse will do.

thanks, burnin!
sr. member
Activity: 390
Merit: 250
burnin, did you also process the refunds that were originally paid by wire transfer or only paypal orders?
best,
grinny
sr. member
Activity: 243
Merit: 250
ALTCOM Ab9upXvD7ChnJxDRZgMmwNNEf1ftCGWrsE
Any chance anyone happens to know a part number for that fuse?
1206SFH100F/24-2
That was one thing that always bugged me about bkkcoin's design: NO FUSE.

Does anyone have an idea where to get this part from in germany asap?

the closest matching part I found was a 1206SFH100F/24, without -2

That's the one, any 1206 10 Amp fuse will do.
sr. member
Activity: 448
Merit: 250
Any chance anyone happens to know a part number for that fuse?
1206SFH100F/24-2
That was one thing that always bugged me about bkkcoin's design: NO FUSE.

Does anyone have an idea where to get this part from in germany asap?

the closest matching part I found was a 1206SFH100F/24, without -2
full member
Activity: 225
Merit: 100
Got my Biturners XX on Friday noon (with chips from SebstianJu's batch) and played around with the settings since then.
Running them now stable at 372 MHz (7.69 GHash/s per unit) with less than 0.05% HW errors. Great piece of work, burnin!

Why not at 450MHz? With voltage 1334mV and target temp of 30°C its possible...

Pretty simple - I didn't read the specs close enough, so my power supply is not suited for anything > 65 Watts per XX.  Roll Eyes
sr. member
Activity: 448
Merit: 250
Got my Biturners XX on Friday noon (with chips from SebstianJu's batch) and played around with the settings since then.
Running them now stable at 372 MHz (7.69 GHash/s per unit) with less than 0.05% HW errors. Great piece of work, burnin!

Why not at 450MHz? With voltage 1334mV and target temp of 30°C its possible...

for me it isn't. i tried with above params and d=28.44, cgminer won't start up anymore.
I see, I probably have to update my cgminer.
legendary
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
Got my Biturners XX on Friday noon (with chips from SebstianJu's batch) and played around with the settings since then.
Running them now stable at 372 MHz (7.69 GHash/s per unit) with less than 0.05% HW errors. Great piece of work, burnin!

Why not at 450MHz? With voltage 1334mV and target temp of 30°C its possible...
full member
Activity: 225
Merit: 100
Got my Biturners XX on Friday noon (with chips from SebstianJu's batch) and played around with the settings since then.
Running them now stable at 372 MHz (7.69 GHash/s per unit) with less than 0.05% HW errors. Great piece of work, burnin!
newbie
Activity: 21
Merit: 0
No tracking yet for (zefir chips) order 5xx. Sad

I also didn't get tracking number for order #46X and my chips are from Zefirs batch 3. :/
hero member
Activity: 525
Merit: 500
..yeah
Update: I just got tracking numbers for my zefir order.
whats your order number?
#36x

Wow, my order number is 37x with chips from Zefir, received no tracking number also. And i idiot paid for EXPRESS shipping. Very nice.
I feel for you :/
I paid for express as well, but it's delivered with UPS.. no earlier than monday, even though the package arrived tonight at a centre 10km away. Damn.
Pages:
Jump to: