RE: zynq picozed board

2018-05-28 Thread Siddons, David
BTW, my browser is refusing to access rtems.org because of an expired certificate. Pete. From: Siddons, David Sent: Monday, May 28, 2018 1:12 PM To: users@rtems.org Subject: zynq picozed board Has anyone implemented RTEMS on an Avnet Picozed board? What

zynq picozed board

2018-05-28 Thread Siddons, David
Has anyone implemented RTEMS on an Avnet Picozed board? What needs to be changed in the existing ZynQ support to do that? Thanks, Pete. ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

rsb problem with python

2018-05-28 Thread Siddons, David
While building rsb for arm-rtems I got this problem: checking for python... /home/peter/miniconda3/bin/python checking for python3.6... no configure: error: python is missing or unusable Makefile:9095: recipe for target 'configure-gdb' failed make[1]: *** [configure-gdb] Error 1 make[1]: Leaving

RE: rsb problem with python

2018-05-30 Thread Siddons, David
.o@gmail.com] Sent: Wednesday, May 30, 2018 5:32 PM To: Siddons, David Cc: users@rtems.org Subject: Re: rsb problem with python Hi Pete, That's something I would like to know as well. When something fails after building GCC, it would be nice to not have to rebuild GCC the next time. I don't k

rsb

2018-07-06 Thread Siddons, David
I just tried again to clone rsb: ~/development/rtems$ git clone git://git.rtems.org/rtems-source-builder.git rsb Cloning into 'rsb'... fatal: repository 'https://git.rtems.org//rtems-source-builder.git/' not found Looking at the contents of this link gets: No repositories found I found

Re: rsb

2018-07-06 Thread Siddons, David
Hi Vijay, Everything was done by cut-and-paste from the quick start page. Pete. From: Vijay Kumar Banerjee Sent: Friday, July 6, 2018 3:50:09 PM To: Siddons, David Cc: users@rtems.org Subject: Re: rsb On 7 July 2018 at 00:11, Siddons, David mailto:sidd

Re: rsb

2018-07-06 Thread Siddons, David
Changing 4.11 to 5 resulted in a good build. So what happened to 4.11? Do I now have to install the kernel source by hand, and build it like in the old style? I couldn't see it anywhere in the resultant tree. Pete. From: users on behalf of Siddons, David

Re: rsb

2018-07-06 Thread Siddons, David
I looked at the Github site, got to the 4.11 branch, and the window had an https link for cloning. THat seems to have worked: git clone https://github.com/RTEMS/rtems-source-builder.git rsb More as I continue  Pete. From: users on behalf of Siddons, David

Re: rtems_malloc_statistics_t

2019-01-06 Thread Siddons, David
I was wondering how much more complete the Posix API is for RTEMS in version 5, compared to 4.10? In doing this port, should I be looking to switch rtems-specific code for Posix code? That should help in future upgrades, no? Pete. From: Siddons, David Sent

Re: can't clone rsb

2018-12-17 Thread Siddons, David
Johns Sent: Monday, December 17, 2018 12:50:50 AM To: Siddons, David; RTEMS Subject: Re: can't clone rsb On 17/12/2018 10:57, Siddons, David wrote: >I showed in my first email that this command can't find a repository: > > ~/development/rtems$ git clone git://git.rtems.org/rte

can't clone rsb

2018-12-16 Thread Siddons, David
I'm trying to clone the rsb repository using this command: ~/development/rtems$ git clone https://git.rtems.org/rtems-source-builder.git rsb Cloning into 'rsb'... fatal: repository 'https://git.rtems.org/rtems-source-builder.git/' not found As you can see, the repository is not found. This is

Re: can't clone rsb

2018-12-16 Thread Siddons, David
.but this worked: git clone https://github.com/RTEMS/rtems-source-builder.git rsb. Pete. From: Siddons, David Sent: Sunday, December 16, 2018 2:56:01 PM To: RTEMS Subject: can't clone rsb I'm trying to clone the rsb repository using this command

Re: can't clone rsb

2018-12-16 Thread Siddons, David
Maybe it's a problem with my provider at home. Pete. From: Chris Johns Sent: Sunday, December 16, 2018 6:37 PM To: Siddons, David; RTEMS Subject: Re: can't clone rsb On 17/12/2018 07:24, Siddons, David wrote: > .but this worked: > > git clone https://g

Re: rtems_malloc_statistics_t

2019-01-04 Thread Siddons, David
Hi Sebastian, That makes sense; I believe the last port was to rtems 4.10. Such a guide would be very helpful. I'll take a look at the release page to see what I can find there. Pete. On 1/4/19 1:47 AM, Sebastian Huber wrote: Hello David, On 03/01/2019 20:20, Siddons, David wrote: Hi

Re: RTEMS / Zynq (microZed) - Writing data to a file on removable media (SD card)

