Keysight U3810 Series Getting Started Guide
121
Appendix H – U3810A Image Build from Scratch
1
Download the latest IoT image from
http://beagleboard.org/latest-images
. The LXQT image may
not have enough space to hold all the packages and software required.
2
Burn the image onto a SD card using Belena Etcher as described in
BeagleBone with Keysight U3810A Image
. In this case, use the downloaded image from the
BeagleBone.org site.
3
For a new BeagleBone, the eMMC needs to be initialized with newer firmware. Use the procedure
in
Uninitialized BeagleBone devices
4
This will boot from the SD card login as debian
5
Connect to the internet using Wi-Fi or bridge PC connection via RNDiS.
6
Turn off the tether mode. (Tether mode leaves a wide open access point. This should be disabled)
Edit /etc/default/bb-wl18xx Change TEATHER_ENABLED=no and USE_CONNMAN_TEATHER=no
# TETHER_ENABLED: Whether or not to run the /usr/bin/bb-wl18xx-tether
daemon; set to no to disable.
TETHER_ENABLED=no
# USE_CONNMAN_TETHER: Whether or not to just use connman tether inteface;
set to no to disable.
USE_CONNMAN_TETHER=no
7
Download the required packages for the system, enter the following line.
sudo apt-get install build-essential python-dev cmake automake libpcre3
libpcre3-dev byacc flex python-pip nmap paho-mqtt gspread oauth2client
bluepy debsums mosquitto mosquitto-clients libglib2.0
8
Install the required Python Packages required for the system.
sudo pip install paho-mqtt
gspread oauth2client bluepy
9
There is one NPM package that needs to be installed:
sudo npm install node-rest-client
.
10
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:~$
Содержание U3810A
Страница 1: ...Keysight U3810A Advanced IoT Teaching Solution Getting Started Guide ...
Страница 78: ...Keysight U3810 Series Getting Started Guide 78 IMU Characteristics from the LSM9DS1 datasheet ...
Страница 131: ...Keysight U3810 Series Getting Started Guide 131 ...
Страница 132: ...Keysight U3810 Series Getting Started Guide 132 Disassembly ...