Created
March 28, 2018 00:10
-
-
Save vanities/772b334d36867b41b5fae840b3da9940 to your computer and use it in GitHub Desktop.
Ethos Polaris Bios Mod
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Click bottom left icon and click LXTerminal | |
Enter commands: | |
Clones the repository | |
# mkdir git && git clone https://github.com/jaschaknack/PolarisBiosEditor && cd PolarisBiosEditor | |
Refreshes the sources list, so that when you download packages, you get the correct ips from the mirrors | |
# sudo apt-get-ubuntu update | |
Installs the dependencies for Polaris Bios Editor | |
# sudo apt-get-ubuntu install mono-mcs mono-complete | |
# compile and build polaris bios editor from mono | |
./buildsh | |
# run the application | |
./run | |
Backs up your bios in case bad straps are flashed! | |
# sudo atiflash -s <adaptor number> backupbios.rom | |
Flashes the new bios with the new timing straps | |
# sudo atiflash -f -p <adaptor number> moddedbios.rom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment