Keysight U3810 Series Getting Started Guide
116
Appendix F – Cloning a repository from GitHub to Install MRAA
In this section how to update and install Debian packages needed for MRAA installation. Then cloning
an existing repository from GitHub to a local directory. Repeat all steps to Connect to WLAN if the
system is not connected to the internet through Wi-Fi.
1
Enter the following line to download the required packages for the system.
sudo apt-get install build-essential python-dev cmake automake libpcre3
libpcre3-dev byacc flex swig3.0
2
Execute the following command to clone the entire mraa GitHub repository into the U3810A
system.
git clone https://github.com/eclipse/mraa.git
debian@beaglebone:~$ git clone https://github.com/eclipse/mraa.git
Cloning into 'mraa'...
remote: Counting objects: 11859, done.
remote: Compressing objects: 100% (54/54), done.
remote: Total 11859 (delta 50), reused 73 (delta 41), pack-reused 11757
Receiving objects: 100% (11859/11859), 3.25 MiB | 589.00 KiB/s, done.
Resolving deltas: 100% (8306/8306), done.
debian@beaglebone:~$
3
Execute the following command to check whether a mraa repository has been successfully
downloaded.
cd mraa
ls
debian@beaglebone:~$ cd mraa
debian@beaglebone:~/mraa$ ls
api docker-compose.yaml DoxygenLayout.xml jsstub tools
cmake docs doxyport README.md
CMakeLists.txt Doxyfile.in examples scripts
CONTRIBUTING.md Doxyfile.java.in imraa src
COPYING doxygen2jsdoc include tests
debian@beaglebone:~/mraa$
4
Once the packages are loaded, create a build area and descent into it.
debian@beaglebone:~$
cd mraa
debian@beaglebone:~/mraa$
mkdir build
debian@beaglebone:~/mraa$
cd build
Summary of Contents for U3810A
Page 1: ...Keysight U3810A Advanced IoT Teaching Solution Getting Started Guide ...
Page 78: ...Keysight U3810 Series Getting Started Guide 78 IMU Characteristics from the LSM9DS1 datasheet ...
Page 131: ...Keysight U3810 Series Getting Started Guide 131 ...
Page 132: ...Keysight U3810 Series Getting Started Guide 132 Disassembly ...