powerlink-buildroot

所属分类:嵌入式Linux
开发工具:Makefile
文件大小:0KB
下载次数:0
上传日期:2019-12-30 02:04:01
上 传 者sh-1993
说明:  为嵌入式Linux以太网POWERLINK设备构建系统。,
(Build system for embedded Linux Ethernet POWERLINK devices.,)

文件列表:
Config.in (298, 2019-12-29)
LICENSE (35149, 2019-12-29)
Makefile (816, 2019-12-29)
TODO.txt (219, 2019-12-29)
board/ (0, 2019-12-29)
board/pc_x86_64_efi/ (0, 2019-12-29)
board/pc_x86_64_efi/genimage-efi.cfg (399, 2019-12-29)
board/pc_x86_64_efi/grub-efi.cfg (97, 2019-12-29)
board/pc_x86_64_efi/linux.config (2037, 2019-12-29)
board/pc_x86_64_efi/post-build.sh (141, 2019-12-29)
board/pc_x86_64_efi/post-image.sh (873, 2019-12-29)
board/pc_x86_64_efi/sw-description (112, 2019-12-29)
buildroot/ (0, 2019-12-29)
common.mk (3187, 2019-12-29)
configs/ (0, 2019-12-29)
configs/pc_x86_64_rt_powerlink_cn_defconfig (2511, 2019-12-29)
doc/ (0, 2019-12-29)
doc/buildroot-submodule.md (13847, 2019-12-29)
external.desc (70, 2019-12-29)
external.mk (115, 2019-12-29)
overlay/ (0, 2019-12-29)
overlay/.ignore (0, 2019-12-29)
package/ (0, 2019-12-29)
package/powerlink-cn-joystick/ (0, 2019-12-29)
package/powerlink-cn-joystick/Config.in (429, 2019-12-29)
package/powerlink-cn-joystick/powerlink-cn-joystick.mk (638, 2019-12-29)
patch/ (0, 2019-12-29)
patch/.ignore (0, 2019-12-29)

# powerlink-buildroot Build system for real-time, embedded Linux Ethernet POWERLINK devices. The purpose of this project is to provide a collection of pre-configured Ethernet POWERLINK devices such as encoders, electric motor drives, joysticks, etc. conformant to the CiA CanOpen device profiles that you can install on common hardware platforms. As a result, the goal here is to provide the building blocks for a distributed, synchronous control system. This project is based upon the following: * [Buildroot](https://buildroot.org/) * [Buildroot-submodule](https://github.com/Openwide-Ingenierie/buildroot-submodule) * [PREMPT_RT Linux kernel patch](https://wiki.linuxfoundation.org/realtime/documentation/howto/applications/preemptrt_setup) * [openPOWERLINK](http://openpowerlink.sourceforge.net/web/) ## System Description This project is intended to simplify the configuration process. Consequently, the configuration options are limited so that all systems interoperate. The following section describes the system and some of its limitations. ### Real-Time (PREEMPT_RT) The PREEMPT_RT patch set is applied to the Linux kernel to acheive deterministic scheduling. The patch is applied using the ```BR2_LINUX_KERNEL_PATCH``` buildroot defconfig variable. Be mindful of the strong dependency of the PREEMPT_RT patch to the Linux kernel version when upgrading your Linux kernel. To test your configuration, install the packages that follow. Note that they are optional. ``` BR2_PACKAGE_RT_TESTS=y BR2_PACKAGE_STRESS=y ``` The kernel is configured with the folowing options: ``` CONFIG_PREEMPT_RT_FULL=y CONFIG_HIGH_RES_TIMERS=y ``` ### Ring Network Architecture (HSR) The POWERLINK network defined here is set up as a ring architecture for seamless redundancy using [IEC 62439-3 High-availability Seamless Redundancy (HSR)](https://en.wikipedia.org/wiki/High-availability_Seamless_Redundancy). Therefore, each POWERLINK node must have two Ethernet ports. Make sure that you have the appropriate hardware. The Linux kernel is configured as follows: ``` CONFIG_HSR=Y ``` TODO: add details on configuring a linux system for HSR. ### Secure Software Update (swupdate) TODO: describe swupdate configuration ### Ethernet POWERLINK TODO: describe openpowerlink confguration ## Boards This build system follows the guidelines for adding new hardware and system configurations as found in the [buildroot documentation](https://buildroot.org/downloads/manual/manual.html). Please read the documents to learn how to tailor it for your specific needs or to add your own hardware. Presently, the following boards are supported: * pc_x86_64_efi - a generic PC, EFI-based, x86_64 platform ## Applications ## Building ``` # Create the defconfig file: make pc_x86_64_rt_powerlink_mn_defconfig # Customize to suit your needs: make menuconfig # Build make ```

近期下载者

相关文件


收藏者