Skip to content

Instantly share code, notes, and snippets.

@vanities
Created March 28, 2018 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanities/772b334d36867b41b5fae840b3da9940 to your computer and use it in GitHub Desktop.
Save vanities/772b334d36867b41b5fae840b3da9940 to your computer and use it in GitHub Desktop.
Ethos Polaris Bios Mod
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