![ASIX AXM57104 Скачать руководство пользователя страница 45](http://html1.mh-extra.com/html/asix/axm57104/axm57104_user-manual_2982937045.webp)
45
Copyright (C) 2020 Reserved by ASIX Electronics Corporation, All Rights Reserved.
AXM57104
TSN Ethernet Switch PCIe Card User Guide
Reference Design User Guide
Figure 8 - 14
8-3-2 Netopeer2 toolset
Netopeer2 is a set of tools implementing network configuration tools based on the NETCONF Protocol. This is
the second generation of the toolset, originally available as the Netopeer project. Netopeer2 is based on the
new generation of the NETCONF and YANG libraries - libyang and libnetconf2. The Netopeer2 server uses
sysrepo as a NETCONF datastore implementation. To build the Netpeer2, please following below step to
install:
First, install kerstore:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/netopeer2-0.7-
r1/keystored
~#: mkdir build && cd build
~#: cmake ..
~#: make
~#: sudo ldconfig
~#: sudo make install
~#: cd ../script
~#: ./ssh-key-import.sh (you may need run it as root permission)
~#: ./model-install.sh (you may need run it as root permission)
(should not show any error message)
Figure 8 - 15
then install server:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/netopeer2-0.7-r1/server
~#: mkdir build && cd build
~#: cmake ..
~#: make
~#: sudo make install
~#: ./model-install.sh (you may need run it as root permission)