2019-07-18 Thread Siddons, David
Hi Jim, I suspect you need to look at this: https://devel.rtems.org/wiki/TBR/UserManual/Using_the_RTEMS_DOS_File_System or similar. Pete. On 7/18/19 4:48 PM, Jim Elliott wrote: Hello, Could someone please point me to a resource which explains in as simple terms as possible how to write

libbsd for Beaglebone black

2021-06-04 Thread Siddons, David
Hi, I'm working through the "quick start" document (https://docs.rtems.org/branches/master/user/start/index.html), and have succeeded in bulding and running the paranoia example on the beaglebone. I now want to add the bsd networking library. I followed

Fw: xilinx_zynq_zc706 BSP

2021-05-25 Thread Siddons, David
Hi, After a long absence I decided to have another shot at RTEMS for Zynq devices. I chose the zc706 board. Installation using RSB went OK. Building the BSP seemed to go well until this error: /home/peter/development/rtems/5.1/lib/gcc/arm-rtems5/7.5.0/../../../../arm-rtems5/bin/ld:

Re: porting IOCs from Linux to RTEMS

2021-06-29 Thread Siddons, David
. From: Mooney, Tim M. Sent: Tuesday, June 29, 2021 5:00 PM To: EPICS Tech Talk ; rtems-us...@rtems.org ; Siddons, David Subject: Re: porting IOCs from Linux to RTEMS Hi Pete, I think Kiman Ha did that to make copies of softGlueZynq run at NSLS (because someone wanted to use

Zynq support

2021-07-12 Thread Siddons, David
Does the rtems5 support for xilinx-zynq (7000 series) support both processors? Or is only a single processor supported? Pete. ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: Zynq support

2021-07-12 Thread Siddons, David
Hi Jan, Excellent! Thanks, Pete. From: Jan Sommer Sent: Monday, July 12, 2021 4:35 PM To: rtems-us...@rtems.org Cc: Siddons, David Subject: Re: Zynq support Hi Pete, If you compile RTEMS with the option RTEMS_SMP enabled it supports both cores

suppressing DHCP messages

2021-07-19 Thread Siddons, David
My application uses dhcp, and the system issues a screenfull of messages every time the lease is renewed. Is there a way to stop that? Pete. ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: suppressing DHCP messages

2021-07-19 Thread Siddons, David
dentifier = 172.16.0.201 BTW, this is EPICS 7.0.6 Pete. From: Heinz Junkes Sent: Monday, July 19, 2021 11:42 AM To: Siddons, David Cc: rtems-us...@rtems.org Subject: Re: suppressing DHCP messages FYI, Pete is a EPICS - User… Hello Pete, in modules/libcom/RTEMS/posix/rtems_init.c in

Re: suppressing DHCP messages

2021-07-19 Thread Siddons, David
Hi Christian, Turns out that was left-over test code in rtems_init.c. I commented them out and all is now well. I believe the latest version has them removed. Pete. From: Christian Mauderer Sent: Monday, July 19, 2021 3:22 PM To: Siddons, David ; Heinz

Re: suppressing DHCP messages

2021-07-19 Thread Siddons, David
...sorry, that file is an EPICS file. Talking to two lists simultaneously is confusing! Pete. From: Siddons, David Sent: Monday, July 19, 2021 3:26 PM To: Christian Mauderer ; Heinz Junkes Cc: rtems-us...@rtems.org Subject: Re: suppressing DHCP messages Hi

Re: build failed

2023-07-26 Thread Siddons, David
Hi Frank, Thanks very much. That did the trick. I'm now the proud owner of a hello.exe file  Pete. From: Frank Kühndel Sent: Tuesday, July 25, 2023 5:13 AM To: Siddons, David ; rtems-us...@rtems.org Cc: Chris Johns ; martinerikwerner@gmail.com Subject

build failed

2023-07-21 Thread Siddons, David
I'm following the quick-start guide, substituting arm for sparc, and at this step: https://docs.rtems.org/branches/master/user/start/tools.html cd $HOME/quick-start/src/rsb/rtems ../source-builder/sb-set-builder --prefix=$HOME/quick-start/rtems/5 5/rtems-arm Eventually I get this: config:

Re: build failed

2023-07-24 Thread Siddons, David
rtems_field_index = next(i for i, field in enumerate(fields) if field.startswith('rtems')) StopIteration Not sure what I did wrong. I have attached the files I generated for the app Pete. From: Siddons, David Sent: Saturday, July 22, 2023 9:46 AM To: Frank K

Re: build failed

2023-07-22 Thread Siddons, David
. From: Frank Kühndel Sent: Saturday, July 22, 2023 2:25 AM To: Siddons, David ; rtems-us...@rtems.org Cc: Chris Johns Subject: Re: build failed Hi Pete, this looks like bug https://urldefense.com/v3/__https://devel.rtems.org/ticket/4631__;!!P4SdNyxKAPE