Private
Public Access
11
1

Update Setup Computer IOC Server

2023-08-09 22:09:23 +02:00
parent f68658779f
commit 64dffbc6a6

@@ -94,7 +94,7 @@ sudo cp /home/control/work/stxm/IOCServer/ /etc/dnsmasq.d/dnsmasq.conf
```
- setup ethercat
`
```
mkdir ~/Basesystem
cd ~/Basesystem
git clone https://gitlab.com/etherlab.org/ethercat.git
@@ -106,4 +106,4 @@ make all modules
sudo make modules_install install
sudo depmod -a
`
```