![ASIX AXM57104 Скачать руководство пользователя страница 18](http://html1.mh-extra.com/html/asix/axm57104/axm57104_user-manual_2982937018.webp)
18
Copyright (C) 2020 Reserved by ASIX Electronics Corporation, All Rights Reserved.
AXM57104
TSN Ethernet Switch PCIe Card User Guide
Reference Design User Guide
3-3 AXM57104 Service
Before building
“
AXM57104 Service
”, “
AXM5714 Config Reg
”, “
AXM57104 Qav Config
” and “
AXM57104
Qbv Config
”, the system should contains below additional libraries:
◼
Pthread
library
(installed by default Ubuntu)
◼
SystemD
library development files
(Ubuntu package:
libsystemd-dev
)
◼
SnmpD
library development files
(Ubuntu package:
libsnmp-dev
)
◼
ZMQ
library development files
(Ubuntu package:
libzmqpp-dev
)
Make sure your system already connect to Internet
, type below command in console:
# sudo apt-get update
# sudo apt-get install libsystemd-dev
# sudo apt-get install libsnmp-dev
# sudo apt-get install libzmqpp-dev
In the
“
./Application/AXM57104_Service
” folder, decompress the “
AXM57104_Service_vX.X.X.tar.bz2
”,
enter the package, clean old objects, build code and install the application.
Note:
Where X.X.X = version, like 1.0.0 for example.
# cd Application
# tar -jxvf AXM57104_Service_vX.X.X.tar.bz2
# cd AXM57104_Service_vX.X.X
# make clean
# make all
# make install
Restart the system, type the command in console. Confirm the
“
axm57104_service
” is running.
# systemctl status axm57104_service
Figure 3 - 3