Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 2.34 KB

INSTALL.md

File metadata and controls

51 lines (31 loc) · 2.34 KB

Installation

Mac OS X

Windows

Step 1: Get the firmware file that you want to modify

First you need to have an official firmware update file, here's how to get one.

Step 2: Get into the terminal

In this step we'll need to make sure python3 is installed since Python 3 is the programming language that op1REpacker uses.

First we'll need to open the terminal:

  • Open the Terminal App on your system (more info about Terminal here: https://macpaw.com/how-to/use-terminal-on-mac)
  • Next lets see if python3 is installed. In the terminal type the following command and press enter: python3 --version If the output looks something like Python 3.X.X then you have python3 and can continue to step #3. For example: Python 3.6.7

If you get an error from the command above (something like command not found: python3 you'll need to install Python 3 yourself. I would recommend checking out one of the following guides for installing it:

Feel free to send message on the OP-1 forum or create an issue in the op1repacker GitHub repository if you need more info about installing python3 on Mac OS.

Step 3: Running op1REpacker

Download the source code from this repository. Open a terminal window in the main folder for op1REpacker. The terminal should say username@MacBookPro op1REpacker % Run " Python3 main.py" to start op1REpacker Use the file browser to select your .op1 firware file, an SVG file or the folder of your unpacked firmware file.

Step 4: Create your custom firmware!

Now your folder should have the file op1_246-repacked.op1. Run the normal OP-1 firmware update by holding down COM on power on. This will take you to the OP-1 bootloader. Press 1 to upload your firmware, upload the repacked file you created get the mods installed on your OP-1. Enjoy!