Skip to Content
Hands-On Robotics Programming with C++
book

Hands-On Robotics Programming with C++

by Dinesh Tavasalkar
March 2019
Intermediate to advanced
312 pages
7h 37m
English
Packt Publishing
Content preview from Hands-On Robotics Programming with C++

Updating your RPi

Updating your RPi involves a few simple steps:

  1. Open a Terminal window and enter the following command:
sudo apt-get update 
  1. Upgrade the RPi by entering the following command:
sudo apt-get upgrade -y
  1. Reboot the RPi:
sudo shutdown -r now

Once your RPi restarts, open the Terminal window again.

While running certain commands in the Terminal window, you may get a prompt that asks you whether you want to continue. In the commands for this process, we have already added the -y command (at the end of the line), which will automatically apply the yes command to the prompts.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn Robotics Programming

Learn Robotics Programming

Danny Staple
C++ Reactive Programming

C++ Reactive Programming

Praseed Pai, Peter Abraham

Publisher Resources

ISBN: 9781789139006Supplemental Content