Re: [Xenomai] called regular poll() rtdm-socket

2019-05-02 Thread Leopold Palomo-Avellaneda via Xenomai
El 2/5/19 a les 16:45, Per Oberg ha escrit: > - Den 2 maj 2019, på kl 16:39, xenomai xenomai@xenomai.org skrev: > >> El 2/5/19 a les 16:28, Greg Gallagher ha escrit: >>> On Thu, May 2, 2019 at 10:07 AM Leopold Palomo-Avellaneda via Xenomai >>> wrote: > >

[Xenomai] called regular poll() rtdm-socket

2019-05-02 Thread Leopold Palomo-Avellaneda via Xenomai
Hi, we developed a C++ library that used rtnet with ethercat. It implements a class that interchange information between the RT and NON_RT using xddm. It was working but now (using POSIX skin) fails and I several (less than 10) and got this message. [Xenomai] platformnode[8324] called regular

Re: Error compiling 3.0.8

2019-05-02 Thread Leopold Palomo-Avellaneda via Xenomai
El 2/5/19 a les 11:49, Jan Kiszka ha escrit: > On 02.05.19 08:55, Leopold Palomo-Avellaneda wrote: >> El 1/5/19 a les 22:27, Jan Kiszka ha escrit: >>> On 01.05.19 22:20, Leopold Palomo-Avellaneda wrote: >>>> El 1/5/19 a les 20:55, Jan Kiszka ha escrit: >>&

Re: Error compiling 3.0.8

2019-05-02 Thread Leopold Palomo-Avellaneda via Xenomai
El 2/5/19 a les 14:28, Philippe Gerum ha escrit: [...] Ps. didn't receive any email from the list ... >>> >>> Seems only slightly delayed: the archive shows it now, also news.gmane.org. >> >> my list options in mailman were changed. Strange... > > Nothing strange, your mail server has

Re: Error compiling 3.0.8

2019-05-02 Thread Leopold Palomo-Avellaneda via Xenomai
El 1/5/19 a les 22:27, Jan Kiszka ha escrit: > On 01.05.19 22:20, Leopold Palomo-Avellaneda wrote: >> El 1/5/19 a les 20:55, Jan Kiszka ha escrit: >>> On 01.05.19 18:46, Leopold Palomo-Avellaneda via Xenomai wrote: >>>> Hi, >>>> >>>> >>&g

Re: Error compiling 3.0.8

2019-05-01 Thread Leopold Palomo-Avellaneda via Xenomai
El 1/5/19 a les 20:55, Jan Kiszka ha escrit: > On 01.05.19 18:46, Leopold Palomo-Avellaneda via Xenomai wrote: >> Hi, >> >> >> trying to build a new kernel for xenomai 3.0.8 using debian packages >> (x86 arch) I have found that fails: >> >> scripts/Make

Error compiling 3.0.8

2019-05-01 Thread Leopold Palomo-Avellaneda via Xenomai
Hi, trying to build a new kernel for xenomai 3.0.8 using debian packages (x86 arch) I have found that fails: scripts/Makefile.build:585: recipe for target 'drivers/xenomai/net/addons' failed make[4]: *** [drivers/xenomai/net/addons] Error 2 make[4]: *** Waiting for unfinished jobs CC [M]

Re: HelloWorld with CMake

2018-12-04 Thread Leopold Palomo-Avellaneda via Xenomai
El 4/12/18 a les 12:40, Evandro Sestrem via Xenomai ha escrit: > Hello, > > Is it possible to use CMake to compile a Xenomai program? Yes > I want to use Xenomai in a ROS 2 node. To do this, I need to be able to > compile it with CMake. However I don't know if amend is able to do it. > I'm

Re: Debian packages for Xenomai 3.x

2018-11-08 Thread Leopold Palomo-Avellaneda via Xenomai
El 6/11/18 a les 19:04, Jan Kiszka ha escrit: > On 30.11.17 12:27, Leopold Palomo-Avellaneda wrote: >> Hi, >> >> >> if someone is interested I have been working a bit with the debian directory >> in >> xenomai3. >> >> I have changed the

Re: [Xenomai] Order options to build a Xenomai program

2018-09-14 Thread Leopold Palomo-Avellaneda
On 14/09/18 11:14, Lange Norbert wrote: >> So, from my point of view it confirm my suspicious that the wrapper >> mechanism is fragile. I really didn't understand why Xenomai core team >> changed the native API for the POSIX. Although I saw the Jan Kiska >> conference video explaining it, tell me

Re: [Xenomai] Order options to build a Xenomai program

2018-09-14 Thread Leopold Palomo-Avellaneda
On 14/09/18 09:45, Per Oberg wrote: [...] > > Being able to use the same code, without patches or a lot of defines > including other files is a very clean way of debugging your software. I often > set up Simulations where I use my laptop running or our controller, possibly > connected to

Re: [Xenomai] Order options to build a Xenomai program

2018-09-13 Thread Leopold Palomo-Avellaneda
Hi, El 13/09/18 a les 14:42, Lange Norbert ha escrit: > link order is important and goes left-to-right, this seems to include > "wrappers", > which only wrap symbols that where already encountered (to the left of the > wrapper argument) [...] > The call to malloc is wrapped to __wrap_malloc

[Xenomai] Order options to build a Xenomai program

2018-09-06 Thread Leopold Palomo-Avellaneda
Hi, I resend this message to the list now that it has again more activity. Maybe some of you cold help me to understand what is wrong here. I'm sorry if it's not appropriate to send again a message to the list. = I have an strange problem and I would like to ask if some clever mind can

