Search content
Sort by

Showing 3 of 3 results by lardeg
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - BETA UPGRADE 2-7% performance boost
by
lardeg
on 21/06/2017, 10:18:30 UTC
if you just did the following, does it call the atiflash program?
root@simpleminer:/home/miner# > ~/utils/atiflash
nothing happens

see sample below:
sudo su
dmesg -c
/root/utils/atiflash -p -f 0 /home/miner/470_elpida_oc.rom
/root/utils/atiflash -p -f 1 /home/miner/470_elpida_oc.rom
sudo reboot
same here just nothing happens

btw I use PuTTY portable to connect
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - BETA UPGRADE 2-7% performance boost
by
lardeg
on 20/06/2017, 13:20:51 UTC
yes the atiflash dir is the utils dir
I transferred the custom roms by hosting the file somewhere, then navigating to your home dir and typing
> wget http://mysite.com/custom_bios.rom
then type in the miner home dir:
> ~/utils/atiflash -p 0 custom_bios.rom
Can't make it work  Sad
Log:
Code:
root@simpleminer:/home/miner# ls
config.json  G1625.rom
root@simpleminer:/home/miner# > ~/utils/atiflash -p 4 G1625.rom
-p: command not found
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - BETA UPGRADE 2-7% performance boost
by
lardeg
on 19/06/2017, 14:36:14 UTC
FLASHING TUTORIAL Tongue To flash its important to do following:
- ssh as user "miner" and execute: screen -x miner  .... and then press ctrl+c few times until whole screen exits.
- go to root writing sudo su
- execute command: dmesg -c - this will clear system log - this is where my syftoware watchdog is looking for some critical erros, if it finds them it execute reboot command.
- go to atiflash directory and
atiflash -p 0 custom_bios.rom
atiflash -p 1 custom_bios.rom
etc

By "atiflash directory" you mean "utils" directory?
How do i transfer my custom_bios.rom to utils folder?