Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Exploring BeagleBone

You're reading from   Exploring BeagleBone Tools and Techniques for Building with Embedded Linux

Arrow left icon
Product type Paperback
Published in Mar 2019
Publisher Wiley
ISBN-13 9781119533160
Length 800 pages
Edition 2nd Edition
Arrow right icon
Author (1):
Arrow left icon
Derek Molloy Derek Molloy
Author Profile Icon Derek Molloy
Derek Molloy
Arrow right icon
View More author details
Toc

Conventions Used in This Book

This book is filled with source code examples and snippets that you can use to build your own applications. Code and commands are shown as follows:

This is what source code looks like.

When presenting work performed in a Linux terminal, it is often necessary to display both input and output in a single example. A bold type is used to distinguish the user input from the output. Here's an example:

debian@ebb:~$ ping www.exploringbeaglebone.com
PING lb1.reg365.net (195.7.226.20) 56(84) bytes of data.
64 bytes from lb1.reg365.net (195.7.226.20): icmp_req=1 ttl=55 time=25.6 ms
64 bytes from lb1.reg365.net (195.7.226.20): icmp_req=2 ttl=55 time=25.6 ms
 

The $ prompt indicates that a regular Linux user is executing a command, and a # prompt indicates that a Linux superuser is executing a command. The ellipsis symbol () is used whenever code or output not vital to understanding a topic has been cut. I've edited the output like this to...

You have been reading a chapter from
Exploring BeagleBone - Second Edition
Published in: Mar 2019
Publisher: Wiley
ISBN-13: 9781119533160
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 $19.99/month. Cancel anytime
Banner background image