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
029ff16b
Commit
029ff16b
authored
16 years ago
by
Florian Pose
Browse files
Options
Downloads
Patches
Plain Diff
Added depmod call to docs.
parent
d27a2c95
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL
+1
-0
1 addition, 0 deletions
INSTALL
documentation/ethercat_doc.tex
+8
-5
8 additions, 5 deletions
documentation/ethercat_doc.tex
with
9 additions
and
5 deletions
INSTALL
+
1
−
0
View file @
029ff16b
...
@@ -24,6 +24,7 @@ $ make modules
...
@@ -24,6 +24,7 @@ $ make modules
# make install
# make install
# make modules_install
# make modules_install
# depmod
...and linking the init script and copying the sysconfig file from $PREFIX/etc
...and linking the init script and copying the sysconfig file from $PREFIX/etc
to the appropriate locations and customizing the sysconfig file.
to the appropriate locations and customizing the sysconfig file.
...
...
This diff is collapsed.
Click to expand it.
documentation/ethercat_doc.tex
+
8
−
5
View file @
029ff16b
...
@@ -3102,14 +3102,17 @@ To view them, point your browser to \textit{doxygen-output/html/index.html}.
...
@@ -3102,14 +3102,17 @@ To view them, point your browser to \textit{doxygen-output/html/index.html}.
\section
{
Installation
}
\section
{
Installation
}
The below commands have to be entered as
\textit
{
root
}
: The first one
The below commands have to be entered as
\textit
{
root
}
: The first one will
will install the kernel modules to the kernel's modules directory. The
install the EtherCAT header, init script, sysconfig file and the user space
second one will install EtherCAT headers, the init script, the
tools to the prefix path. The second one will install the kernel modules to the
sysconfig file and the user space tools to the prefix path.
kernel's modules directory. The following
\lstinline
+
depmod
+
call is necessary
to include the kernel modules into the
\textit
{
modules.dep
}
file to make it
available to the
\lstinline
+
modprobe
+
command, used in the init script.
\begin
{
lstlisting
}
\begin
{
lstlisting
}
# `
\textbf
{
make modules
\_
install
}
`
# `
\textbf
{
make install
}
`
# `
\textbf
{
make install
}
`
# `
\textbf
{
make modules
\_
install
}
`
# `
\textbf
{
depmod
}
`
\end
{
lstlisting
}
\end
{
lstlisting
}
If the target kernel's modules directory is not under
\textit
{
/
lib
/
modules
}
, a
If the target kernel's modules directory is not under
\textit
{
/
lib
/
modules
}
, a
...
...
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