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:
cd /home/minerstat/minerstat-os/bin
Manual Atiflash:
sudo ./atiflash %ARGS%
overwrite ALL gpu bios to same rom:
sudo ./atiflashall.bash bios.rom
Force overwrite ALL gpu bios to same rom:
sudo ./atiflashall.bash bios.rom -f
To dump all of gpu bios to folder:
sudo ./atidumpall.bash
In the days we will create some unique command for it to be easier.