https://xenomai.org/documentation/xenomai-3/html/MIGRATION/#_rtnet_changes

I believe RTNet is built into Xenomai 3, so you just have to enable to
it in your menuconfig stage.  You don't have to build it separately.
I don't work with RTNet that much so my bad on longer answer.  You
should be able to enable the rtnet drivers you need from menuconfig
and then insert the drivers using modprobe.  You will have to unbind
the non-rt Ethernet drivers.  There was a recent thread that went into
detail about how to do this, please look at that thread.

On Wed, Feb 28, 2018 at 11:46 AM, Шевченко Тарас Григорьевич
<shevchenko.ta...@triolcorp.com.ua> wrote:
>
> Yes, all from sources
> I Download it
>
> wget https://xenomai.org/downloads/xenomai/stable/xenomai-3.0.5.tar.bz2
>
>
> wget 
> https://xenomai.org/downloads/ipipe/v4.x/x86/ipipe-core-4.9.38-x86-4.patch
>
>
> and apply
> ../xenomai-3.0.5/scripts/prepare-kernel.sh --arch=x86_64 
> --ipipe=ipipe-core-4.9.38-x86-4.patch
>
> then   make menuconfig
>
> then install
> and so on.....
>
> С уважением и надеждой на сотрудничество,
> Шевченко Т.Г.
>
> ----- Original Message -----
> From: "Greg Gallagher" <g...@embeddedgreg.com>
> To: "Шевченко Тарас Григорьевич" <shevchenko.ta...@triolcorp.com.ua>, 
> "xenomai" <xenomai@xenomai.org>
> Sent: Wednesday, February 28, 2018 6:37:49 PM
> Subject: Re: [Xenomai] RTnet
>
> Please use reply all when responding or the rest of the list won't get
> the benefit of the question or have the chance to help answer.
>
> Have you built Xenomai from source?  It looks like you are pointing to
> the modules only, I believe it needs the patched kernel source.
>
> -Greg
>
> On Wed, Feb 28, 2018 at 11:02 AM, Шевченко Тарас Григорьевич
> <shevchenko.ta...@triolcorp.com.ua> wrote:
>> Thank for your reply
>>
>> I try  follow instruction  https://xenomai.org//rtnet-installation/
>>
>>
>> after make menuconfig and set options
>>
>>     Variant→Xenomai 2.1
>>     Add-ons→Real-time Capturing Support→ON
>>     Examples→RTnet Application Examples→ON
>> I  get
>>
>> .....
>>
>> checking for RTnet Kconfig file... .rtnet_config (supplied)
>> checking for RT-extension... configure: error: *** RT-extended kernel not 
>> found in /lib/modules/4.9.38-xenomai-3.0.5/build
>> makefile:51: recipe for target 'config.status' failed
>> make: *** [config.status] Error 1
>>
>>
>> this folder and path exist
>>
>> [*] RTnet Application Examples       │ │
>>   │ │()    Real-time Extension Config-Tool Path (NEW)    which path  should 
>> I write here ?
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> С уважением и надеждой на сотрудничество,
>> Шевченко Т.Г.
>>
>> ----- Original Message -----
>> From: "Greg Gallagher" <g...@embeddedgreg.com>
>> To: "Шевченко Тарас Григорьевич" <shevchenko.ta...@triolcorp.com.ua>, 
>> "xenomai" <xenomai@xenomai.org>
>> Sent: Wednesday, February 28, 2018 5:33:25 PM
>> Subject: Re: [Xenomai] RTnet
>>
>> Posting back to the list.  RtNet can be used with Xenomai-3, there's
>> been some recent discussion on how to do this.  You should look back
>> through the archive and see if those messages help and then if they
>> don't post back with a specific question.
>>
>> On Wed, Feb 28, 2018 at 10:19 AM, Шевченко Тарас Григорьевич
>> <shevchenko.ta...@triolcorp.com.ua> wrote:
>>> But  is it possible to use  Xenomai 3  with RTnet ?
>>> Could you point me right way to do it ?
>>>
>>> С уважением и надеждой на сотрудничество,
>>> Шевченко Т.Г.
>>>
>>> ----- Original Message -----
>>> From: "Greg Gallagher" <g...@embeddedgreg.com>
>>> To: "Шевченко Тарас Григорьевич" <shevchenko.ta...@triolcorp.com.ua>
>>> Cc: "xenomai" <xenomai@xenomai.org>
>>> Sent: Wednesday, February 28, 2018 5:01:23 PM
>>> Subject: Re: [Xenomai] RTnet
>>>
>>> It looks like Xenomai 3.05 is not supported with the instructions you
>>> are following.
>>>
>>> -Greg
>>>
>>> On Wed, Feb 28, 2018 at 9:13 AM, Шевченко Тарас Григорьевич
>>> <shevchenko.ta...@triolcorp.com.ua> wrote:
>>>>
>>>> Hi!
>>>>
>>>> I do it first time and followed 
>>>> http://rtt-lwr.readthedocs.io/en/latest/rtpc/rtnet.html
>>>>
>>>> I tried to install rtnet and get some error
>>>> taras@prog-pc12:~/RTnet$ sudo make menuconfig
>>>> make[1]: Entering directory '/home/taras/RTnet/scripts/kconfig'
>>>> #
>>>> # using defaults found in ../../.rtnet_config
>>>> #
>>>>
>>>>
>>>> *** End of RTnet configuration.
>>>> *** Execute 'make' to build RTnet or try 'make help'.
>>>>
>>>> make[1]: Leaving directory '/home/taras/RTnet/scripts/kconfig'
>>>> /bin/sh: 3: /home/taras/RTnet/configure: not found
>>>> makefile:51: recipe for target 'config.status' failed
>>>> make: *** [config.status] Error 1
>>>>
>>>>
>>>>
>>>> or if i do  ./configure    a get
>>>> checking for main in -lncurses... yes
>>>> checking for RTnet Kconfig file... ./defconfig (default)
>>>>
>>>> checking for RT-extension... /usr/xenomai (Xenomai 2.0.x)
>>>> checking for Xenomai version... configure: error: *** Unsupported Xenomai 
>>>> version 3.0.5 in /usr/xenomai
>>>> taras@prog-pc12:~/RTnet$
>>>>
>>>> What s wrong ? Please help/
>>>>
>>>> some outputs
>>>>
>>>> taras@prog-pc12:/usr/xenomai/bin$ ./xeno-config --info|grep -i build
>>>> Build args: --with-pic --with-core=cobalt --enable-smp --disable-tls 
>>>> --enable-dlopen-libs --disable-clock-monotonic-raw
>>>>
>>>> taras@prog-pc12:/usr/xenomai/bin$ cd /usr/xenomai/sbin/
>>>> taras@prog-pc12:/usr/xenomai/sbin$ ./version
>>>> Xenomai/cobalt v3.0.5
>>>>
>>>> taras@prog-pc12:/usr/xenomai/sbin$ uname -r
>>>> 4.9.38-xenomai-3.0.5
>>>>
>>>>
>>>>
>>>> С уважением и надеждой на сотрудничество,
>>>> Шевченко Т.Г.
>>>> _______________________________________________
>>>> Xenomai mailing list
>>>> Xenomai@xenomai.org
>>>> https://xenomai.org/mailman/listinfo/xenomai

_______________________________________________
Xenomai mailing list
Xenomai@xenomai.org
https://xenomai.org/mailman/listinfo/xenomai

Reply via email to