[Xenomai] Build order options

2018-07-24 Thread Leopold Palomo-Avellaneda
Hi, I have an strange problem and I would like to ask if some clever mind can help me. I'm trying to build with cmake (this story is for another mail) a simple example [1] with xenomai 3.0.7. I have some custom macros that basically uses the information from xeno-config. I can build and run the

[Xenomai] Cards paramenter in rtnet

2018-07-18 Thread Leopold Palomo-Avellaneda
Hi, I have used the cards parameter to load a rtnet driver to select which card I would like to use with rtnet. However, in 3.0.7 I have found this message: rt_e1000e: unknown parameter 'cards' ignored Here [1], is documented the use of this parameter, so I guess that is not deprecated. But I

Re: [Xenomai] building Xenomai Apps with CMake (RFC)

2018-04-06 Thread Leopold Palomo-Avellaneda
Hi On 06/04/18 11:36, Lange Norbert wrote: [...] > > Google for "FindXenomai" to see that I am hardy the only one with that need. > What I would like is to have a proper solution for Xenomai, and my way of > doing that > is to get criticized from people-in-the-know. I have done a

Re: [Xenomai] building Xenomai Apps with CMake (RFC)

2018-04-06 Thread Leopold Palomo-Avellaneda
Hi, On 06/04/18 10:47, Henning Schild wrote: [...] >> >Thanks for sharing this. IIRC, we have some Xeommai user in-house as >> >well who looked into cmake, need to check the status and scope again >> >(maybe Henning knows more). Could be interesting, indeed. >> >> If I may ask, are you

Re: [Xenomai] [RFC] RTnet fixes and other updates

2018-01-24 Thread Leopold Palomo-Avellaneda
Philippe, On 23/01/18 18:21, Philippe Gerum wrote: > For review by interested parties, proposed for inclusion in 3.0.6. 3.0.7 ? Leopold > > Thanks, > > === > > The following changes since commit 3a2fbc62b2dce64e959a49db9bcc049e6acc4e21: > > cobalt/rtdm: factor out iovec[] copy

Re: [Xenomai] R: Xenomai 3.0.6 - ipipe-3.18.20 - kernel build error

2018-01-11 Thread Leopold Palomo-Avellaneda
Two work workarrounds: 1) Disable in you kernel config CONFIG_IA32_EMULATION 2) apply this: https://git.xenomai.org/xenomai-3.git/commit/?id=cc283c7f26c1b097b94a61bb25c2564f51daf16d Leopold On 11/01/18 10:00, Fazio Maurizio wrote: > Yes, I'm building for x86_64... > I patched the kernel

Re: [Xenomai] Xenomai 3.0.6 doesn't build the patched kernel

2018-01-10 Thread Leopold Palomo-Avellaneda
On 10/01/18 15:17, Simone M. Zucchi wrote: > >> I think that you are using a version of xenomai not patched for this issue. >> > maybe we're talking about different issues? - did you follow more or less my instruccions? - what steps did you do to have that error? - what kind of environment do

Re: [Xenomai] Xenomai 3.0.6 doesn't build the patched kernel

2018-01-10 Thread Leopold Palomo-Avellaneda
m using kernel 4.9.51 with its relative ipipe patch... > Am I doing something wrong? I think that you are using a version of xenomai not patched for this issue. Best regards, Leopold > Thanks, > > Simone > > On 01/09/2018 10:24 AM, Leopold Palomo-Avellaneda wrote: >&

Re: [Xenomai] Xenomai 3.0.6 doesn't build the patched kernel

2018-01-09 Thread Leopold Palomo-Avellaneda
On 09/01/18 09:33, Simone M. Zucchi wrote: > Hello everybody, > I've looked up at > https://xenomai.org/pipermail/xenomai/2017-November/037941.html and got the > same > situation. > I was wondering if something has moved since November about Debian and 3.0.6. > Thanks, Please, check this repo

Re: [Xenomai] RTnet fixes - testers needed

2017-12-22 Thread Leopold Palomo-Avellaneda
On 20/12/17 11:47, Philippe Gerum wrote: > On 12/20/2017 11:19 AM, Philippe Gerum wrote: >> On 12/20/2017 11:17 AM, Philippe Gerum wrote: >>> On 12/19/2017 11:17 AM, Andreas Glatz wrote: > > I have pulled wip/rtnet-fixes branch with the last commit of Philippe > from Sun > Dec 17

Re: [Xenomai] RTnet fixes - testers needed

2017-12-20 Thread Leopold Palomo-Avellaneda
On 19/12/17 11:17, Andreas Glatz wrote: >> >> I have pulled wip/rtnet-fixes branch with the last commit of Philippe from >> Sun >> Dec 17 15:27:04 2017 +0100: net/udp: ioctl: fix temp arg buffer type >> >> I have created the packages and new kernel with the same configuration that >> I had. >>

Re: [Xenomai] RTnet fixes - testers needed

2017-12-18 Thread Leopold Palomo-Avellaneda
PM, Jan Kiszka wrote: >>>>>> On 2017-12-15 13:25, Leopold Palomo-Avellaneda wrote: >>>>>>> Hi, >>>>>>> >>>>>>> I forgot something more: >>>>>>> >>>>>>> On 15/12/17 12:04, P

Re: [Xenomai] RTnet fixes - testers needed

