``` [ 741.073012] IRQ pipeline: some code running in oob context 'Xenomai' [ 741.073013] called an in-band only routine [ 741.073013] CPU: 1 PID: 22419 Comm: my_task Tainted: G O 5.10.179-lp154.3-0510xenomai3 #1 [ 741.073014] Hardware name: ICP / iEi IMBA-9454ISA/IMBA-9454ISA(E168), BIOS 080014 02/20/2009 [ 741.073015] IRQ stage: Xenomai [ 741.073015] Call Trace: [ 741.073015] dump_stack+0x86/0xa6 [ 741.073016] check_inband_stage+0x8c/0xa0 [ 741.073017] inband_irq_save+0xe/0x30 [ 741.073017] try_to_grab_pending+0x1e/0x180 [ 741.073018] mod_delayed_work_on+0x42/0xa0 [ 741.073018] phy_trigger_machine+0x23/0x30 [ 741.073019] phy_mac_interrupt+0xe/0x20 [ 741.073019] ec_poll+0x105/0x110 [ec_r8169] [ 741.073020] ec_device_poll+0x24/0x30 [ec_master] [ 741.073020] ecrt_master_receive+0x21/0x160 [ec_master] [ 741.073021] ec_ioctl_rtdm_rt+0x430/0x4c0 [ec_master] [ 741.073021] ? rtdm_fd_get+0x11d/0x210 [ 741.073022] ec_rtdm_ioctl_rt_handler+0x26/0x40 [ec_master] [ 741.073022] rtdm_fd_ioctl+0xdc/0x240 [ 741.073023] ? xnlock_dbg_release+0x21/0xf0 [ 741.073023] CoBaLt_ioctl+0xe/0x20 [ 741.073024] handle_head_syscall+0x10f/0x4d0 [ 741.073025] ? CoBaLt_fcntl+0x20/0x20 [ 741.073025] ? handle_pipelined_syscall+0x39/0x40 [ 741.073026] handle_oob_syscall+0x13/0x20 [ 741.073026] pipeline_syscall+0x8c/0x130 [ 741.073027] syscall_enter_from_user_mode+0x26/0x90 [ 741.073027] do_syscall_64+0x13/0x60 [ 741.073028] entry_SYSCALL_64_after_hwframe+0x61/0xc6 [ 741.073029] RIP: 0033:0x7fac8da13c8f [ 741.073029] Code: Unable to access opcode bytes at RIP 0x7fac8da13c65. [ 741.073030] RSP: 002b:00007fac8e864c90 EFLAGS: 00000206 ORIG_RAX: 0000000010000050 [ 741.073031] RAX: ffffffffffffffda RBX: 0000000000000003 RCX: 00007fac8da13c8f [ 741.073032] RDX: 0000000000000000 RSI: 000000000000a426 RDI: 0000000000000003 [ 741.073032] RBP: 000000000000a426 R08: 00007fac8e865700 R09: 0000000000000000 [ 741.073033] R10: 0000000000000113 R11: 0000000000000206 R12: 0000000000000000 [ 741.073033] R13: 0000000000000000 R14: 0000000000000000 R15: 00007fac8e864e80 ``` |
||
|---|---|---|
| devices | ||
| documentation | ||
| doxygen-layout@fa4893ab56 | ||
| examples | ||
| include | ||
| lib | ||
| master | ||
| script | ||
| tool | ||
| tty | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitmodules | ||
| .hgignore | ||
| AUTHORS | ||
| COPYING | ||
| COPYING.LESSER | ||
| CodingStyle.md | ||
| Doxyfile.in | ||
| FEATURES.md | ||
| INSTALL.md | ||
| Kbuild.in | ||
| Makefile.am | ||
| Makefile.kbuild | ||
| NEWS | ||
| README.EoE | ||
| README.md | ||
| TODO | ||
| bootstrap | ||
| configure.ac | ||
| ethercat.spec.in | ||
| globals.h | ||
README.md
This is the README file of the IgH EtherCAT Master.
vim: spelllang=en spell tw=78
Contents:
General Information
This is an open-source EtherCAT master implementation for Linux 2.6 or newer.
See the features file for a list of features. For more
information, see http://etherlab.org/en/ethercat.
or contact
Dipl.-Ing. (FH) Florian Pose fp@igh.de
Ingenieurgemeinschaft IgH
Nordsternstraße 66
D-45329 Essen
http://igh.de
Documentation
Handbook
The PDF documentation is generated via LaTeX and can be build with the
following steps:
cd documentation
make
The PDF is automatically held up-to-date and can be downloaded from
GitLab.
Doxygen
To generate the Doxygen documentation, the following commands can be used.
Therefore, the configure script must have run (see the install
file).
git submodule update --init
make doc
An up-to-date Doxygen output can be found on
docs.etherlab.org.
Requirements
Software requirements
Configured sources for the Linux 2.6 (or newer) kernel are required to build
the EtherCAT master.
Hardware requirements
A table of supported hardware can be found at
http://etherlab.org/en/ethercat/hardware.php.
Building and installing
See the install file.
Realtime and Tuning
Realtime patches for the Linux kernel are supported, but not required. The
realtime processing has to be done by the calling module (see API
documentation). The EtherCAT master code itself is passive (except for the
idle mode and EoE).
To avoid frame timeouts, deactivating DMA access for hard drives is
recommended (hdparm -d0 <DEV>).
License
Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH
This file is part of the IgH EtherCAT Master.
The IgH EtherCAT Master is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2, as
published by the Free Software Foundation.
The IgH EtherCAT Master is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
You should have received a copy of the GNU General Public License along with
the IgH EtherCAT Master; if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Coding Style
Developers shall use the coding style rules in the coding style
file.