Re: Arm64 jitter

2021-04-01 Thread Greg Gallagher via Xenomai
On Mon, Mar 29, 2021 at 9:35 AM Pierre FICHEUX wrote: > Thx a lot ! > > Le lun. 29 mars 2021 à 15:17, Greg Gallagher a > écrit : > >> >> >> On Mon, Mar 29, 2021 at 8:06 AM Pierre FICHEUX >> wrote: >> >>> Hi Greg, >>> >>> Thks for the answer, so you're currently tracking the problem? >>> >>> Le

Re: 回复: Shared Memory by using RT_HEAP

2021-04-01 Thread steve freyder via Xenomai
RT tasks can create/map standard Linux shared memory using either mmap(), or shm_open().?0?2 However, if you need dynamic memory management inside that shared memory, you'd have to add that, along with any required locking, so in that case you're better off using rt_heap_xxx() routines. But,

Re: How to use RTnet on xenomai3?

2021-04-01 Thread François Legal via Xenomai
Le Jeudi, Avril 01, 2021 20:09 CEST, ashwin damle via Xenomai a écrit: > Hello Support, > > I was able to locate the drivers for rtnet (/lib/modules/uname > -r/kernel/drivers/xenomai/net/drivers) and rtnet.conf is located at > /usr/xenomai/etc. It did not require compiling RTnet separately. > >

Re: Help with rtnet with soem

2021-04-01 Thread François Legal via Xenomai
Le Jeudi, Avril 01, 2021 12:47 CEST, John Ho via Xenomai a écrit: > Hi all, > > I wish to ask for some help. I was experiencing some issues with soem and > rtnet. > > I was able to run rtnet with soem till now, however, recently I realized > that rtnet is freezing up occasionally. > > When i

[I-PIPE] ipipe-core-5.4.107-arm-1 released

2021-04-01 Thread xenomai--- via Xenomai
Download URL: https://xenomai.org/downloads/ipipe/v5.x/arm/ipipe-core-5.4.107-arm-1.patch Repository: https://git.xenomai.org/ipipe-arm Release tag: ipipe-core-5.4.107-arm-1

Re: How to use RTnet on xenomai3?

2021-04-01 Thread ashwin damle via Xenomai
Hello Support, I was able to locate the drivers for rtnet (/lib/modules/uname -r/kernel/drivers/xenomai/net/drivers) and rtnet.conf is located at /usr/xenomai/etc. It did not require compiling RTnet separately. I tried following steps mentioned at

Re: 回复: Shared Memory by using RT_HEAP

2021-04-01 Thread Peter Laurich via Xenomai
No other way that I am aware of. I was troubled by the --session and --mem-pool-size switches for a long time as well. Peter On 4/1/2021 10:44 AM, zy wrote: Hi Peter, You solved what has troubled me for a long time. Thank you for your reply. I know the conception of session of linux for the

?????? Shared Memory by using RT_HEAP

2021-04-01 Thread zy via Xenomai
Hi Peter, You solved what has troubled me for a long time. Thank you for your reply. I know the conception of session of linux for the first time. In addition, I would like to know if there is other method ? Best regards, Zhou Yang ---- ??:

Re: Shared Memory by using RT_HEAP

2021-04-01 Thread Peter Laurich via Xenomai
Hello, I suspect that your problem may be the same as I had earlier. If you are sharing heaps then you have more than one program that needs to have the same Xenomai session. Here is how I spawn two programs that share the same heap and other Xenomai objects:    ./initSys  --session=akamina

Help with rtnet with soem

2021-04-01 Thread John Ho via Xenomai
Hi all, I wish to ask for some help. I was experiencing some issues with soem and rtnet. I was able to run rtnet with soem till now, however, recently I realized that rtnet is freezing up occasionally. When i use eno1 with xenomai threading, if my ethercat fails it continues to the next cycle