2017-12-15 Thread Leopold Palomo-Avellaneda
El 15/12/17 a les 21:47, Philippe Gerum ha escrit: > On 12/15/2017 01:25 PM, Leopold Palomo-Avellaneda wrote: >> Hi, >> >> I forgot something more: >> >> On 15/12/17 12:04, Philippe Gerum wrote: >> >> [...] >>>> >>>> I

Re: [Xenomai] RTnet fixes - testers needed

2017-12-15 Thread Leopold Palomo-Avellaneda
On 15/12/17 14:40, Jan Kiszka wrote: > On 2017-12-15 14:29, Philippe Gerum wrote: >> On 12/15/2017 02:20 PM, Jan Kiszka wrote: >>> On 2017-12-15 13:25, Leopold Palomo-Avellaneda wrote: >>>> Hi, >>>> >>>> I forgot something m

Re: [Xenomai] RTnet fixes - testers needed

2017-12-15 Thread Leopold Palomo-Avellaneda
Hi, I forgot something more: On 15/12/17 12:04, Philippe Gerum wrote: [...] >> >> I guess that there's something in the kernel config or somewhere in 3.x that >> affects the PCI cards. In 2.6.x worked. > > On x86, I'd dare to say that it worked mostly by accident, as revealed > by SMAP later

Re: [Xenomai] RTnet fixes - testers needed

2017-12-15 Thread Leopold Palomo-Avellaneda
Hi, On 06/12/17 18:37, Philippe Gerum wrote: > [...] > If you depend on RTnet and want to help with testing, you may want to > give this branch a try. Any help with reviewing the changes would be > beneficial to the project too. I have tested this branch in two x86 boards: one modern i7 witn

[Xenomai] [PATCH] Fix compilation issues for the rest of RTNet drives

2017-12-10 Thread Leopold Palomo-Avellaneda
Hi, I sent this patch some days ago but it seems that never arrived. I sent again. Hi, this patch lets compile RTNET drivers with 3.0.6 (kernel 4.9.51). I have done the same procedure as Robert Lange did before. Leopold -- -- Linux User 152692 GPG: 05F4A7A949A2D9AA Catalonia

Re: [Xenomai] Debian packages for Xenomai 3.x

2017-12-04 Thread Leopold Palomo-Avellaneda
Hi, On 01/12/17 16:13, Henning Schild wrote: > Am Thu, 30 Nov 2017 12:27:22 +0100 > schrieb Leopold Palomo-Avellaneda <l...@alaxarxa.net>: > >> Hi, >> >> >> if someone is interested I have been working a bit with the debian >> directory i

Re: [Xenomai] xeno-config options to build Xenomai applications

2017-11-30 Thread Leopold Palomo-Avellaneda
Hi, first of all thanks!! On 30/11/17 14:31, Philippe Gerum wrote: > On 11/30/2017 01:32 PM, Leopold Palomo-Avellaneda wrote: [] > >> 3) C/C++ POSIX shared library with native (2.x) (--alchemy) code and xddm >> mechanism to interchange data. The posix code m

[Xenomai] xeno-config options to build Xenomai applications

2017-11-30 Thread Leopold Palomo-Avellaneda
Hi, I think that this question has been answered partially in the list, but I would like to ask it with more detail to clarify and maybe rewrite for the documentation. I'm asking for applications in the user space, no kernel space. And cobalt core. Are these options correct? 1) Simple (C/C++)

[Xenomai] Debian packages for Xenomai 3.x

2017-11-30 Thread Leopold Palomo-Avellaneda
Hi, if someone is interested I have been working a bit with the debian directory in xenomai3. I have changed the approach to the libraries. I think that now it has not sense to have a libxenomai1 so I have changed it to xenomai3-libs. The source, and the patches applied are here:

[Xenomai] [PATCH] Fix compilation issues for the rest of RTNet drives

2017-11-30 Thread Leopold Palomo-Avellaneda
Hi, this patch lets compile RTNET drivers with 3.0.6 (kernel 4.9.51). I have done the same procedure as Robert Lange did before. Leopold -- -- Linux User 152692 GPG: 05F4A7A949A2D9AA Catalonia - A: Because it messes up the order in which people normally

Re: [Xenomai] Testing 3.0.6 (Was Re: Cannot initialize TLSF memory manager)

2017-11-24 Thread Leopold Palomo-Avellaneda
On 24/11/17 15:21, Philippe Gerum wrote: > On 11/24/2017 01:24 PM, Leopold Palomo-Avellaneda wrote: >> On 24/11/17 13:22, Philippe Gerum wrote: >>> On 11/24/2017 01:10 PM, Leopold Palomo-Avellaneda wrote: >>>> On 24/11/17 13:04, Philippe Gerum wrote: >>>&g

Re: [Xenomai] Testing 3.0.6 (Was Re: Cannot initialize TLSF memory manager)

2017-11-24 Thread Leopold Palomo-Avellaneda
On 24/11/17 13:04, Philippe Gerum wrote: > On 11/24/2017 01:01 PM, Leopold Palomo-Avellaneda wrote: >> On 24/11/17 11:55, Philippe Gerum wrote: >>> On 11/24/2017 11:34 AM, Leopold Palomo-Avellaneda wrote: >>>> Hi (again) >>>> >>>> r

Re: [Xenomai] Testing 3.0.6 (Was Re: Cannot initialize TLSF memory manager)

2017-11-24 Thread Leopold Palomo-Avellaneda
On 24/11/17 11:55, Philippe Gerum wrote: > On 11/24/2017 11:34 AM, Leopold Palomo-Avellaneda wrote: >> Hi (again) >> >> running cross-link I got that: >> >>>> with my user >>>> >>>> ./cross-link >>>> mem=0x7f0d630488e0,

