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
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Banana Pro Blueprints

You're reading from   Banana Pro Blueprints Leverage the capability of Banana Pi with exciting real-world projects

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher Packt
ISBN-13 9781783552382
Length 366 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Ruediger Follmann Ruediger Follmann
Author Profile Icon Ruediger Follmann
Ruediger Follmann
Tony Zhang Tony Zhang
Author Profile Icon Tony Zhang
Tony Zhang
Arrow right icon
View More author details
Toc

Configuring software on Banana Pro


We will configure software under the Lubuntu operating system; you can download it from http://www.lemaker.org/product-bananapro-resource.html.

Installing dependencies

Firstly, we need to make sure that all the software on Banana Pro is of the latest version. The following command will update all the software:

sudo apt-get update

The output of the preceding command should be similar to what is shown in this screenshot:

Then, we can install all the packages we need, as follows:

sudo apt-get install git libudev-dev build-essential qt4-dev-tools

Installing the GrblController software

The GrblController is a G code sender and monitoring and homing tool for GRBL for Mac, Windows, and Linux systems, which is written using the Qt Desktop Framework in C++. We can probably also use linuxCNC to replace GrblController, but here we will use GrblController as the reference.

Firstly, we need to create a new directory as the workspace into which we will download all the packages...

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 $19.99/month. Cancel anytime
Banner background image