15
DOC-USR-0264-05
____________________________________________________________________________________
Z3 Technology, LLC
♦
100 N. 8th St. STE 250
♦
Lincoln, NE 68508-1369 USA
♦
+1.402.323.0702
9.0
UNTARRING AND BUILDING THE SAMPLE CODE
Minimum System Requirements for Linux Build PC:
Operating Sytem: Ubuntu 18.04 or later, 64-bit
CPU: Intel i5 @ 2.3 GHz
RAM Memory: 8 GBytes
BEFORE you begin untarring the code, download the tools you need for compiling:
sudo apt-get install -y cmake automake libtool yodl libmnl-dev libmnl0 pkg-
config liblzo2-dev uuid-dev libpcre3-dev libarchive-zip-perl python
sudo dpkg-reconfigure dash
Then select "No" when it asks if "dash" should be the system shell (this will cause /bin/sh to be linked to
"bash" instead)
9.1
Making the Directory and untarring the RPS code
The software provided will allow you to re-create the pre-installed software of the FV2K-13A starting
from the included code.
On a PC running Linux, create a directory where the released materials are going to be located:
# mkdir /home/z3/fv2k-13a
Copy the released tar archive to that directory (note: the name may slightly vary).
# cp SW-A01-01026-03_20220303.tar.bz2 /home/z3/fv2k-13a
Untar the archive (name of tar file may slightly vary):
# tar -xvjf SW-A01-01026-03_20220303.tar.bz2
*Note
: Untarring may take up to 10 minutes.
Go into the directory just created and run the build script (directory name may slightly vary):
# cd z3-AMB-2022_04_06-20220406
9.2
Preparing the Linux Environment
The Linux build environment must Ubuntu 18.04 or Ubuntu 20.04.
9.3
How to Modify the Kernel Configuration
To configure the kernel: