Re: [I-PIPE] ipipe-core-4.4.185-cip35-x86-16 released

2019-08-07 Thread Josef Holzmayr via Xenomai
Hey Jan, On Wed, Aug 07, 2019 at 06:51:27PM +0200, Jan Kiszka via Xenomai wrote: > On 07.08.19 18:45, xenomai--- via Xenomai wrote: > > Download URL: > > https://xenomai.org/downloads/ipipe/v4.x/x86/ipipe-core-4.4.185-cip35-x86-16.patch > > > > Repository: https://git.xenomai.org/ipipe-x86 > >

Re: Fwd: Building Xenomai 3 , Kernel 4 ... for BeagleBone Black

2019-07-31 Thread Josef Holzmayr via Xenomai
On Wed, Jul 31, 2019 at 09:59:41AM +0200, danwe wrote: > Thanks for the setup. Sorry for asking but as I am new to that topic I > don't understand how to use that site u sent me. Do I have to download > Xenomai 3 first and then copy/paste the files on your site? I don't really > understand the

Re: Fwd: Building Xenomai 3 , Kernel 4 ... for BeagleBone Black

2019-07-31 Thread Josef Holzmayr via Xenomai
On Wed, Jul 31, 2019 at 08:50:18AM +0200, danwe via Xenomai wrote: > Thanks for your response. Maybe it was a bit unclear from my side: > I need to build the Kernel and Xenomai 3. So I do neither want to build the > kernel and userland tools on top of an existing image nor building anything > on

Re: Xenomai kernel for BBB

2019-04-13 Thread Josef Holzmayr via Xenomai
Hi Jan, On Thu, Apr 04, 2019 at 12:47:10PM +0200, Josef Holzmayr via Xenomai wrote: > On Thu, Apr 04, 2019 at 12:12:10PM +0200, Jan Kiszka wrote: > > > > BTW, if you have time to test the current ipipe-4.4.y[-cip] branches, I > > would also tag ARM stable releases for them.

Re: Xenomai kernel for BBB

2019-04-04 Thread Josef Holzmayr via Xenomai
On Thu, Apr 04, 2019 at 12:12:10PM +0200, Jan Kiszka wrote: > On 04.04.19 11:24, Josef Holzmayr wrote: > > On Thu, Apr 04, 2019 at 10:40:13AM +0200, Jan Kiszka via Xenomai wrote: > > > On 04.04.19 10:31, Philippe Gerum via Xenomai wrote: > > > > On 4/3/19 7:16 PM, Philippe Gerum wrote: > > > > >

Re: Xenomai kernel for BBB

2019-04-04 Thread Josef Holzmayr via Xenomai
On Thu, Apr 04, 2019 at 10:40:13AM +0200, Jan Kiszka via Xenomai wrote: > On 04.04.19 10:31, Philippe Gerum via Xenomai wrote: > > On 4/3/19 7:16 PM, Philippe Gerum wrote: > > > On 4/3/19 9:55 AM, Pierre FICHEUX via Xenomai wrote: > > > > Hi, > > > > > > > > Xenomai kernel (-xenomai branches) is

Re: [ANNOUNCE] Xenomai 3.0.8 released

2019-01-16 Thread Josef Holzmayr via Xenomai
On Tue, Jan 15, 2019 at 06:02:09PM +0100, Jan Kiszka wrote: > On 15.01.19 15:23, Josef Holzmayr wrote: > > Hi Jan, > > > > On Mon, Jan 14, 2019 at 04:12:32PM +0100, Jan Kiszka via Xenomai wrote: > > > An overdue stable release has just been completed. > > > > Do you see any value in a test cycle

Re: [ANNOUNCE] Xenomai 3.0.8 released

2019-01-15 Thread Josef Holzmayr via Xenomai
Hi Jan, On Mon, Jan 14, 2019 at 04:12:32PM +0100, Jan Kiszka via Xenomai wrote: > An overdue stable release has just been completed. Do you see any value in a test cycle comparable to the CIP kernel on the BBB? Greetz -- ——— Josef Holzmayr Software Developer Embedded Systems Tel:

Re: I-pipe 4.4.x-cip

2019-01-10 Thread Josef Holzmayr via Xenomai
On Thu, Dec 20, 2018 at 05:32:37PM +0100, Jan Kiszka wrote: > https://gitlab.denx.de/Xenomai/ipipe/tree/ipipe-4.4.y-cip > > For now, I would ask everyone interested in this baseline, may it be on x86 > or ARM, to try out the new branch. So here's some proper test results for 4.4.166-cip29 /

Re: I-pipe 4.4.x-cip

2018-12-21 Thread Josef Holzmayr via Xenomai
Hi Jan, On Thu, Dec 20, 2018 at 05:32:37PM +0100, Jan Kiszka wrote: > Hi all, > > just a quick note that I started a 4.4-cip based I-pipe tree: > > https://gitlab.denx.de/Xenomai/ipipe/tree/ipipe-4.4.y-cip > > So far it's just a merge of ipipe-4.4.y @ipipe-core-4.4.166-x86-12 with the > CIP

Re: Testing of 4.4/Ipipe + Xenomai 3.0.X on ARM32

2018-11-28 Thread Josef Holzmayr via Xenomai
Hi Jan, On Mon, Nov 26, 2018 at 03:40:38PM +0100, Jan Kiszka wrote: > On 26.11.18 15:30, Josef Holzmayr wrote: > > On Fri, Nov 23, 2018 at 01:48:27PM +0100, Jan Kiszka wrote: > > > On 23.11.18 13:27, Josef Holzmayr via Xenomai wrote: > > > > - only one BSP layer

Re: Testing of 4.4/Ipipe + Xenomai 3.0.X on ARM32

2018-11-26 Thread Josef Holzmayr via Xenomai
Hi Jan, On Fri, Nov 23, 2018 at 01:48:27PM +0100, Jan Kiszka wrote: > Hi Sepp, > > On 23.11.18 13:27, Josef Holzmayr via Xenomai wrote: > > Hello! > > > > To improve the testing situation for the 4.4 Kernel family on ARM32, I > > created a set of layer

[PATCH][xenomai-images] start-qemu.sh: detect if DISPLAY is set

2018-11-22 Thread Josef Holzmayr via Xenomai
If DISPLAY is not set and therefore the SDL-based GUI of QEMU is most likely to fail, we resort to the -nographic variant. Signed-off-by: Josef Holzmayr --- start-qemu.sh | 4 1 file changed, 4 insertions(+) diff --git a/start-qemu.sh b/start-qemu.sh index 3d1117e..0daf69c 100755 ---