- Learning BeagleBone Python Programming
- Alexander Hiam
- 207字
- 2021-07-16 13:37:32
Board comparison
There are a number of low-cost single-board GNU/Linux computers on the market these days, so let's take a look at how the BeagleBone Black stacks up against a couple of its most popular competitors.
The BeagleBone Black offers great performance and far more hardware expansion capabilities at about the same cost as the Edison and Raspberry Pi 2 B. That combined with its active open source community makes it a great choice for a huge variety of projects.
Another important feature of the BeagleBone is the two built-in PRU (programmable real-time unit) microcontrollers. These are built right into the AM335x CPU and are on the ARM interconnect, so they can share memory with the ARM processor as well as provide direct access to the peripherals. This means high-speed, real-time tasks can be executed on the PRUs asynchronously without any interruption from the Linux kernel. With growing kernel driver support and documentation to compile and load firmware to PRUs, and for communicating with the code running on them from GNU/Linux user space, they really set the BeagleBone apart from much of its competition. The PRUs are outside the scope of this book, but there are plenty of tutorials and examples to be found on the Web.
- 機器學習系統:設計和實現
- C++反匯編與逆向分析技術揭秘(第2版)
- Couchbase Essentials
- Raspberry Pi Robotic Projects(Third Edition)
- Learning Ionic
- Java7程序設計入門經典
- Selenium WebDriver Practical Guide
- JavaScript前端開發基礎教程
- Kohana 3.0 Beginner's Guide
- Learning NHibernate 4
- Learning Redis
- Java EE應用開發及實訓
- FORTRAN程序設計權威指南
- Mastering Rust
- Learning IPython for Interactive Computing and Data Visualization(Second Edition)