[TOC]
Programming the firmware onto the serial flash device is not supported.
Use JTAG to download the FPGA bitstream and Nios II elf manually.
Windows network device actions such as disable, restart and enable network adapter are not supported.
Don't use these actions.
During kernel module insertion driver signing warnings are raised on systems with CONFIG_MODULE_SIG enabled in the Linux kernel configuration.
The warnings can be ignored.
High CPU load could be caused because of low POWERLINK cycle times and high PDO sizes.
Use the application synchronization period configuration (\ref tOplkApiInitParam::minSyncTime) to reduce the frequency of synchronization processing.
In a system with multiple network adapters it is not possible to select the adapter to be used. The driver is configured to automatically select the first driver for network communication.
Select first adapter for openPOWERLINK.
For the configuration of openPOWERLINK MN which uses edrv-i210 kernel module, after stopping the MN application, the Linux kernel reports a warning for 'unhandled IRQ' for the interrupt pin assigned to Intel's i210 NIC. The warning message is
irq XX: nobody cared (try booting with the "irqpoll" option)
This occurs on PCs where Intel's i210 NIC card shares an interrupt pin with any of the other devices such as USB hub controller.
The warning can be ignored as it does not affect the functionality and performance.
MN demo application compilation on 32 bit Windows with NDIS drivers {#sect_know_issues_win32_compilation}
The MN demo application (demo_mn_console) fails to compile on a 32 bit Windows system while using the
Kernel stack on PCIe card
or Windows Kernel Module
[stack libraries] (\ref sect_windows_components_libs)
with following error
> error LNK1120: 1 unresolved externals
> error LNK2019: unresolved external symbol _CancelIoEx referenced in function _system_stopSyncThread
> (apps\demo_mn_console\build\windows\system-windows.obj) demo_mn_console
> warning C4013: CancelIoEx undefined; assuming extern returning int (apps\common\src\system\system-windows.c) demo_mn_console
The error is produced due to missing compiler options to specify the required 32 bit version of the system library which will be resolved in future release.
The openPOWERLINK solution using Windows PCIe design with virtual Ethernet interface enabled, may lead to issues with the queue corruption. The queue corruption is noticed when there is excessive non-POWERLINK communication through the virtual Ethernet interface.
On systems which do not require virtual Ethernet with the Windows PCIe design,
the issue can be avoided by disabling virtual Ethernet interface (CONFIG_INCLUDE_VETH
).
The Avnet LX150T MN design fails to initialize randomly reporting error with the host interface initialization.
Problem arises due to unknown bug in the Xilinx ISE 14.7 which results in inconsistent placement and routing on modifications to any IP core parameters such as base address, and internal register configurations.