Re: xeno-test fails when kernel 64bit userland 32bit

2022-03-25 Thread Paal Tamas via Xenomai
Jan Kiszka írta: >On 25.03.22 13:26, Paal Tamas via Xenomai wrote: >> Dear All, >> I am using xenomai_3.2.1 with kernel 5.10-dovetail on x86_64 platform. I >> compile the kernel to 64bit, but I need to have the userspace as 32bit. So I >> configured the userspace co

xeno-test fails when kernel 64bit userland 32bit

2022-03-25 Thread Paal Tamas via Xenomai
Dear All, I am using xenomai_3.2.1 with kernel 5.10-dovetail on x86_64 platform. I compile the kernel to 64bit, but I need to have the userspace as 32bit. So I configured the userspace compilation the following way: ./configure --with-core=cobalt --enable-smp --enable-pshared --host=i686-linux

Re: RTNET setup issue

2022-03-24 Thread Paal Tamas via Xenomai
"Bezdeka, Florian" írta: >On Wed, 2022-03-23 at 16:02 +0100, Paal Tamas via Xenomai wrote: >> >> Paal Tamas via Xenomai írta: >> > >> > "François Legal" írta: >> > > Le Mercredi, Mars 23, 2022 14:07 CET, Paal Tamas a

Re: RTNET setup issue

2022-03-23 Thread Paal Tamas via Xenomai
Paal Tamas via Xenomai írta: > >"François Legal" írta: >>Le Mercredi, Mars 23, 2022 14:07 CET, Paal Tamas a >>écrit: >> >>> >>> "François Legal" írta: >>> >Le Mercredi, Mars 23, 2022 10:48 CET, Paal Tamas via Xe

Re: RTNET setup issue

2022-03-23 Thread Paal Tamas via Xenomai
"François Legal" írta: >Le Mercredi, Mars 23, 2022 14:07 CET, Paal Tamas a écrit: > >> >> "François Legal" írta: >> >Le Mercredi, Mars 23, 2022 10:48 CET, Paal Tamas via Xenomai >> > a écrit: >> > >> &g

Re: RTNET setup issue

2022-03-23 Thread Paal Tamas via Xenomai
"François Legal" írta: >Le Mercredi, Mars 23, 2022 10:48 CET, Paal Tamas via Xenomai > a écrit: > >> Dear All, I am trying to set up RTNET using the latest xenomai_3.2.1 on an >> x86_64 system. I need only the raw packet (e.g rtpacket layer). I tried a &

RTNET setup issue

2022-03-23 Thread Paal Tamas via Xenomai
Dear All, I am trying to set up RTNET using the latest xenomai_3.2.1 on an x86_64 system. I need only the raw packet (e.g rtpacket layer). I tried a lot of things but I still got errors like: ioctl: Inappropriate ioctl for device I try to use this PCI device: 01:00.0 Ethernet controller:

Re: RTNET i.mx6 raw packets

2021-11-08 Thread Paal Tamas via Xenomai
ai 3.1). > >This work is under test. I hope to send a new proposal by the end of the >month. > >Jean-Baptiste > >Le 07/10/2021 à 10:12, Jan Kiszka a écrit : >> On 01.10.21 10:03, Paal Tamas via Xenomai wrote: >>> Dear All, I would like to use RTNET with raw pac

RTNET i.mx6 raw packets

2021-10-01 Thread Paal Tamas via Xenomai
Dear All, I would like to use RTNET with raw packets on the fec interface of my i.mx6 CPU. The purpose of the whole thing is to use the Soem ECAT master. I am lost. I need your help. Xenomai_3.1, kernel 4.14.78.I am using this rtnet fec patch:

Re: Xenomai 3.1 missing munmap Posix wrapper

2020-04-06 Thread Paal Tamas via Xenomai
Hello Everybody, I just migrated from 2.6.2.1. to 3.1 and run into an issue in my user mode application. The Posix wrapper for the munmap() function is missing. I mean the cobalt.wrappers file does not have a --wrap munmap line and the library does not have

Re: Xenomai 3.1 missing munmap Posix wrapper