[Xenomai] Testing 3.0.6 (Was Re: Cannot initialize TLSF memory manager)

2017-11-24 Thread Leopold Palomo-Avellaneda
Hi (again) running cross-link I got that: >> with my user >> >> ./cross-link >> mem=0x7f0d630488e0, alloc_size=8192 >> Init memory pool returns 1808 bytes >> Running after ... >> sysregd: >> create_directory_recursive("/var/run/xenomai/leopold.palomo/anon@19479"): >> Permission denied

Re: [Xenomai] Cannot initialize TLSF memory manager

2017-11-23 Thread Leopold Palomo-Avellaneda
On 23/11/17 16:12, Philippe Gerum wrote: > On 11/23/2017 04:08 PM, Leopold Palomo-Avellaneda wrote: >> On 23/11/17 16:04, Philippe Gerum wrote: >>> On 11/23/2017 03:58 PM, Leopold Palomo-Avellaneda wrote: >>>> On 23/11/17 13:22, Philippe Gerum wrote: >>>&g

Re: [Xenomai] Cannot initialize TLSF memory manager

2017-11-23 Thread Leopold Palomo-Avellaneda
On 23/11/17 16:04, Philippe Gerum wrote: > On 11/23/2017 03:58 PM, Leopold Palomo-Avellaneda wrote: >> On 23/11/17 13:22, Philippe Gerum wrote: >>> On 11/23/2017 01:10 PM, Leopold Palomo-Avellaneda wrote: >>>> Hi, >>>> >>>> >>>>

Re: [Xenomai] Cannot initialize TLSF memory manager

2017-11-23 Thread Leopold Palomo-Avellaneda
On 23/11/17 15:58, Leopold Palomo-Avellaneda wrote: > On 23/11/17 13:22, Philippe Gerum wrote: >> On 11/23/2017 01:10 PM, Leopold Palomo-Avellaneda wrote: >>> Hi, >>> >>> >>> I have seen this bug before, but it seems that it's again in 3.0.6. Runnin

[Xenomai] Cannot initialize TLSF memory manager

2017-11-23 Thread Leopold Palomo-Avellaneda
Hi, I have seen this bug before, but it seems that it's again in 3.0.6. Running 3.0.6 with: xeno-config --info Xenomai version: Xenomai/cobalt v3.0.6 Linux bmm3 4.9.51-xenomai-3.0.6-ipipe #1 SMP Thu Nov 23 09:03:27 CET 2017 x86_64 GNU/Linux Kernel parameters:

Re: [Xenomai] [PATCH] Fix compilation of e1000, eepro100 and igp rtnet drivers

2017-11-22 Thread Leopold Palomo-Avellaneda
On 21/11/17 14:00, Norbert Lange wrote: > Hello, > > enabling RTNet will result in compile failures, because there is a > nameclash from some linux-headers. > This patch fixes some intel NICs to compile I have applied this patch and seems that works quiet well. Philippe, is this a correct

Re: [Xenomai] Updating from 3.0.5 to 3.0.6

2017-11-22 Thread Leopold Palomo-Avellaneda
On 22/11/17 17:54, Philippe Gerum wrote: > On 11/22/2017 09:42 AM, Fazio Maurizio wrote: >> I have a stupid question… > > no prob. I'm still looking for smart answers. > >> I would like to upgrade my current xenomai 3.0.5 based system to xenomai >> 3.0.6… >> I need to repatch the kernel with

Re: [Xenomai] [RFC] RTnet, Analogy and the elephant in the room

2017-11-22 Thread Leopold Palomo-Avellaneda
Hi, yes, it's true. We have an Elmer and his cousin Wilbur is rear the door. Let me remark some points of your great email: - about the I/O frameworks On 21/11/17 18:11, Philippe Gerum wrote: > The > situation has reached a point where I see no alternative to dropping > them if the situation

Re: [Xenomai] 3.0.6 with linux 4.9.51 on x86_64 Intel(R) Atom(TM) CPU N2800 compilation failed

2017-11-21 Thread Leopold Palomo-Avellaneda
On 22/11/17 02:44, Jack Lee wrote: > > > On 11/21/2017 04:01 PM, Henning Schild wrote: >> Am Tue, 21 Nov 2017 08:28:11 +0100 >> schrieb Leopold Palomo-Avellaneda <l...@alaxarxa.net>: >> >>> On 21/11/17 06:52, Jack Lee wrote: >>>> Hello, &

Re: [Xenomai] Xenomai 3.0.6 doesn't build the patched kernel

2017-11-21 Thread Leopold Palomo-Avellaneda
On 20/11/17 17:26, Leopold Palomo-Avellaneda wrote: > On 20/11/17 17:25, Leopold Palomo-Avellaneda wrote: >> On 20/11/17 14:38, Philippe Gerum wrote: >>> On 11/20/2017 01:14 PM, Leopold Palomo-Avellaneda wrote: >>>> Hi, >>>> >>>> trying to buil

Re: [Xenomai] Xenomai 3.0.6 doesn't build the patched kernel

2017-11-20 Thread Leopold Palomo-Avellaneda
On 20/11/17 14:38, Philippe Gerum wrote: > On 11/20/2017 01:14 PM, Leopold Palomo-Avellaneda wrote: >> Hi, >> >> trying to build the new Xenomai version (3.0.6), after have prepared the >> linux >> sources, I got this error: >> >> In file included from

[Xenomai] Xenomai 3.0.6 doesn't build the patched kernel

