Errata

Getting Started with Raspberry Pi

Errata for Getting Started with Raspberry Pi

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page 7
Desc of Figure 1-4

"... camera module is very afforable at $25 ..."
Should be affordable.

MrFabulous  Jan 26, 2016 
PDF Page 14
Top

Follow these steps to book up your Raspberry Pi for the first time:

Should be " ... to boot up ..."

MrFabulous  Jan 26, 2016 
Printed Page 17
paragraph 2

This text is supposed to explain how to get to the graphic user interface from Linux start-up in command line mode --

" ...you'll get the command line when you boot up, and you'll have to log in and start the graphical interface manually like this:"

BUT then the following 2 paragraphs explain just the opposite procedure -- how to get from the GUI to the terminal !

Anonymous  Jun 09, 2015 
PDF Page 24
Point 5

The word "the" is repeated twice in this sentence: The SDA pin is in between the the SCL pin and the 3.3 volt pin.

David Peach  Dec 28, 2015 
Printed Page 25
Table 2-1

Description of what "/" signifies (root) is blank -- this should be explained in a book for beginners.

Anonymous  Jun 09, 2015 
PDF, ePub Page 42
3rd paragraph in "Hello, Python" section

This paragraph suggests there might be a syntax error using "print()" with earlier versions of Python. It is true that this is a syntax error with older versions of Python, but it is not in recent versions of Python 2.7.x, which is the older version which comes with Raspian.

Thomas Weisbach  Feb 21, 2015 
PDF Page 51
Box at bottom

python /home/pi/foo.py&

Should there be a space between foo.py and the & ??

MrFabulous  Jan 26, 2016 
PDF, Mobi Page 65
Just after the heading "Playing Video"

The word "the" is repeated twice in this sentence: Pygame can also be used to play videos using the the pygame.movie module.

David Peach  Dec 28, 2015 
Printed Page 88
Note, bottom of page

Note errs in describing action of Serial.write() Arduino command when sending a single byte argument. It sends that byte (as binary) to the serial port; then whatever is receiving the serial output -- the Arduino IDE's serial monitor, terminal program on a PC, a Python program (or some other program) -- has to process that binary according to its own purpose. The serial monitor (like any standard terminal) will display the byte as the ascii character corresponding to the byte's value. Example: Serial.write(123) will print a L curly brace ({) on the serial monitor.

The last sentence of the Note (left incomplete) should be completed to say: "Use the Serial.print() command to send the (byte) number to the Python program (or the serial monitor/terminal, for that matter), as a character string corresponding to the byte value. Example: Serial.print(123) will print 123 in the serial monitor, or send the string "123" to the Python program."

Anonymous  Jun 09, 2015 
Printed Page 98
Figure 8-4

Figure 8-4 and the accompanying text describe how to connect an LED to Pi. Many other sites use this example as a first project for us beginners. However all the other sites insist a resistor is required to prevent Pi from burning out the LED.
e.gg.http://www.thirdeyevis.com/pi-page-2.php

I think the resistor is necessary, too. Am I wrong, or is there an omission in this otherwise ne book?

Mark Lieberman  May 23, 2017 
PDF Page 102
Top of page

You still need to be executing theses commands as root.

Theses should be these.

MrFabulous  Jan 26, 2016 
PDF Page 128
Middle

When you run this code as root, it will output out raw numbers

Redundant out after output ??

MrFabulous  Jan 26, 2016 
PDF, ePub Page 133
2nd paragraph

"a" is repeated twice in the sentence "And if not, a a USB webcam from a well-known brand can be purchased for as little as $25.".

Thomas Weisbach  Feb 28, 2015 
PDF Page 133
Middle

And if not, a a USB webcam from a well-known brand can

Redundant "a" in sentence.

MrFabulous  Jan 26, 2016 
PDF, ePub Page 138
In the "Capturing Video" section

The text should probably mention that omxplayer doesn't work with a headless setup.

Thomas Weisbach  Mar 02, 2015 
PDF Page 138
Near bottom

webcam section of eLinux.org’s page of peripherals that have been verfied

Should be verified.

MrFabulous  Jan 26, 2016 
Printed Page 140
3rd code block in "Capture a Video"

The code example has the following code:

$ raspivid 2>&1 less

But I believe there should be a pipe character before the "less", as in:

$ raspivid 2>&1 | less

Anonymous  Mar 12, 2015 
PDF Page 140
Point 2

The word "the" is repeated twice in this sentence: The next step is to add the the repository’s URL to your list of repositories.

David Peach  Dec 28, 2015