Post
Topic
Board Mining (Altcoins)
Re: Ⓜ️ minerstat - mining monitor and management (mining OS, Windows, ASIC)
by
coinscrow
on 20/08/2018, 11:10:39 UTC
could you please add the ability to download bios and also flash it the way hiveOS allows it?

Hi,

I don't know how another distro handles flashing, but we have a solution for that.

First enter directory:
Code:
cd /home/minerstat/minerstat-os/bin

Manual Atiflash:
Code:
sudo ./atiflash %ARGS%

overwrite ALL gpu bios to same rom:
Code:
sudo ./atiflashall.bash bios.rom

Force overwrite ALL gpu bios to same rom:
Code:
sudo ./atiflashall.bash bios.rom -f

To dump all of gpu bios to folder:
Code:
sudo ./atidumpall.bash

In the days we will create some unique command for it to be easier.