Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
etherlabmaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICS Control System Infrastructure
etherlabmaster
Commits
b8a08cc4
Commit
b8a08cc4
authored
18 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Updated INSTALL file.
parent
3756e0e7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+11
-20
11 additions, 20 deletions
INSTALL
with
11 additions
and
20 deletions
INSTALL
+
11
−
20
View file @
b8a08cc4
...
@@ -9,31 +9,22 @@ $Id$
...
@@ -9,31 +9,22 @@ $Id$
Building and installing
Building and installing
=======================
=======================
The
first two steps are only necessary, if the kernel sources to compil
e
The
building and installation procedure is described in section 2.1 in th
e
against are not those of the running kernel.
EtherCAT master documentation:
1) Create a copy of the configuration template:
documentation/ethercat-doc.pdf
$ cp ethercat.conf.tmpl ethercat.conf
-------------------------------------------------------------------------------
2) Adjust the variables in the configuration file to your needs.
3) Build the EtherCAT master and network device driver modules:
$ make
4) Install the the EtherCAT master (as root):
# make install
For the impatient:
This will create the following files and directories:
The procedure mainly consists of calling
- /etc/sysconfig/ethercat (configuration file)
- /etc/init.d/ethercat (startup script)
- /usr/sbin/rcethercat (link to startup script)
The modules will be placed in /lib/modules/<KERNEL>/ethercat
./configure
(where <KERNEL> is the Linux kernel version configured in ethercat.conf).
make
make install
5) Adjust the configuration file /etc/sysconfig/ethercat to your needs.
...and copying the init script and sysconfig files from $prefix/etc to the
appropriate locations and customizing the sysconfig file.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment