User magro on reddit posted this script to install on Bamt 1.6
https://github.com/benmagro/Add-SGminer-X11Mod-Miner-To-BAMT/Installs and works fine except I'm not getting temperatures or fan speeds showing up in sgminer. Any ideas for a fix? Had the same problem when I tried to build myself.
BTW getting 6.0mhs from 2 x Sapphire Vapor X 280x, 335w at the wall. Using 280x config from OP, best I could get out of sgminer-sph was 4.4mhs, 36% increase, nice!
You need to copy the adl header files into the ADL_SDK folder before compiling to see tempuratures
Thanks. Got it working.
If anyone else is having the same problem -
I altered x11.sh script too look like this.
...
cd /opt/miners/sgminer-x11mod
cp /opt/miners/sgminer-4.1.0-sph/ADL_SDK/* /opt/miners/sgminer-x11mod/ADL_SDK/
make clean
...
Also edited the conf file made by the script rather than deleting and copying over another one.