Comment
Author: Admin | 2025-04-27
Power analyzer tool and set it with the cooling system you have. If there are no errors, you may at your own risk program the FPGA with the higher Mhz bitfile. Programming the FPGAOn linux you need to set udev rules for the UsbBlaster cable to work. Under arch these are under /etc/udev/rules.d/ add a file called 51-altera.rules. #####altera usb blasterBUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666", SYMLINK+="usbblaster"AlteraCopy the .sof file from the quartus output directory under your project directory to the scripts/program directory and execute /quartus_stp -t program.tcl, then select the device you want programmed and then the sof file you moved to the directory. Using urjtag(unconfirmed to work, lights blink though)$ sudo jtag> cable UsbBlaster> bsdl path /usr/share/urjtag/bsdl/EP4CE22F17C6_pre.bsd > detect> svf fpgaminer.svfMiningAlteraThe new mining and programming scripts find the connected devices now. Just edit the config.tcl to have your details. See AlsoMining PoolExternal LinksOpen-Source-FPGA-Bitcoin-Miner project on GitHubBitcoin Mining SoftwareReferences↑ Official Open Source FPGA Bitcoin Miner (Just Released!)
Add Comment