Linux (Ubuntu) Setup on ARM (C++)

<< Click to Display Table of Contents >>

Navigation:  Getting started with CVB tutorials > Setting up your system > C++, CMake and Qt >

Linux (Ubuntu) Setup on ARM (C++)

If you are using the supplied image for the ARM based Odroid system you will notice that all necessary installation steps have already been carried out for your convenience. If you are using the supplied Common Vision Blox setup package for the ARM architecture follow the steps as described above for Intel based Ubuntu operating systems to install CMake and CMake GUI.

If you are using the image for ARM based Odroid system your system will be configured properly. Nevertheless it makes sense to update your system to the latest software.

1Open a MATE Terminal you will find on the Desktop of the support user:
 
ARM1
 

2Update your installed components and their dependencies:
 
sudo apt-get update

sudo apt-get upgrade

 

3Please note that you have to build Qt yourself, except for maybe 18.04 images.

4All other steps are the same as on Linux, so you may follow the instruction of Linux (Ubuntu) Setup (C++).
 

Your system is ready to use CMake and Qt with Common Vision Blox.