Before you get started with building your robotic projects, let's take a bit of time to either introduce or review how to program the BeagleBone Blue.
In this chapter, you will:
- Learn some of the basic Linux commands and get to know how to navigate around the filesystem on the BeagleBone Blue
- Learn how to create, edit, and save files on the BeagleBone Blue
- Learn how to create and run Python programs on the BeagleBone Blue
- Learn how the C programming language is both similar and different from Python so you can both create and edit C code files
Now that things are up and running, you'll want your BeagleBone Blue to start doing something. Almost always, this requires you to either create your own programs or edit someone else's programs. This chapter will provide a brief introduction to basic Linux commands and Python and C programming...