Re: [Xenomai] beaglebone: arm: xeno-test gives segmentation fault - test dlopen failed

2018-06-26 Thread Pintu Kumar
One more thing, On x86 xeno-test works fine even with dlopen. This problem is seen only of arm and arm64 boards. Thanks, Pintu On Tue, Jun 26, 2018 at 10:16 PM Pintu Kumar wrote: > > Ok Greg thanks a lot. > > Yes, I can recompile it, but for now I want to get rid of this dlopen > to pass rest

Re: [Xenomai] beaglebone: arm: xeno-test gives segmentation fault - test dlopen failed

2018-06-26 Thread Pintu Kumar
Ok Greg thanks a lot. Yes, I can recompile it, but for now I want to get rid of this dlopen to pass rest of xeno-test. Please let me know how to disable it from configure.ac Thanks, Pintu On Tue, Jun 26, 2018 at 8:57 PM Greg Gallagher wrote: > > Hi, > I'll take a look at this tonight. I'll

Re: [Xenomai] beaglebone: arm: xeno-test gives segmentation fault - test dlopen failed

2018-06-26 Thread Greg Gallagher
Hi, I'll take a look at this tonight. I'll confirm if this test is crashing on all platforms or just BB. To disable I believe you'll have to recompile the tests. -Greg On Tue, Jun 26, 2018 at 10:43 AM, Pintu Kumar wrote: > Dear Greg, > > Please let me know how to disable "dlopen" test in

Re: [Xenomai] beaglebone: arm: xeno-test gives segmentation fault - test dlopen failed

2018-06-26 Thread Pintu Kumar
Dear Greg, Please let me know how to disable "dlopen" test in xenomai-next. I even tried, without dlopen parameter during ./configure but still I get the same issue. # ./configure --enable-smp We did not face this issue earlier on xenomai-3 stable branch. So, I am planning to disable it right

[Xenomai] KERNEL OOPS : hikey620: arm64 - while xecuting xeno-test

2018-06-26 Thread Pintu Kumar
Dear Greg/Philippe, I am running xeno-test on hikey620, with following details: - Kernel version: 4.9.51 - ipipe: ipipe-core-4.9.51-arm64-4.patch - xenomai-3 : next branch - xenomai-3 commit until: scripts/prepare-kernel.sh: drop left overs from obsolete ports - version: 3.1-devel Build xenomai

Re: [Xenomai] Kernel oops during rtnet loopback usage on x86_64 (e1000e)

2018-06-26 Thread Pintu Kumar
Dear Jan, Till now I haven't had any success for running my rtnet demo test either or x86 or arm. I even upgraded to xenomai-next (both kernel and user space) but still no luck. Now even the "loopback" test is not working on xenomai-next. Can you confirm, if any of the below rtnet test works

[Xenomai] beaglebone: arm: xeno-test gives segmentation fault - test dlopen failed

2018-06-26 Thread Pintu Kumar
Hi, I am using Kernel 4.9.51 for beagle bone black with xenomai patches from xenomai-next repo. I have installed xenomai-3-next using below: # ./scripts/bootstrap # ./configure --with-pic --with-core=cobalt --enable-smp --disable-tls --enable-dlopen-libs # make # make install After that when I

Re: [Xenomai] [PATCH] ipipe: arm_arch_timer: correct the wrong ipipe_timer setup

2018-06-26 Thread Philippe Gerum
On 06/26/2018 03:32 AM, gengdongjiu wrote: > Hi Philippe, > > On 2018/6/25 18:28, Philippe Gerum wrote: >> On 06/25/2018 04:21 PM, Dongjiu Geng wrote: >>> The arch_timer_mem_use_virtual variable is used to judge the type >>> of memory-mapped timer, it can not be used to judge the type of CP15 >>>