2017-11-20 Thread Leopold Palomo-Avellaneda
Hi, trying to build the new Xenomai version (3.0.6), after have prepared the linux sources, I got this error: In file included from arch/x86/xenomai/machine.c:22:0: arch/x86/xenomai/include/asm/xenomai/syscall.h: In function ‘__xn_get_syscall_nr’:

Re: [Xenomai] Xenomai cannot be built in Debian Stretch

2017-11-09 Thread Leopold Palomo-Avellaneda
On 08/11/17 16:12, Leopold Palomo-Avellaneda wrote: > Hi, > > > I'm trying to build Xenomai 3.0.5 in a Debian Stretch/Buster Amd64 env. > I'm getting this error: > > /usr/bin/ld: -r and -pie may not be used together > > > It's because the default -pie in gc

[Xenomai] Xenomai cannot be built in Debian Stretch

2017-11-08 Thread Leopold Palomo-Avellaneda
Hi, I'm trying to build Xenomai 3.0.5 in a Debian Stretch/Buster Amd64 env. I'm getting this error: /usr/bin/ld: -r and -pie may not be used together It's because the default -pie in gcc. I have tried to investigate, but I have not found the "-r". probably because the wrap-link script.

[Xenomai] Xenomai 3.x.y version?

2017-11-08 Thread Leopold Palomo-Avellaneda
Hi, just asking... do you have any idea about when will you release a new version of Xenomai 3.x.y version? best regards, Leopold -- -- Linux User 152692 GPG: 05F4A7A949A2D9AA Catalonia - A: Because it messes up the order in which people normally read

Re: [Xenomai] accessing mmap'ed memory causes mode switches

2016-10-27 Thread Leopold Palomo-Avellaneda
El Dijous, 27 d'octubre de 2016, a les 11:50:50, Giulio Moro va escriure: > >- xenomai 2.6.3 is old. 2.6.5 is the last stable version of 2.6.x branch. > >Also, 2.6.x branch AFAIK is just in maintenance mode, so I would recommend > >you if you are beginning a new project use Xenomai 3.x > > Thanks

Re: [Xenomai] accessing mmap'ed memory causes mode switches

2016-10-27 Thread Leopold Palomo-Avellaneda
Hi Giulio, El Dijous, 27 d'octubre de 2016, a les 01:43:21, Giulio Moro va escriure: > Hello there, > > I am new to the list, I am working on this project > https://github.com/BelaPlatform/Bela/ for real-time audio > on the BeagleBone Black using Xenomai. welcome!!! Nice project. > I am

[Xenomai] Questions about SMAP in RTnet

2016-10-18 Thread Leopold Palomo-Avellaneda
Hi, I have investigated a bit about where to put the protections to avoid the SMAP issue in Xenomai RTnet. However, I'm a bit blocked and I would like to ask some details. I'm testing a simple program found on the web [1] that open a raw socket and send some info. The program crash and I got

[Xenomai] Adding a new RTnet driver

2016-10-13 Thread Leopold Palomo-Avellaneda
Hi, I have a box with this hardware: 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-LM (rev 31) I would like to make it work with RTNet. It's a quite new hardware, that for example, 4.1.8 doesn't support. The driver is the e1000e. Looking on the sources of

[Xenomai] RTnet driver for

2016-10-12 Thread Leopold Palomo-Avellaneda
Hi, we have bought a network card D-Link DGE-528T following as a supported card explained in the README file. The lspci shows: 04:00.0 Ethernet controller: D-Link System Inc DGE-528T Gigabit Ethernet Adapter (rev 10) However, the rt_r8169 shows this: [ 937.787081] Initializing rt_r8169

Re: [Xenomai] About SMAP (was Re: Xenomai 3.0.3 is broken in my system)

2016-10-06 Thread Leopold Palomo-Avellaneda
El Dijous, 6 d'octubre de 2016, a les 19:30:54, Philippe Gerum va escriure: > On 10/06/2016 07:24 PM, Leopold Palomo-Avellaneda wrote: > > El Dijous, 6 d'octubre de 2016, a les 13:50:00, Jan Kiszka va escriure: > >> On 2016-10-06 11:51, Leopold Palomo-Avellaneda wrote: > >&

Re: [Xenomai] About SMAP (was Re: Xenomai 3.0.3 is broken in my system)

2016-10-06 Thread Leopold Palomo-Avellaneda
El Dijous, 6 d'octubre de 2016, a les 13:50:00, Jan Kiszka va escriure: > On 2016-10-06 11:51, Leopold Palomo-Avellaneda wrote: > > Hi, > > > > lasts weeks I have been in a trouble with Xenomai and RTnet. Finally it > > was > > solved disabling some parameters in

[Xenomai] Migrating code from Xenomai 2 to 3

2016-10-06 Thread Leopold Palomo-Avellaneda
Hi, I would need some advice with a development. We use some code that are ready to be compiled with standard Linux (POSIX) or with some flags with Xenomai Native. As Xenomai 3 have changed its "Internal" API to POSIX, my question is if it has sense to maintain the native layer or it's

[Xenomai] About SMAP (was Re: Xenomai 3.0.3 is broken in my system)

2016-10-06 Thread Leopold Palomo-Avellaneda
Hi, lasts weeks I have been in a trouble with Xenomai and RTnet. Finally it was solved disabling some parameters in kernel (nosmap) Thanks again Jan. That parameter is an interesting feature of the Intel processors [1,2], that IMHO affects all the RTnet code and I hope that nothing more of

Re: [Xenomai] Xenomai 3.0.3 is broken in my system (was Regarding Xenomai and RTNET)

