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
Getting Started with Electronic Projects

You're reading from   Getting Started with Electronic Projects Build thrilling and intricate electronic projects using LM555, ZigBee, and BeagleBone

Arrow left icon
Product type Paperback
Published in Jan 2015
Publisher
ISBN-13 9781783554515
Length 176 pages
Edition 1st Edition
Arrow right icon
Toc

Table of Contents (10) Chapters Close

Part 2 – Installing the additional software and dependencies


Follow these steps to install the additional dependencies:

  1. Install TightVNC Server by entering the following commands:

    apt-get install tightvncserver 
    

    Enter vncserver to start the server. The first time you run VNC server, you will see the following:

    root@ubuntu-armhf:~# vncserver
    You will require a password to access your desktops.
    Password:
    Verify:
    
    Would you like to enter a view-only password (y/n)? n
    xauth:  file /root/.Xauthority does not exist
    New 'X' desktop is ubuntu-armhf:1
    Creating default startup script /root/.vnc/xstartup
    Starting applications specified in /root/.vnc/xstartup
    Log file is /root/.vnc/ubuntu-armhf:1.log 
    

    In future, you can just type vncserver in the terminal or add it to a startup script.

  2. Install the Emacs editor. This is optional:

    apt-get install emacs
    
  3. Install Build Essentials:

    apt-get install -y build-essential g++ curl libssl-dev apache2-utils git libxml2-dev
    

Installing the Device Tree Compiler

Build the...

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