- Programming the BeagleBone
- Yogesh Chavan
- 189字
- 2021-07-23 14:36:44
Chapter 1. Cloud9 IDE
BeagleBoard foundation has created a few low power ARM-based open hardware boards. The most successful board among them was BeagleBone Black. Actually, it is a series of boards that match physical size with the same processor and slightly different hardware. There are three variants in this series—BeagleBone White, BeagleBone Black and BeagleBone Green. This book is about programming boards in this BeagleBone series. We will see details about BeagleBone hardware as the first topic of this chapter. Then we will learn how to connect and set up BeagleBone for our work. All BeagleBones come with a programming interface called BoneScript. It is a faster and easier way to deal with components of BeagleBone. We are going to use BoneScript for programming in the first part of this book. At the end of this chapter, we will learn about IDE (Integrated Development Environment), which helps us to do programming in BoneScript—Cloud9.
Here are the topics that will be covered in this chapter:
- BeagleBone hardware
- Installing the Debian image on SD card
- Setting up BeagleBone
- bone101 page
- Cloud9
Hello World
program
- Google Flutter Mobile Development Quick Start Guide
- Hands-On Data Structures and Algorithms with JavaScript
- 看透JavaScript:原理、方法與實踐
- Internet of Things with the Arduino Yún
- Learn Swift by Building Applications
- Nginx Essentials
- ADI DSP應用技術集錦
- Node.js Design Patterns
- Learning OpenStack Networking(Neutron)(Second Edition)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- ExtJS Web應用程序開發指南第2版
- RubyMotion iOS Develoment Essentials
- 人工智能算法(卷1):基礎算法
- Python趣味編程與精彩實例