2016-10-05 Thread Leopold Palomo-Avellaneda
El Dimecres, 5 d'octubre de 2016, a les 14:45:19, Jan Kiszka va escriure: > On 2016-10-05 14:42, Leopold Palomo-Avellaneda wrote: > > El Dimecres, 5 d'octubre de 2016, a les 12:39:04, Jan Kiszka va escriure: > >> On 2016-10-04 17:36, Leopold Palomo-Avellaneda wrote: > >&g

Re: [Xenomai] Xenomai 3.0.3 is broken in my system (was Regarding Xenomai and RTNET)

2016-10-05 Thread Leopold Palomo-Avellaneda
El Dimecres, 5 d'octubre de 2016, a les 12:39:04, Jan Kiszka va escriure: > On 2016-10-04 17:36, Leopold Palomo-Avellaneda wrote: > > El Dilluns, 3 d'octubre de 2016, a les 18:12:12, Leopold Palomo-Avellaneda > > va> > > escriure: > >> Hi, > >> >

Re: [Xenomai] Xenomai 3.0.3 is broken in my system (was Regarding Xenomai and RTNET)

2016-10-04 Thread Leopold Palomo-Avellaneda
El Dilluns, 3 d'octubre de 2016, a les 18:12:12, Leopold Palomo-Avellaneda va escriure: > Hi, > > I have been making some tests and I have arrived to the conclusion that the > PC that I would like to install Xenomai and RTNET doesn't like it. > > It's a PC with a motherboard

Re: [Xenomai] Regarding Xenomai and RTNET

2016-10-03 Thread Leopold Palomo-Avellaneda
El Divendres, 30 de setembre de 2016, a les 16:06:15, Philippe Gerum va escriure: > On 09/30/2016 02:15 PM, Leopold Palomo-Avellaneda wrote: > > Hi, > > > > > > I'm fighting with some code to run with Xenomai 3. One of the projects is > > soem [1]. > &g

Re: [Xenomai] rthal_strncpy_from_user bug

2016-09-29 Thread Leopold Palomo-Avellaneda
El Dijous, 29 de setembre de 2016, a les 13:04:48, Leopold Palomo-Avellaneda va escriure: > El Dijous, 29 de setembre de 2016, a les 12:49:18, Henning Schild va escriure: > > Am Wed, 28 Sep 2016 13:12:12 +0200 > > > > schrieb Leopold Palomo-Avellaneda <l...

Re: [Xenomai] rthal_strncpy_from_user bug

2016-09-29 Thread Leopold Palomo-Avellaneda
El Dijous, 29 de setembre de 2016, a les 12:49:18, Henning Schild va escriure: > Am Wed, 28 Sep 2016 13:12:12 +0200 > > schrieb Leopold Palomo-Avellaneda <l...@alaxarxa.net>: > > Hi, > > > > > > I'm trapped between 2.6.x and 3.x versions. The question t

[Xenomai] rthal_strncpy_from_user bug

2016-09-28 Thread Leopold Palomo-Avellaneda
Hi, I'm trapped between 2.6.x and 3.x versions. The question to not boring you is that I'm having a lot of problems with this soft 3.x so I try to go back again to 2.6. However, I need to use a modern hardware (new development) and 2.6 have some issues especially rtnet that doesn't work

Re: [Xenomai] Cannot create a share library linked against Xenomai libs

2016-09-21 Thread Leopold Palomo-Avellaneda
El Dimecres, 21 de setembre de 2016, a les 10:30:43, Philippe Gerum va escriure: [...] > > This option is a shorthand for people with a very specific requirement > for building a shared library with Xenomai auto-init capabilities, just to build a shared library. This is new form Xenomai 3 >

Re: [Xenomai] multiarch on ipipe kernel

2016-09-13 Thread Leopold Palomo-Avellaneda
El Dimarts, 13 de setembre de 2016, a les 12:26:33, Frederik Bayart va escriure: > Should it be possible to run an 32 bit non-rt binary on a 64 bit ipipe > kernel ? I'm using debian jessie amd64 and xenomai 2.6.4 on kernel 3.18.20 > > I have added i386 as foreing architecture and installed the

Re: [Xenomai] Porting a library to Xenomai

2015-12-17 Thread Leopold Palomo-Avellaneda
El Dijous, 17 de desembre de 2015, a les 01:05:18, Gilles Chanteperdrix va escriure: [...] > > > > - Some of you have tried to "Xenomaize" a common POSIX library, for > > instance with threads and sockets (Poco?... )? > > Yes, back in 2006 to 2009, I ported several applications related to >

Re: [Xenomai] Porting a library to Xenomai

