Re: Fwd: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-11 Thread danwe via Xenomai
I have checked ifconifg -a and rtifconfig -a. For my "rtt-sender" do I have to use my IP address 192.168.127.11 or my internet address 127.0.0.1? Output: # rtifconfig -a rteth0Medium: Ethernet Hardware address: 86:98:B3:8B:88:B4 IP address: 192.168.127.11 Broadcast address: 192.168.

Re: Fwd: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-07 Thread Jan Kiszka via Xenomai
On 07.06.19 12:22, danwe wrote: Raw-ethernet rteth0 does work. See the output: # /usr/examples/xenomai/posix/raw-ethernet eth0 cannot get interface index: No such device # /usr/examples/xenomai/posix/raw-ethernet rteth0 Sent frame of 1514 bytes Sent frame of 1514 bytes Sent frame of 1514 bytes S

Re: Fwd: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-07 Thread danwe via Xenomai
Raw-ethernet rteth0 does work. See the output: # /usr/examples/xenomai/posix/raw-ethernet eth0 cannot get interface index: No such device # /usr/examples/xenomai/posix/raw-ethernet rteth0 Sent frame of 1514 bytes Sent frame of 1514 bytes Sent frame of 1514 bytes Sent frame of 1514 bytes shutting d

Re: Fwd: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-07 Thread Jan Kiszka via Xenomai
On 07.06.19 11:40, danwe wrote: I have checked what the generated binary is using. E.g. it is using lines like: 19: 8bc8   0 FUNC   GLOBAL DEFAULT UND ioct1@GLIBC_2.4 (3) 45: 8cc4   0 FUNC   GLOBAL DEFAULT UND socket@GLIBC_2.4 (3) Does that mean that it is using the non-rt glibc service

Re: Fwd: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-07 Thread danwe via Xenomai
Jan Kiszka < > jan.kis...@siemens.com > > <mailto:jan.kis...@siemens.com>>: > > > > On 06.06.19 19:50, danwe via Xenomai wrote: > > > -- Forwarded message - > > > Von: Jan Kiszka jan.kis...@siemens.com>> > >

Re: Fwd: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-07 Thread Jan Kiszka via Xenomai
com>> > Date: Do., 6. Juni 2019 um 12:14 Uhr > Subject: Re: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone > Black > To: danwe mailto:daniel.wenninge...@gmail.com>> > > > Mailingliste! > > On 06.06

Re: Fwd: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-07 Thread danwe via Xenomai
hich MAC belongs to which IP address like I described before? Regards Daniel Am Fr., 7. Juni 2019 um 07:00 Uhr schrieb Jan Kiszka : > On 06.06.19 19:50, danwe via Xenomai wrote: > > -- Forwarded message - > > Von: Jan Kiszka > > Date: Do., 6. Juni 2019

Re: Fwd: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-06 Thread Jan Kiszka via Xenomai
On 06.06.19 19:50, danwe via Xenomai wrote: -- Forwarded message - Von: Jan Kiszka Date: Do., 6. Juni 2019 um 12:14 Uhr Subject: Re: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black To: danwe Mailingliste! On 06.06.19 12:10, danwe wrote: Oh that's wha

Fwd: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-06 Thread danwe via Xenomai
-- Forwarded message - Von: Jan Kiszka Date: Do., 6. Juni 2019 um 12:14 Uhr Subject: Re: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black To: danwe Mailingliste! On 06.06.19 12:10, danwe wrote: > Oh that's what I'm doing. Sorry for the mis

Re: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-06 Thread Jan Kiszka via Xenomai
[Re-adding the list] On 06.06.19 11:40, danwe wrote: Hello Jan, yes the source for RTnet was the reason for the version choice. I did get the whole operation system (with Kernel, Xenomai, RTnet) from one programmer who made it out of buildroot and who said that RTnet is only working on BBB if

Re: Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-05 Thread Jan Kiszka via Xenomai
On 05.06.19 12:30, danwe via Xenomai wrote: Hello, I am using two Beaglebone Black with Linux kernel version 3.8.13 and Xenomai version 2.6.3. I have built the Kernel with Xenomai and RTnet with Why did you choose these old versions? The problem might be unrelated, but it's now impossible for

Round-Trip Time Requester with Xenomai / RTnet on Beaglebone Black

2019-06-05 Thread danwe via Xenomai
Hello, I am using two Beaglebone Black with Linux kernel version 3.8.13 and Xenomai version 2.6.3. I have built the Kernel with Xenomai and RTnet with buildroot. At the moment I am trying to use the provided source-files "rtt-sender" and "rtt-responder" for sending some "Round-Trip Time Request".