Re: building rtems-net-legacy failed

2024-05-29 Thread Miroslaw Dach
Hi John and Joel, > It is enable/disable networking (e.g. --enable-networking when you configure RTEMS itself) and then do not reference the legacy repository at all. I built RTEMS 5 with --enable-networking >and then do not reference the legacy repository at all. How to build then rtems-net-ser

building rtems-net-legacy failed

2024-05-27 Thread Miroslaw Dach
Hi All, I have tried first to build rtems-net-services. The configure faction: waf configure --prefix=/my_devl/rtems-5/5 --rtems-version=5 --rtems-archs=powerpc --rtems-bsps=powerpc/mvme3100 failed: Checking for library bsd : not found Checking for library networking

Re: EPICS and tftp file system

2024-02-23 Thread Miroslaw Dach
Hi Michael, I tried to read and write to/from the tftp server using the command line tftp on my linux computer and all of that works fine so it looks to me to be an issue with the RTEMS/EPICS setup. Best Regards Mirek ___ users mailing list users@rtems.

Re: EPICS and tftp file system

2024-02-15 Thread Miroslaw Dach
Hi Frank, Thank you for your feedback on that. It might be then the setup in EPICS. Best Regards Mirek czw., 15 lut 2024 o 02:26 Frank Kühndel napisał(a): > Hello Miroslaw, > > On 2/14/24 21:54, Miroslaw Dach wrote: > > Thanks for your e-mail. > >> TFTP is normally on

Re: EPICS and tftp file system

2024-02-14 Thread Miroslaw Dach
y… > > - Andrew > > -- > Complicity is easy, Simplexity takes real work > > On Feb 14, 2024, at 2:23 PM, Miroslaw Dach > wrote: > >  > Hello, > > I have two types of the EPICS and RTEMS 4.10 and RTEMS5 bases systems. > They all use the nfs v2 mount points on

EPICS and tftp file system

2024-02-14 Thread Miroslaw Dach
Hello, I have two types of the EPICS and RTEMS 4.10 and RTEMS5 bases systems. They all use the nfs v2 mount points on the Linus remote host. We current mirage in our lab to the newer version of the LINUX os (Rocky Linux 8) which seems to not support NFS V2. Since I can not migrate to the RTEMS6 an

Re: RTEMS5 and network statistics

2023-01-12 Thread Miroslaw Dach
isał(a): > Hello Miroslaw, > > On 11.01.23 23:57, Miroslaw Dach wrote: > > I use RTEMS5 on mvme3100. > > I would like to read network statistics. I am interested in the > > transmitted and received bytes and packets. > > There is a function call > > *rtems_bsdn

RTEMS5 and network statistics

2023-01-11 Thread Miroslaw Dach
Hello, I use RTEMS5 on mvme3100. I would like to read network statistics. I am interested in the transmitted and received bytes and packets. There is a function call *rtems_bsdnet_show_if_stats (void)* in *./cpukit/libnetworking/rtems/rtems_showifstat.c* which uses the BSP specific call: *(*ifp->i

Re: RTEMS5 and file descriptors

2022-10-20 Thread Miroslaw Dach
> On 18/10/2022 9:19 am, Miroslaw Dach wrote: > >>AFAIK you'd have to patch the header in the C Library when building the > tools > > using the RSB to have a possible clean solution. Editing the installed > header > > would be uncool. > > I see , I tho

Re: RTEMS5 and file descriptors

2022-10-17 Thread Miroslaw Dach
tors do you need? And will you be using select()? I need maximum 128 file descriptors to be used. Best Regards Mirek pon., 17 paź 2022 o 11:39 Joel Sherrill napisał(a): > > > On Mon, Oct 17, 2022, 12:23 PM Miroslaw Dach > wrote: > >> Hello, >> >> I have followed

RTEMS5 and file descriptors

2022-10-17 Thread Miroslaw Dach
Hello, I have followed the instruction to change the limit of File Descriptors higher than 64: https://docs.rtems.org/branches/master/user/migration/v4_11-to-v5.html chapter 13.1.3. File Descriptors Is it required to rebuild the RTEMS5 kernel with the macro FD_SETSIZE set to the higher value th

Re: RTEMS 5 on mcp750 fails

2022-10-12 Thread Miroslaw Dach
sues. Do you think that for the card with 32MB of RAM better option would be to use just: #define CONFIGURE_EXECUTIVE_RAM_SIZE (30*1024*1024) #define CONFIGURE_UNIFIED_WORK_AREAS Best Regards Mirek pon., 23 maj 2022 o 17:55 Miroslaw Dach napisał(a): > I have changed the CONFIGURE_EX

Re: RTEMS 5 on mcp750 fails

2022-05-23 Thread Miroslaw Dach
the number of failed allocations. I hope that the RAM size (32MB) of the mcp750 card is good enough. Best Regards Mirek sob., 21 maj 2022 o 12:42 Miroslaw Dach napisał(a): > Hi Joel, > > >If it is configured for unified workspace, you wouldn't specify extra > stacks and thi

Re: RTEMS 5 on mcp750 fails

2022-05-21 Thread Miroslaw Dach
ZE 32 #define CONFIGURE_UNLIMITED_OBJECTS Best Regards Mirek sob., 21 maj 2022 o 10:06 Joel Sherrill napisał(a): > > > On Sat, May 21, 2022, 11:02 AM Miroslaw Dach > wrote: > >> Hi Hainz, >> >> Thanks for the indication. I have exactly found this setting and am going >> to redu

Re: RTEMS 5 on mcp750 fails

2022-05-21 Thread Miroslaw Dach
ASK_STACKS (4000 * > RTEMS_MINIMUM_STACK_SIZE) > > #define CONFIGURE_UNLIMITED_ALLOCATION_SIZE 32 > #define CONFIGURE_UNLIMITED_OBJECTS > #define CONFIGURE_UNIFIED_WORK_AREAS > … > > best regards, > Heinz > > > On 21. May 2022, at 00:21, Joel Sherrill

Re: Fwd: RTEMS 5 on mcp750 fails

2022-05-20 Thread Miroslaw Dach
2022 o 00:53 Chris Johns napisał(a): > On 18/5/2022 9:36 am, Miroslaw Dach wrote: > > Dear RTEMS Users and Developers, > > > > I have built RTEMS 5 with EPICS 7 and tried to boot my application on > > mcp750 cPCI board. > > The first thing that I have encountered is t

Fwd: RTEMS 5 on mcp750 fails

2022-05-17 Thread Miroslaw Dach
Dear RTEMS Users and Developers, I have built RTEMS 5 with EPICS 7 and tried to boot my application on mcp750 cPCI board. The first thing that I have encountered is that the boot file is in the elf format so I have converted it to the binary one.: powerpc-rtems5-objcopy -I elf32-powerpc -O binary