2015-12-16 Thread Leopold Palomo-Avellaneda
El Dimarts, 15 de desembre de 2015, a les 16:46:21, Gilles Chanteperdrix va escriure: > On Tue, Dec 15, 2015 at 04:16:23PM +0100, Leopold Palomo-Avellaneda wrote: > > El Divendres, 11 de desembre de 2015, a les 17:31:14, Gilles Chanteperdrix > > va escriure: > > [...

Re: [Xenomai] Porting a library to Xenomai

2015-12-15 Thread Leopold Palomo-Avellaneda
El Divendres, 11 de desembre de 2015, a les 17:31:14, Gilles Chanteperdrix va escriure: [...] > > The fact that wrapping may be a problem for large applications where > you only want a small part of the application to use xenomai > services is the reason why Xenomai 3.x gives you another

[Xenomai] Porting a library to Xenomai

2015-12-11 Thread Leopold Palomo-Avellaneda
Hi, I'm working to make a library to work with Xenomai. It's a library that has a thread and open a socket to communicate with an external device via network. I have read the guide "Porting a Linux application to Xenomai dual kernel [1]" but still I have some doubts in some details. So, here

Re: [Xenomai] Porting a library to Xenomai

2015-12-11 Thread Leopold Palomo-Avellaneda
El Divendres, 11 de desembre de 2015, a les 14:20:12, Gilles Chanteperdrix va escriure: > On Fri, Dec 11, 2015 at 01:44:01PM +0100, Leopold Palomo-Avellaneda wrote: > > Hi, > > > > I'm working to make a library to work with Xenomai. It's a library that > > has

Re: [Xenomai] Porting a library to Xenomai

2015-12-11 Thread Leopold Palomo-Avellaneda
El Divendres, 11 de desembre de 2015, a les 15:09:27, Gilles Chanteperdrix va escriure: [...] > > > > No Gilles, that's the point that I don't understand. Maybe it could be a > > language problem. > > If you do not understand the text. Read the example. what I'm worried about if theses wraps

[Xenomai] ARM64 support

2015-10-17 Thread Leopold Palomo-Avellaneda
Hi, I have been searching on the web if Xenomai works in ARM64 or not. I have found some mails on the list in march, but I don't know if it's supporting now or not. Please, could you explain the status of the port? Best regards, Leopold [1]

Re: [Xenomai] [RELEASE] Xenomai 3.0

2015-10-08 Thread Leopold Palomo-Avellaneda
El Dijous, 8 d'octubre de 2015, a les 17:13:23, Philippe Gerum va escriure: > Eventually, > > http://xenomai.org/downloads/xenomai/stable/latest/xenomai-3.0.tar.bz2 > > Thanks to everyone involved. Great! Now, we should make a feast -- -- Linux User 152692 GPG: 05F4A7A949A2D9AA

Re: [Xenomai] Debian package of Xenomai 2.6.4

2015-06-26 Thread Leopold Palomo-Avellaneda
El Divendres, 26 de juny de 2015, a les 14:49:47, Gilles Chanteperdrix va escriure: On Thu, Jun 25, 2015 at 11:10:32PM +0200, Leopold Palomo-Avellaneda wrote: El Dijous, 25 de juny de 2015, a les 22:56:08, Gilles Chanteperdrix va escriure: On Thu, Jun 25, 2015 at 01:43:51PM +0200

Re: [Xenomai] Debian package of Xenomai 2.6.4

2015-06-25 Thread Leopold Palomo-Avellaneda
El Dijous, 25 de juny de 2015, a les 14:01:16, Gilles Chanteperdrix va escriure: On Thu, Jun 25, 2015 at 01:43:51PM +0200, Leopold Palomo-Avellaneda wrote: Hi, in the lasts days I have been working in the Debian package of xenomai. By now 2.6.4, but 3.0 is in the agenda, so I will begin

[Xenomai] Debian package of Xenomai 2.6.4

2015-06-25 Thread Leopold Palomo-Avellaneda
Hi, in the lasts days I have been working in the Debian package of xenomai. By now 2.6.4, but 3.0 is in the agenda, so I will begin to work on it soon. I'm working for the officially Debian package for the Debian organization. I'm not alone, I'm collaborating with official maintainer (Roland

Re: [Xenomai] Debian package of Xenomai 2.6.4

2015-06-25 Thread Leopold Palomo-Avellaneda
El Dijous, 25 de juny de 2015, a les 22:56:08, Gilles Chanteperdrix va escriure: On Thu, Jun 25, 2015 at 01:43:51PM +0200, Leopold Palomo-Avellaneda wrote: - I have removed the previous debian patches (incorporated by upstream) but I have added one commit from upstream to build with 2.6.4

Re: [Xenomai] Debian package of Xenomai 2.6.4

2015-06-25 Thread Leopold Palomo-Avellaneda
El Dijous, 25 de juny de 2015, a les 14:54:14, Gilles Chanteperdrix va escriure: - Drop /dev from libxenomai1. The /dev directory is created by udev. All debian systems have udev. However, I'm thinking to have another package with this stuff. What do you think? You

Re: [Xenomai] Debian package of Xenomai 2.6.4

2015-06-25 Thread Leopold Palomo-Avellaneda
El Dijous, 25 de juny de 2015, a les 16:06:41, Gilles Chanteperdrix va escriure: On Thu, Jun 25, 2015 at 03:56:49PM +0200, Leopold Palomo-Avellaneda wrote: El Dijous, 25 de juny de 2015, a les 14:54:14, Gilles Chanteperdrix va escriure: - Drop /dev from libxenomai1. The /dev

Re: [Xenomai] Rtnet driver of RTL8111/8168/8411

2015-06-19 Thread Leopold Palomo-Avellaneda
. Gabriele Thanks Gabriele, It doesn't compile, so I don't know how updated is that driver. Il Giovedì 18 Giugno 2015 17:27, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org ha scritto: Leopold Palomo-Avellaneda wrote: Hi, just to confirm. I assume that if my box has

[Xenomai] Rtnet driver of RTL8111/8168/8411

2015-06-18 Thread Leopold Palomo-Avellaneda
Hi, just to confirm. I assume that if my box has this ethernet chipset: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet the rt_r8169 doesn't work, although the linux module is r8169. Is it correct? And I'm saying this because although I'm using xenomai 2.6.4

Re: [Xenomai] License Issues

2015-06-17 Thread Leopold Palomo-Avellaneda
El Dimecres, 17 de juny de 2015, a les 12:48:13, Lennart Sorensen va escriure: On Wed, Jun 17, 2015 at 06:25:05PM +0200, Leopold Palomo-Avellaneda wrote: Hi, using a debian tool to check the license of the package I have found that his files: Well here is my guess based on reading

Re: [Xenomai] License Issues

2015-06-17 Thread Leopold Palomo-Avellaneda
El Dimecres, 17 de juny de 2015, a les 19:25:56, Gilles Chanteperdrix va escriure: Leopold Palomo-Avellaneda wrote: Hi, using a debian tool to check the license of the package I have found that his files: This mail looks very different from the one you sent me privately and I told

[Xenomai] License Issues

2015-06-17 Thread Leopold Palomo-Avellaneda
Hi, using a debian tool to check the license of the package I have found that his files: examples/Makefile examples/common/Makefile examples/native/Makefile examples/native/rtprint.c examples/native/sigdebug.c

Re: [Xenomai] Generating the documentation

2015-06-15 Thread Leopold Palomo-Avellaneda
El Dilluns, 15 de juny de 2015, a les 10:47:36, Gilles Chanteperdrix va escriure: Leopold Palomo-Avellaneda wrote: Hi, I try to generate the documentation (2.6.4, official tarball) using: ./configure --enable-dox-doc and I have found that make -jX with X = 2 fails: and I

Re: [Xenomai] Generating the documentation

2015-06-15 Thread Leopold Palomo-Avellaneda
El Dilluns, 15 de juny de 2015, a les 11:09:39, Gilles Chanteperdrix va escriure: Leopold Palomo-Avellaneda wrote: El Dilluns, 15 de juny de 2015, a les 10:47:36, Gilles Chanteperdrix va escriure: Leopold Palomo-Avellaneda wrote: Hi, I try to generate the documentation (2.6.4

[Xenomai] Generating the documentation

2015-06-15 Thread Leopold Palomo-Avellaneda
Hi, I try to generate the documentation (2.6.4, official tarball) using: ./configure --enable-dox-doc and I have found that make -jX with X = 2 fails: and I got this message: make[2]: Entering directory '/srv/drp/packages/xenomai/xenomai.git/build/doc/doxygen' doxygen make[2]: *** No rule

Re: [Xenomai] Gpg signatures of releases

2015-06-01 Thread Leopold Palomo-Avellaneda
El Dilluns, 1 de juny de 2015, a les 12:17:06, Gilles Chanteperdrix va escriure: On Mon, Jun 01, 2015 at 12:11:03AM +0200, Leopold Palomo-Avellaneda wrote: Hi, who sig http://download.gna.org/xenomai/stable/latest/*.sig ? I do. There used to be a readme file that said so

[Xenomai] Gpg signatures of releases

2015-05-31 Thread Leopold Palomo-Avellaneda
Hi, who sig http://download.gna.org/xenomai/stable/latest/*.sig ? Leopold -- -- Linux User 152692 GPG: 05F4A7A949A2D9AA Catalonia - A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A:

Re: [Xenomai] [PATCH] debian: remove xeno-config from libxenomai-dev package

2015-05-28 Thread Leopold Palomo-Avellaneda
El Dijous, 28 de maig de 2015, a les 01:51:31, Gilles Chanteperdrix va escriure: [...] dropped all your complains to debian. I must read and answer more careful and I don't know if the xenomai list is the proper audience. Just to add something more to the subject: I do not think being

Re: [Xenomai] [PATCH] debian: remove xeno-config from libxenomai-dev package

2015-05-27 Thread Leopold Palomo-Avellaneda
El Dimecres, 27 de maig de 2015, a les 17:57:32, Gilles Chanteperdrix va escriure: On Wed, May 27, 2015 at 03:43:18PM +0200, Gilles Chanteperdrix wrote: On Wed, May 27, 2015 at 01:49:20PM +0200, Philippe Gerum wrote: On 05/27/2015 01:09 PM, Henning Schild wrote: On Wed, 27 May 2015

Re: [Xenomai] [PATCH] debian: remove xeno-config from libxenomai-dev package

2015-04-30 Thread Leopold Palomo-Avellaneda
El Dijous, 30 d'abril de 2015, a les 14:23:59, Gilles Chanteperdrix va escriure: On Thu, Apr 30, 2015 at 01:59:54PM +0200, Henning Schild wrote: Since 8871363fa57266af4c8d8a06965f2898b940fb48 the binary and its man-page are in the base package (xenomai-runtime). Remove the files from the

Re: [Xenomai] Packaging Xenomai-3

2015-01-26 Thread Leopold Palomo-Avellaneda
El Dilluns, 26 de gener de 2015, a les 13:08:24, Gilles Chanteperdrix va escriure: On Sun, Jan 25, 2015 at 07:43:21PM +0100, Leopold Palomo-Avellaneda wrote: El Diumenge, 25 de gener de 2015, a les 19:10:16, Philippe Gerum va escriure: On 01/25/2015 12:14 PM, Leopold Palomo-Avellaneda

Re: [Xenomai] Packaging Xenomai-3

2015-01-26 Thread Leopold Palomo-Avellaneda
El Dilluns, 26 de gener de 2015, a les 15:01:27, Philippe Gerum va escriure: On 01/26/2015 01:39 PM, Leopold Palomo-Avellaneda wrote: Maybe I'm wrong. But after reading this thread I understood that to have a kernel with both patches (i-pipe and preempt_rt) and, I understand, Xenomai-3

  1   2   >