- Programming the BeagleBone
- Yogesh Chavan
- 147字
- 2021-07-23 14:36:46
Summary
This chapter covered all the prerequisites to get programming IDE access on BeagleBone with the latest software. In this chapter we learned about different boards available in the BeagleBone series and their hardware differences. Then we learned how to install the latest Debian image on BeagleBone and various ways to connect to BeagleBone with troubleshooting steps. Once connected, we can visit the bone101 HTML page, which has lots of information about BeagleBone. It also provides help pages for JavaScript and BoneScript functions. Then we started using Cloud9 IDE. It is a web-based IDE that runs on port number 3000
on BeagleBone. In the end, we created our first JavaScript program that prints Hello World
.
Now, we are ready with IDE and we know how to compile and run a program on BeagleBone. In the next chapters, we will write programs that interact with the physical environment.
- Java程序設計與開發
- JavaScript高效圖形編程
- PHP基礎案例教程
- Vue.js入門與商城開發實戰
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Learn Programming in Python with Cody Jackson
- 機械工程師Python編程:入門、實戰與進階
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Linux命令行與shell腳本編程大全(第4版)
- Spring Boot Cookbook
- Visualforce Developer’s guide
- CRYENGINE Game Development Blueprints
- R語言:邁向大數據之路(加強版)
- PHP與MySQL權威指南
- Go語言從入門到精通