Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Where is firmware located?
    • EPIX Repo --> /firmware/targets/Epix10ka/images
    • Have to clone the repo first...
    • Check out branch that is "actively" being updated
      • Code Block
        titleChecking 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."
      • Image Added