mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 14:28:12 +00:00
BFL flash - include source in builds and more FPGA-README
This commit is contained in:
parent
6bf04bc969
commit
0c3e9e9b0e
17
FPGA-README
17
FPGA-README
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
This README contains extended details about FPGA mining with cgminer
|
This README contains extended details about FPGA mining with cgminer
|
||||||
|
|
||||||
|
|
||||||
Bitforce
|
Bitforce
|
||||||
|
|
||||||
--bfl-range Use nonce range on bitforce devices if supported
|
--bfl-range Use nonce range on bitforce devices if supported
|
||||||
@ -17,11 +18,23 @@ C source is included for a bitforce firmware flash utility on Linux only:
|
|||||||
bitforce-firmware-flash.c
|
bitforce-firmware-flash.c
|
||||||
Using this, you can change the bitstream firmware on bitforce singles.
|
Using this, you can change the bitstream firmware on bitforce singles.
|
||||||
It is untested with other devices. Use at your own risk!
|
It is untested with other devices. Use at your own risk!
|
||||||
|
|
||||||
To compile:
|
To compile:
|
||||||
make bitforce-firmware-flash
|
make bitforce-firmware-flash
|
||||||
To run, specify the BFL port and the flash file e.g.:
|
To flash your BFL, specify the BFL port and the flash file e.g.:
|
||||||
./bitforce-firmware-flash /dev/ttyUSB0 alphaminer_832.bfl
|
sudo ./bitforce-firmware-flash /dev/ttyUSB0 alphaminer_832.bfl
|
||||||
It takes a bit under 3 minutes to flash a BFL and shows a progress % counter
|
It takes a bit under 3 minutes to flash a BFL and shows a progress % counter
|
||||||
|
Once it completes, you may also need to wait about 15 seconds,
|
||||||
|
then power the BFL off and on again
|
||||||
|
|
||||||
|
If you get an error at the end of the BFL flash process stating:
|
||||||
|
"Error reading response from ZBX"
|
||||||
|
it may have worked successfully anyway.
|
||||||
|
Test mining on it to be sure if it worked or not.
|
||||||
|
|
||||||
|
You need to give cgminer about 10 minutes mining with the BFL to be sure of
|
||||||
|
the MH/s value reported with the changed firmware - and the MH/s reported
|
||||||
|
will be less than the firmware speed since you lose work on every block change.
|
||||||
|
|
||||||
|
|
||||||
Icarus
|
Icarus
|
||||||
|
@ -78,6 +78,7 @@ endif
|
|||||||
|
|
||||||
if HAS_BITFORCE
|
if HAS_BITFORCE
|
||||||
cgminer_SOURCES += driver-bitforce.c
|
cgminer_SOURCES += driver-bitforce.c
|
||||||
|
EXTRA_DIST += bitforce-firmware-flash.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAS_ICARUS
|
if HAS_ICARUS
|
||||||
|
Loading…
Reference in New Issue
Block a user