Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Rapid BeagleBoard Prototyping with MATLAB and Simulink

You're reading from  Rapid BeagleBoard Prototyping with MATLAB and Simulink

Product type Book
Published in Oct 2013
Publisher Packt
ISBN-13 9781849696043
Pages 152 pages
Edition 1st Edition
Languages

Table of Contents (15) Chapters

Rapid BeagleBoard Prototyping with MATLAB and Simulink
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Introducing BeagleBoard 2. Installing Linux on the BeagleBoard 3. C/C++ Development with Eclipse on Windows 4. Automatic Code Generation 5. Digital I/O and Serial Communication 6. Voice Recognition 7. Digital Video-Based Motion Detection Wrapping Up Index

Windows-based cross-compiler


Now we have the hardware for our rapid prototyping, we will need to develop software to make use of the capabilities of the hardware. Since compiling on a desktop PC is much faster than compiling on an embedded system, as a common approach in practice, we are editing, compiling, and building code on a Windows host PC to get ARM-compatible programs that will be running on the Linux BeagleBoard. The distinguishing feature of this approach is the cross-platform development: the executable program is built on an x86-Windows platform, but runs on a different ARM-Linux embedded system. In order to do this, you need a cross-platform toolchain with a cross-compiler for your BeagleBoard.

Note

A cross-compiler is able to create an executable program for a platform other than the one on which the compiler is running. In our scenario, the compiler runs on a Windows machine (usually with an x86 processor), but its outputs are executables for an ARM processor. A toolchain is...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}