2020-04-06 Thread Paal Tamas via Xenomai
>> Hello Everybody, >> >> I just migrated from 2.6.2.1. to 3.1 and run into an issue in my user mode >> application. >> The Posix wrapper for the munmap() function is missing. I mean the >> cobalt.wrappers file does not have a --wrap munmap line and the library does >> not have the function

Xenomai 3.1 missing munmap Posix wrapper

2020-04-06 Thread Paal Tamas via Xenomai
Hello Everybody, I just migrated from 2.6.2.1. to 3.1 and run into an issue in my user mode application. The Posix wrapper for the munmap() function is missing. I mean the cobalt.wrappers file does not have a --wrap munmap line and the library does not have the function either. Why is that?

Re: [Xenomai] Posix named semaphore used by two separate applications

2018-05-28 Thread Paal Tamas
Jan Kiszka <jan.kis...@web.de> írta: >On 2018-05-25 11:18, Paal Tamas wrote: >> >> >> Jan Kiszka <jan.kis...@siemens.com> írta: >>> On 2018-05-24 16:18, Jan Kiszka wrote: >>>> Again, re-adding the list - please always use "rep

Re: [Xenomai] Posix named semaphore used by two separate applications

2018-05-25 Thread Paal Tamas
Jan Kiszka <jan.kis...@siemens.com> írta: >On 2018-05-24 16:18, Jan Kiszka wrote: >> Again, re-adding the list - please always use "reply to all". >> >> On 2018-05-24 13:56, Paal Tamas wrote: >>> >>> >>> Jan Kiszka <jan.kis...@s

[Xenomai] Posix named semaphore used by two separate applications

2018-05-24 Thread Paal Tamas
I would like to use the same named semaphore in two separate Xenomai binaries. I am using the Posix skin. It does not work as I am expecting it. The first instance of my test application creates a named semaphore. It goes to sleep after that. The second instance of the same applications starts

Re: [Xenomai] Memory paging trouble

2014-07-18 Thread Paal Tamas
Gilles Chanteperdrix gilles.chanteperd...@xenomai.org írta: On 07/16/2014 02:42 PM, Paal Tamas wrote: I keep on trying: Gilles, Hopefully this time it will be better. Besides, you can find the test app sourcecode at the end. I am using Xeno 2.6.3 together with a 3.0.15 Linux kernel

Re: [Xenomai] Memory paging trouble

2014-07-18 Thread Paal Tamas
Gilles Chanteperdrix gilles.chanteperd...@xenomai.org írta: On 07/18/2014 11:10 AM, Paal Tamas wrote: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org írta: On 07/16/2014 02:42 PM, Paal Tamas wrote: I keep on trying: Gilles, Hopefully this time it will be better. Besides, you

[Xenomai] Memory paging trouble

2014-07-16 Thread Paal Tamas
Dear All, I am using Xeno 2.6.3 together with a 3.0.15 Linux kernel on an i.MX6 ARM hardware. I am using the Posix skin.I have a memory paging problem inmy user mode app. I don#39;t get any error message, only the contents of my memory buffer gets messed up. I try to describe what I see and

Re: [Xenomai] Memory paging trouble

2014-07-16 Thread Paal Tamas
); // delete[] src_Src2; // delete[] src_Src1; end: return 0; } Gilles Chanteperdrix gilles.chanteperd...@xenomai.org írta: On 07/16/2014 01:23 PM, Paal Tamas wrote: Dear All, I am using Xeno 2.6.3 together with a 3.0.15 Linux kernel on an i.MX6 ARM hardware. I am using the Posix skin.I have

Re: [Xenomai] Memory paging trouble

2014-07-16 Thread Paal Tamas
); free(src_Src2); free(src_Src1); // delete[] src_Src2; // delete[] src_Src1; end: return 0; } Paal Tamas paal...@freemail.hu írta: Gilles, Hopefully this time it will be better. You can find the test code at the end of the email. I am using Xeno 2.6.3 together with a 3.0.15 Linux kernel

Re: [Xenomai] Memory paging trouble

2014-07-16 Thread Paal Tamas
I keep on trying: Gilles, Hopefully this time it will be better. Besides, you can find the test app sourcecode at the end. I am using Xeno 2.6.3 together with a 3.0.15 Linux kernel on an i.MX6 ARM hardware. I am using the Posix skin. I have a memory paging problem inmy user mode app. I don't