Skip to content

Instantly share code, notes, and snippets.

@vanities
Created March 28, 2018 00:10

Revisions

  1. vanities created this gist Mar 28, 2018.
    24 changes: 24 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    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