- 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.
- 精通Nginx(第2版)
- Visual Basic 6.0程序設(shè)計(jì)計(jì)算機(jī)組裝與維修
- 假如C語言是我發(fā)明的:講給孩子聽的大師編程課
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- D3.js By Example
- 響應(yīng)式架構(gòu):消息模式Actor實(shí)現(xiàn)與Scala、Akka應(yīng)用集成
- 小程序,巧應(yīng)用:微信小程序開發(fā)實(shí)戰(zhàn)(第2版)
- 深入淺出Go語言編程
- 數(shù)字媒體技術(shù)概論
- Apache Solr for Indexing Data
- C/C++代碼調(diào)試的藝術(shù)
- 用Go語言自制編譯器
- HTML5 and CSS3:Building Responsive Websites
- Roslyn Cookbook