dealerpriest You mean I should update the Bela code running on the BBB, right?
It's not clear to me how I'd go about doing a git pull. SSH in and run git pull from there? Then I guess I need it hooked up with ethernet?
no the scripts are run on your computer, so you need the git image on your computer.
(basically the scripts, via update script, can push a new image to bela when needed, as well as managing project compiles etc...).
your best bet, if you are using the command line on the computer etc, is git clone the bela repo on your computer....
the you can use git pull to bring in updates, and you can also push new images to the bela with update_board.
this 'split' usage of scripts on the computer and bela running, probably is something the docs could be a little clearer on... its obvious once your done it a couple of times, but initially its a little unclear, what runs on the bela and what on the host computer.