Introduction
Currently writing and runnning code on the BeagleBone involves one of two different methods:
- Writing code locally and using rsync to bring it over (good but occasionally tedious without aliases and scritps)
- Writing code directly on Bone (bad)
- Writing code locally, pushing it to github, and pulling it on the BBB (very bad!)
Requirements
A reasonably robust way to set up the BeagleBone without getting internet access on it.