![ASIX AXM57104 Скачать руководство пользователя страница 22](http://html1.mh-extra.com/html/asix/axm57104/axm57104_user-manual_2982937022.webp)
22
Copyright (C) 2020 Reserved by ASIX Electronics Corporation, All Rights Reserved.
AXM57104
TSN Ethernet Switch PCIe Card User Guide
Reference Design User Guide
After modify correct DSA network interface names, you can start to clean old objects, build code and install
the application.
# make clean
# make all
# make install
Restart the system, type the command in console. Confirm the
“
gPTP
” service is running.
# systemctl status gPTP
Figure 3 - 6
If the
“
gPTP
” service active failed, please restart the service by type below command:
# systemctl restart gPTP
3-9 AXM57104 RSTP
In the
“
./Application/AXM57104_RSTP
” folder, decompress the “
AXM57104_RSTP_vX.X.X.tar.bz2
” and
enter the package.
# tar -jxvf AXM57104_RSTP_vX.X.X.tar.bz2
# cd AXM57104_RSTP_vX.X.X
Note:
Where X.X.X = version, like 1.0.0 for example.
Before install the RSTP, you should install bridge utility in your system.
Type below command in console:
# sudo apt-get update
# sudo apt-get install bridge-utils
Now you can clean old objects, build code and install the application.
# make clean
# make all
# make install