luke-jr / bfgminer

Modular ASIC/FPGA miner written in C, featuring overclocking, monitoring, fan speed control and remote interface capabilities.
http://luke.dashjr.org/programs/bitcoin/files/bfgminer/
Other
1.83k stars 809 forks source link

Openwrt Support for MVEBU Platform #729

Open Grntrenchman opened 6 years ago

Grntrenchman commented 6 years ago

As per instructions, raising a issue for a unsupported platform.

I run a Linksys WRT1900AC, with a Marvell SOC. Let me know if there is any information I can provide to help. I have block buster asics, and have installed the correct driver. The asics show in /dev/ as ttyUSB.

luke-jr commented 6 years ago

What version of Openwrt are you using?

Grntrenchman commented 6 years ago

Chaos calmer, 15.05.1 r48532

On Nov 19, 2017 6:12 AM, "Luke Dashjr" notifications@github.com wrote:

What version of Openwrt are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/luke-jr/bfgminer/issues/729#issuecomment-345519761, or mute the thread https://github.com/notifications/unsubscribe-auth/Ab1-YFPklzFODIF138am_JzXbNpHK1C-ks5s4DdjgaJpZM4QjUDh .

luke-jr commented 6 years ago

Please try the new packages and confirm it works for you.

Grntrenchman commented 6 years ago

It works! Installed and running behind screen. At first I couldn't install it due to a lack of signature file, but otherwise runs fine.

opkg denied the entry once it 404'd on Packages.sig I disabled the signature check temporairly to install, but you can generate files yourself https://forum.openwrt.org/viewtopic.php?pid=297427#p297427:

In order to get the verification work for self-made packages, following below steps to generate key files and sig file:

Generate a private and public key files: usign -G -s mime.key -p mime.pub Add mime.pub file into opkg’s keys: opkg-key add mime.pub Using private key file to generate signature file for Packages usign -S -m Packages -s mime.key -x Packages.sig Put Packages and Packages.sig into the repository packages folder Run opkg update to versify whether it accepts your feed

On Wed, Nov 22, 2017 at 7:33 AM, Luke Dashjr notifications@github.com wrote:

Please try the new packages and confirm it works for you.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/luke-jr/bfgminer/issues/729#issuecomment-346385514, or mute the thread https://github.com/notifications/unsubscribe-auth/Ab1-YG_FgECPzskG9cSDe7cvAKHfl-Sqks5s5D6-gaJpZM4QjUDh .