You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  • Where is firmware located?
    • EPIX Repo --> /firmware/targets/Epix10ka/images
    • Have to clone the repo first...
    • Check out branch that is "actively" being updated
      • Checking out branch
        $ cd IC_projects/epix
        # where I have my local git repo
        $ git checkout rogue_v5.14
        $ git branch
        # make sure you see that you're in branch rogue_v5.14
        $ git pull
        # make sure "Already up to date."

  • No labels