Keysight U3810 Series Getting Started Guide
122
11
Execute the following commands 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$
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
12
Create the files for compilation by typing
cmake -D CMAKE_INSTALL_PREFIX=/usr .. ..
debian@beaglebone:~/mraa/build$ cmake -D CMAKE_INSTALL_PREFIX=/usr ..
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
. . .
-- Configuring done
-- Generating done
-- Build files have been written to: /home/debian/mraa/build
debian@beaglebone:~/mraa/build$
If there are no errors, it is ready for the next step which is to compile the files. There may be some
warning messages during the compile, ignore them.
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 ...