Re: Which documentation is relevant for testing?

2020-10-18 Thread Chris Johns
On 9/9/20 11:40 pm, Frank Kühndel wrote: > I want to acquaint myself with testing in RTEMS. I found two sources of > documentation on this topic: > >   * the RTEMS User Manual Chapter "9. Testing" >     https://docs.rtems.org/branches/master/user/testing/index.html This is the relevant documentat

Re: Is -malign-int a usual m68k/ColdFire option?

2020-10-02 Thread Chris Johns
On 2/10/20 6:34 pm, Sebastian Huber wrote: > Hello, > > a test suite failure surfaced that we may have an issue with the alignment of > basic data structures on ColdFire targets: > > https://devel.rtems.org/ticket/4013 > > The chips usually have at least a 32-bit data system bus. These days thi

Re: rtems_bsd_initialize() in POSIX_Init and qemu-system-i386

2020-10-02 Thread Chris Johns
On 2/10/20 6:13 pm, Heinz Junkes wrote: > Yes, seems to be a problem with the e1000. > with "model=rtl8139” it works perfectly. Could you please raise a ticket? It would be interesting to know if this happens on real hardware. > qemu-system-i386 -m 64 -no-reboot -serial stdio -display none -net

Re: rtems_bsd_initialize() in POSIX_Init and qemu-system-i386

2020-10-01 Thread Chris Johns
On 2/10/20 2:48 pm, Heinz Junkes wrote: > init01.exe does not initialize the network interface. Yes. It splits the problem. > I see the same delay with dhcpcd01.exe Are you using the e1000? Try rtl8139. I do not see these delays on real PC hardware or qemu with rtl8139. Chris _

Re: rtems_bsd_initialize() in POSIX_Init and qemu-system-i386

2020-10-01 Thread Chris Johns
On 2/10/20 5:34 am, Heinz Junkes wrote: > I have finally managed to apply the patch. Unfortunately it didn't lead to a > change in the behaviour of qemu. The delay of about 45 seconds is still there. How are you initialising libbsd? If you run `init01.exe` from the tests how long does it take?

Re: rtems_bsd_initialize() in POSIX_Init and qemu-system-i386

2020-09-28 Thread Chris Johns
On 29/9/20 5:43 am, junkes wrote: > I have a problem with rtems_bsd_initialize() in POSIX_Init() and qemu. > > call of >     sc = rtems_bsd_initialize(); >     assert(sc == RTEMS_SUCCESSFUL); > always takes about 45 seconds until it is finished. > > The output of > > nexus0: > pcib0 pcibus 0 on

Re: RTEMS BSD Version

2020-09-16 Thread Chris Johns
On 16/9/20 8:53 pm, richard.glos...@l3harris.com wrote: > Does anyone know how to determine the version/build date of the BSD network > stack for the version of RTEMS you have installed locally? I could not find any think that captures this in libbsd.a or in an executable file. I think it is somet

Re: How to use lvgl on pc386 BSP.

2020-09-08 Thread Chris Johns
On 9/9/20 3:45 am, jan.som...@dlr.de wrote: > They got a bit delayed due to the work for the RTEMS5 release and because > there were some discussions about branch naming for FreeBSD. Are the patches OK? Maybe a post to devel to list what is needed and I can take a look. I have lost track of what

Re: rtems-tftp server not working with iPXE.

2020-09-06 Thread Chris Johns
On 7/9/20 4:06 pm, Karel Gardas wrote: > On 9/7/20 2:34 AM, Chris Johns wrote: >> On 7/9/20 8:29 am, Chris Johns wrote: >>> >>> Hmm looks like the socket returns a string in Python 2 and bytes in Python >>> 3. I >>> will need to play around to find a s

Re: Using model checking to do test generation for RTEMS

2020-09-06 Thread Chris Johns
On 4/9/20 7:35 pm, Andrew Butterfield wrote: > Dear Chris, > >  thanks for your feedback - much appreciated! > > Responses to your queries inline below. > >> On 3 Sep 2020, at 00:38, Chris Johns > <mailto:chr...@rtems.org>> wrote: >> >> On 1/9/20

Re: rtems-tftp server not working with iPXE.

2020-09-06 Thread Chris Johns
On 7/9/20 8:29 am, Chris Johns wrote: > > Hmm looks like the socket returns a string in Python 2 and bytes in Python 3. > I > will need to play around to find a suitable solution for this. > Fixed on master. Please test and let me know how you go

Re: rtems-tftp server not working with iPXE.

2020-09-06 Thread Chris Johns
On 7/9/20 8:14 am, Karel Gardas wrote: > On 9/7/20 12:07 AM, Chris Johns wrote: >> On 7/9/20 5:28 am, Karel Gardas wrote: >>> >>> Hi, >>> >>> I'm using latest rtems-tools, my HEAD is on >>> eb3608133b41b9cb7b4dd55cb15d77691d2300c6. >

Re: RTEMS 5.1: RSB --with-rtems-bspopts is not working as described.

2020-09-06 Thread Chris Johns
On 7/9/20 7:34 am, Karel Gardas wrote: > Hi, > > while playing with pc383 BSP on RTEMS 5.1 release I'm trying to set > various BSP's compile time options using RSB and it does not work. > > E.g. command: > > ../source-builder/sb-set-builder > --prefix=$HOME/sfw/rtems/5.1-smp2-vga80x50-key-to-res

Re: rtems-tftp server not working with iPXE.

2020-09-06 Thread Chris Johns
On 7/9/20 5:28 am, Karel Gardas wrote: > > Hi, > > I'm using latest rtems-tools, my HEAD is on > eb3608133b41b9cb7b4dd55cb15d77691d2300c6. > > I'm trying to use rtems-tftp-server to serve 5.1 pc686 BSP's tests to > the target hardware. On target hardware side I'm using fairly recent > iPXE code

Re: Using model checking to do test generation for RTEMS

2020-09-02 Thread Chris Johns
On 1/9/20 2:30 am, Andrew Butterfield wrote: > Dear all, > > I am involved the in the ESA sponsored project RTEMS-SMP, to add > tools and data for software qualification. Our focus is on the use > of formal techniques to assist in software verification. Excellent :) > We have a developed a pr

Re: undefined reference to `iflib_gen_mac', Ticket #3985

2020-09-02 Thread Chris Johns
On 3/9/20 12:49 am, Heinz Junkes wrote: > Arghhh, > > as so often, if you are looking for a problem for a long time, then send the > request to the list and > then read the ticket again, you can "see" the cause. You are not alone. I have no idea how many times I have done this. The act of sitti

Re: handle Fatal exception

2020-08-31 Thread Chris Johns
On 1/9/20 4:39 am, Ярослав Лещинский wrote: > Can someone suggest what is a right way to program a watchdog in a > multithreading environment? For example, I have a watchdog which can reboot > the > system if a freeze flag is  detected. This flag is setted up in a general task > which is executed

Re: rsb and toolchain debug symbols

2020-08-30 Thread Chris Johns
On 30/8/20 2:17 am, Michael Davidsaver wrote: > On 8/27/20 5:31 PM, Chris Johns wrote: >> On 28/8/20 5:39 am, Michael Davidsaver wrote: >>> Is there a way to ask RSB to either build the toolchain >>> (ie. gcc itself) without debug symbols, or to strip them >>>

Re: Cora z7-10 boot image

2020-08-27 Thread Chris Johns
On 28/8/20 1:31 am, Heinz Junkes wrote: > Is there a BSP for the Zynq-7000 based board cora-z7? > > Should the image of the zedboard be bootable on the cora z7-10 ? I am not about the zedboard, maybe. You could try `xilinx_zynq_zc702` with a suitable set of BSP configure options for memory. The A

Re: rsb and toolchain debug symbols

2020-08-27 Thread Chris Johns
On 28/8/20 5:39 am, Michael Davidsaver wrote: > Is there a way to ask RSB to either build the toolchain > (ie. gcc itself) without debug symbols, or to strip them > prior to install? Not at the moment but this would be a nice feature. I can see it being needed. > > https://github.com/mdavidsaver

Re: pc386 hello.exe on real hardware (issues with VGA/VBE output)

2020-08-26 Thread Chris Johns
On 26/8/20 7:56 am, Karel Gardas wrote: > > while testing pc386 BSP to write some verified information bits into the > manual I've hit very simple issue. Thank you for doing this, it is really great to see it happening. > I'm not able to run hello.exe on real > hardware PC w/o UART1 presented/c

Announce: RTEMS 5.1 Release

2020-08-25 Thread Chris Johns
The RTEMS 5.1 Release is available. The release can be found at: https://ftp.rtems.org/pub/rtems/releases/5/5.1 Please follow the release instructions provided by the link. The RTEMS 5 release is a significant milestone for the RTEMS project with many years of effort from many people as we cont

Re: RTEMS 5.1 RC2 Available

2020-08-25 Thread Chris Johns
On 25/8/20 8:38 pm, Karel Gardas wrote: > I'm especially not sure > how best to format Runtime Options listing -- e.g. `--console` results > in not so nice -console in output etc. I would just document the options and what they do. This format is fine ... https://docs.rtems.org/branches/master/u

Re: RTEMS 5.1 RC2 Available

2020-08-24 Thread Chris Johns
On 25/8/20 8:16 am, Karel Gardas wrote: > On 8/14/20 11:19 PM, Chris Johns wrote: >> Hello, >> >> RTEMS 5.1 RC2 is available for testing. You can find the release at: >> >> https://ftp.rtems.org/pub/rtems/releases/5/rc/5.1-rc2 >> >> Please report

Re: Corrupted test marker with u-boot and zynq

2020-08-19 Thread Chris Johns
On 19/8/20 5:30 pm, jan.som...@dlr.de wrote: >> -Original Message- >> From: Chris Johns [mailto:chr...@rtems.org] >> Sent: Wednesday, August 19, 2020 1:25 AM >> To: Sommer, Jan; j...@rtems.org >> I assume you are using the default baudrate of 115200?

Re: Corrupted test marker with u-boot and zynq

2020-08-18 Thread Chris Johns
On 18/8/20 6:26 pm, jan.som...@dlr.de wrote: >> -Original Message- >> From: Chris Johns [mailto:chr...@rtems.org] >> Sent: Monday, August 17, 2020 6:38 AM >> To: j...@rtems.org; Sommer, Jan >> Cc: rtems-us...@rtems.org >> Subject: Re: Corrupted test mar

Re: Corrupted test marker with u-boot and zynq

2020-08-16 Thread Chris Johns
On 17/8/20 12:48 am, Joel Sherrill wrote: > On Sun, Aug 16, 2020, 5:22 AM mailto:jan.som...@dlr.de>> > wrote: > > Hello, > > I try to create a setup to run the rtems testsuite on a Xilinx Zynq device > with u-boot. > I built everything with the 5.0.0-m2006-2 pre-release. > It

Re: RTEMS 5.1 RC2 Available

2020-08-16 Thread Chris Johns
On 17/8/20 4:24 am, Michael Davidsaver wrote: > Success! The pc686 and mvme3100 BSPs build without error. Awesome and thank you for the quick turn around and for letting us know. Chris ___ users mailing list users@rtems.org http://lists.rtems.org/mailm

RTEMS 5.1 RC2 Available

2020-08-14 Thread Chris Johns
Hello, RTEMS 5.1 RC2 is available for testing. You can find the release at: https://ftp.rtems.org/pub/rtems/releases/5/rc/5.1-rc2 Please report your successes or problems here. You can also raise a ticket if you prefer. Please select the 5.1 milestone. The RC is now correctly named with a 2 n

Re: [RTEMS 4.10] NFS mount fails with 'Registering NFS driver failed' message

2020-08-12 Thread Chris Johns
On 12/8/20 10:20 pm, Marcos Jose-Louis wrote: > I'm trying to mount a NFS partition from a server on a sparc board. > My app is basically configuring the network, and trying to mount the NFS > server share using mount_andmmake_target_path() API. > > err = mount_and_make_target_path( > "63

Re: Quick start refers to non-existant RTEMS 5.1.0?

2020-08-07 Thread Chris Johns
On 8/8/20 2:14 am, Maxim Blinov wrote: > Hi all, > > I was just curious about RTEMS, and wanted to get a "Hello World" > running on a simulator. I was following the quick start guide here: > > https://docs.rtems.org/branches/master/user/start/sources.html > > where the tutorial talks about obtai

Re: BSP testing for rtems

2020-08-07 Thread Chris Johns
On 8/8/20 1:38 am, Zacchaeus Liang wrote: > Hello, > I'm currently trying to build and test rtems, then i'll be trying to build the > hello world app. How do I  test the bsp for the pc386 using qemu? Does anyone > know where the testing script for pc386-qemu? Also, I heard that the > rtems-test  >

Re: Using PWM on the beaglebone black

2020-07-09 Thread Chris Johns
On 5/7/20 8:23 pm, James Fitzsimons wrote: Hi all, Problem solved! After coming back to this fresh the next day I realised I had gone down a blind alley with the device tree thinking. The PWM driver does all hardware configuration required - no fdt required. I have done this a number of tim

Re: RTEMS 5 RC1 Available

2020-06-29 Thread Chris Johns
Hi Michael, Thank you for the testing and detailed response. On 28/6/20 1:17 pm, Michael Davidsaver wrote: > On 6/25/20 11:17 PM, Chris Johns wrote: >> Hello, >> >> RTEMS 5 RC1 is available for testing. You can find the release at: >> >>  https://ftp.rtems.org/

Re: RTEMS 5 RC1 Available

2020-06-28 Thread Chris Johns
On 27/6/20 8:14 am, Joel Sherrill wrote: Why does this still have three digits in the version number? I thought we agreed after much wailing, whining, complaining, tearing of clothes, and a recount to use two digit version numbers. :) Good question and I have no idea, maybe just habit. I will

RTEMS 5 RC1 Available

2020-06-25 Thread Chris Johns
Hello, RTEMS 5 RC1 is available for testing. You can find the release at: https://ftp.rtems.org/pub/rtems/releases/5/rc/5.1.0-rc1 Please report your successes or problems here. You can also raise a ticket if you prefer. Please select the 5.1 milestone. Thanks Chris _

Re: xilinx_zync_zedboard u-boot tftp load and run issue

2020-06-25 Thread Chris Johns
On 26/6/20 1:25 am, Heinz Junkes wrote: Hallo, i just can't get it to load and start a rtems-exe via tftp in u-boot. I have tried many variations now. Without success. This one should work, right? pwd: build/b-xilinx_zynq_zedboard/arm-rtems5/c/xilinx_zynq_zedboard/testsuites/samples ls -l tick

Re: RTEMS Release Snapshot 5.0.0-m2005-2

2020-05-24 Thread Chris Johns
On 25/5/20 4:43 am, Michael Davidsaver wrote: On 5/8/20 1:11 AM, Chris Johns wrote: Hello, I have uploaded release snapshot 5.0.0-m2005-2. The path is:  https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m2005-2/ The "sources" link is broken. https://ftp.rtems.org/pub/rtems/

RTEMS Release Snapshot 5.0.0-m2005-2

2020-05-08 Thread Chris Johns
Hello, I have uploaded release snapshot 5.0.0-m2005-2. The path is: https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m2005-2/ I hope this is the last snapshot before we branch for the RTEMS 5 release. Please download, test and report any issues. New to this snapshot are HTML release no

Re: source-builder randomly hangs

2020-05-05 Thread Chris Johns
On 6/5/20 2:24 am, Anders Montonen wrote: Hi, On 5 May 2020, at 10:54, Chris Johns wrote: On 5/5/20 5:26 pm, Anders Montonen wrote: On 4 May 2020, at 4:05, Chris Johns wrote: Interesting and your analysis sounds right. I am not sure how this could be handled. A test case with execute.py

Re: source-builder randomly hangs

2020-05-05 Thread Chris Johns
On 5/5/20 5:26 pm, Anders Montonen wrote: On 4 May 2020, at 4:05, Chris Johns wrote: On 2/5/20 10:04 pm, Anders Montonen wrote: A couple of times I’ve had source-builder hang seemingly randomly, with the following Python backtrace: Do you see this problem with the bootstrap script '

Re: Interested in contributing to Beaglebone BSP

2020-05-05 Thread Chris Johns
On 5/5/20 4:08 pm, Christian Mauderer wrote: On 05/05/2020 06:38, Chris Johns wrote: On 4/5/20 12:50 am, Vijay Kumar Banerjee wrote: On Sun, May 3, 2020 at 8:12 PM Christian Mauderer mailto:o...@c-mauderer.de>> wrote:     I don't think that would be a good idea before the release

Re: Interested in contributing to Beaglebone BSP

2020-05-04 Thread Chris Johns
On 4/5/20 12:50 am, Vijay Kumar Banerjee wrote: On Sun, May 3, 2020 at 8:12 PM Christian Mauderer > wrote: I don't think that would be a good idea before the release. After the release we should work on a 1.6 build set. What about 5.2? :) The 1.6 only n

Re: source-builder randomly hangs

2020-05-03 Thread Chris Johns
On 2/5/20 10:04 pm, Anders Montonen wrote: A couple of times I’ve had source-builder hang seemingly randomly, with the following Python backtrace: Do you see this problem with the bootstrap script 'rtems-bootstrap' in the top of the rtems.git rep? I think the RSB version could be retired no

Re: RTEMS tasks timesliced instead of running to completion. TIMESLICE flag is not active!

2020-05-01 Thread Chris Johns
On 1/5/20 5:08 pm, Thanassis Tsiodras (external) wrote: Note that this test (complete code in https://gitrepos.estec.esa.int/ttsiodras/RTEMS-build-workflows/-/tree/master/OAR) creates the proper - non-interleaved - output when compiled and executed for the GR712RC and GR740 boards... but create

Re: using libdebugger

2020-05-01 Thread Chris Johns
On 1/5/20 2:13 am, Mario Palomares wrote: Well, really useful information Chris thanks, no worries about the lack of documentation completely understandable. Thanks. Just let me ask you some more questions Sure, no problem. - I´am trying to use it on a raspberry pi 2B, is it currently supp

Re: using libdebugger

2020-04-29 Thread Chris Johns
On 29/4/20 6:37 pm, Mario Palomares wrote: Hi everybody, I'have seen in the documentation, Users Manual/Debugging, that there is a possibility to do remote debugging with the libdebugger library. But there, it only mentions the possibility, it doesn´t explain how to set it up. I'have searche

Re: source builder, bsp arch settings

2020-04-29 Thread Chris Johns
On 29/4/20 8:03 pm, Heinz Junkes wrote: unfortunately i can't really get along with the source-builder/sb-set-builder. Can you build the package by manually? This is the recommended first step. The RSB is just a means to capture those manual steps. For example, I want to build ntp for xili

Re: source-builder want to add CFLAG

2020-04-26 Thread Chris Johns
On 25/4/20 3:02 am, Gedare Bloom wrote: On Fri, Apr 24, 2020 at 9:40 AM Heinz Junkes wrote: Great, thanks. Now I have a new error, but the setting of CFLAG worked. I had always done "something" wrong and then didn't even look at the examples anymore. Danke Heinz Bitte. The documentation her

Re: libbsd VLAN tagging

2020-04-22 Thread Chris Johns
On 22/4/20 7:52 pm, Christian Mauderer wrote: On 22/04/2020 09:47, Matthew J Fletcher wrote: Hi, How would an application using libbsd add VLAN tags to transmitted frames so an external switch chip could process them ? Is there an application / libbsd interface for this or does it require the

Re: RTEMS 5 Quick Start section 2.7 question

2020-04-16 Thread Chris Johns
On 17/4/20 8:03 am, Anders Montonen wrote: Hi, On 14 Apr 2020, at 3:46, Chris Johns wrote: The tests can be built with an RSB BSP build option or manually with a configure option. If you have an option present but the tests are not being built then it is a bug. In the previous email, I

Re: RTEMS 5 Quick Start section 2.7 question

2020-04-13 Thread Chris Johns
On 13/4/20 3:43 am, Anders Montonen wrote: I’ve been trying out the RTEMS 5 Quick Start (version 5.ea4c098), and everything worked exactly as written until section 2.7, Test a Board Support Package. Great. Am I correct in that if you followed the RSB BSP build path in section 2.6, the tests ar

Re: RSB help

2020-04-13 Thread Chris Johns
On 11/4/20 2:06 am, Michael Westfall wrote: This time I'm trying to build ncurses-6.2 using the RSB with files .cfg/.bset files I made myself.  Basically, I just copied and modified the files for building libcurl. Nice. I have used ncurses with RTEMS many many years ago, it is a great package

Re: rtems-test with serial device and run.cfg

2020-04-07 Thread Chris Johns
On 2020-04-07 23:37, jan.som...@dlr.de wrote: I have trouble figuring out how to run rtems-test with a custom command where the output is captured through a serial console. Does this help ... https://docs.rtems.org/branches/master/user/testing/consoles.html ? In my ini-file I used bsp_tty

Re: Touchscreen Input Device with RTEMS (evdev)

2020-04-05 Thread Chris Johns
On 2020-04-06 06:17, furkan bodur wrote: Hello everyone, I am trying to make an simple HMI system . I am using LittlevGL with BSD framebuffer. Thanks to Vijay, I made a lot of progress, but I can't figure it out how to use touchscreen or any input devices. I followed LVGL docs and tried to wor

Re: FW: zc706 bsp does not work with maximum processors as 2

2020-04-02 Thread Chris Johns
On 2020-04-02 18:45, Fernando Domínguez Pousa wrote: Hi again, Finally I could continue my tests on zc706 and the second processor start. I could add two breakpoints one at _CPU_SMP_Start_processor (0x0041e7b0) and other at _Per_CPU_State_wait_for_non_initial_state (0x0041e7d4) at the end of

Re: gdb: python: library file not found: libpython3.6.*, please install

2020-03-25 Thread Chris Johns
On 2020-03-25 20:45, Ярослав Лещинский wrote: Hello, Could you help me with that error which I'm getting during the installation of sourcebuilder. gdb: python: library file not found: libpython3.6.*, please install What host are building on? python3.6 has been installed and libpython3.6.*

Re: zc706 bsp does not work with maximum processors as 2

2020-03-22 Thread Chris Johns
On 2020-03-20 20:06, Fernando Domínguez Pousa wrote: Thanks. Thre is something usual happening here because RTEMS contains the code needed to start the second core I do not understand at all. So, with the current version of the repos this should work? Am I missing something in my impleme

Re: Further support for Makefile.inc ?

2020-03-20 Thread Chris Johns
> On 20 Mar 2020, at 9:43 pm, Heinz Junkes wrote: > > In the current files "Makefile.inc" you can find a comment : > > “ > # This support will be removed from RTEMS. Please consider other > # ways to build applications. > “ > > How is this to be interpreted? The implementation in RTEMS 4.11

Re: "Option 'subdir-objects' is disabled"

2020-03-19 Thread Chris Johns
On 20/3/20 11:56 am, Michael Westfall wrote: > Oh, never mind. Thanks for letting us know. I was about to check the version of autoconf for 4.10. > I forgot to update $PATH with the location of the crosscompiler tools. I would like us to not depend on the $PATH in RTEMS 6 and beyond. Chris ___

Re: zc706 bsp does not work with maximum processors as 2

2020-03-19 Thread Chris Johns
On 19/3/20 7:20 pm, Fernando Domínguez Pousa wrote: > I compiled a version using the master branches of rtems, rtems-source-builder > and rtems-libbsd from 24th of January 2020. Thanks. Thre is something usual happening here because RTEMS contains the code needed to start the second core ht

Re: zc706 bsp does not work with maximum processors as 2

2020-03-18 Thread Chris Johns
On 19/3/20 2:26 am, Fernando Domínguez Pousa wrote: > It was finally solved, I let the answer here: > > RTEMS remained waiting for the second processor to be started. Using xsdb tool > from Xilinx, the second processor was also started after software downloading > to > target. Then, executable wo

Re: Error when building rtems

2020-03-12 Thread Chris Johns
On 13/3/20 5:22 am, Richi Dubey wrote: > Can you tell me how to change the > documentation so that the curl command also points to the latest > version ? Thank you for the offer. I have pushed changes to the User manual to update the Quick Start guide so it handles released source packages. The do

Re: Error when building rtems

2020-03-08 Thread Chris Johns
On 9/3/20 1:51 am, Mingyu Li wrote: > Suppose you are using Ubuntu, here is what you can do: > > sudo apt-get install texinfo > ln -s `which makeinfo` /usr/bin/makeinfo  What does `which makeinfo` print for you? Chris ___ users mailing list use

Re: RTEMS Release Snapshot: 5.0.0-m2003 (03 Mar 2020)

2020-03-05 Thread Chris Johns
On 2020-03-06 13:46, Michael Davidsaver wrote: On 3/4/20 11:08 PM, Chris Johns wrote: On 2020-03-05 15:35, Michael Davidsaver wrote: On 3/4/20 12:50 AM, Chris Johns wrote: However libbsd for the PC will not build for the PC. The release is using the 5-freebsd-12 branch of libbsd and this

RTEMS 5.1 release time table

2020-03-05 Thread Chris Johns
Hello, I have set a date for mid April in Trac for the 5.1 release [1]. I believe the major issues in the release workflow are stable so we can now concentrate on a release. Your help in getting us to the release is important and welcome. There are a number of issues to resolve and the more

Re: RTEMS Release Snapshot: 5.0.0-m2003 (03 Mar 2020)

2020-03-04 Thread Chris Johns
On 2020-03-05 15:35, Michael Davidsaver wrote: On 3/4/20 12:50 AM, Chris Johns wrote: However libbsd for the PC will not build for the PC. The release is using the 5-freebsd-12 branch of libbsd and this branch does not had the PC patches that master has and we cannot back port those patches

Re: RTEMS Release Snapshot: 5.0.0-m2003 (03 Mar 2020)

2020-03-04 Thread Chris Johns
On 4/3/20 4:20 pm, Michael Davidsaver wrote: > On 3/3/20 1:29 AM, chr...@rtems.org wrote: >> RTEMS Release Build - 5.0.0-m2003 >> >> RTEMS 5 Release snapshot m2003 is avaliable for testing. >> It can be found at: >> >> https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m2003 >> >> Please test

Re: RTEMS Release Snapshot: 5.0.0-m2002 (06 Feb 2020)

2020-03-02 Thread Chris Johns
On 20/2/20 5:46 am, Michael Davidsaver wrote: > On 2/12/20 7:58 PM, Chris Johns wrote: >> It should have worked. I have built the 5/bsps/beagleboneblack build set and >> it >> worked up building libbsd where I have a packaging issue to sort out, so I am >> interest

Re: RTEMS Release Snapshot: 5.0.0-m2002 (06 Feb 2020)

2020-02-12 Thread Chris Johns
On 13/2/20 12:38 am, Michael Davidsaver wrote: > This snapshot builds successfully for me on Debian 10 (amd64). Thank you for testing the snapshot and reporting your results to the list. It helps and I appreciate the feedback. >> ../source-builder/sb-set-builder --prefix /home/mdavidsaver/source/

Re: Error with Boost scope

2020-01-30 Thread Chris Johns
On 31/1/20 3:12 am, M. Dodson wrote: > *** I am hitting the mailing list with two questions because I’m not sure > they’re sufficiently related to be in the same email.  Much of this > information > will be the identical between them, but the traces will be different.  *** > > I am trying to buil

Re: Newbie question: Building Apps

2020-01-29 Thread Chris Johns
On 30/1/20 9:56 am, Charles Manning wrote: > So is the short answer here to learn, and use waf? The short answer and policy for RTEMS is ... You can use any build system to build your application The new build system will generate pkg-config files and this means any build system that supports t

Re: Newbie question: Building Apps

2020-01-29 Thread Chris Johns
On 30/1/20 4:51 am, Jonathan Brandmeyer wrote: > RTEMS BSPs place a bunch of pkg-config files under $prefix/lib/pkgconfig which > are named after the various BSPs.  I've just been using those to pick out the > correct CFLAGS for my application. A warning, the generation of these files in the curre

Re: Newbie question: Building Apps

2020-01-28 Thread Chris Johns
On 29/1/20 11:25 am, Charles Manning wrote: > Hi All > > I need to get going with RTEMS, so I thought I'd follow the quickstart guild. > > All good until I got to the bit where I wanted to build an app. > > https://docs.rtems.org/branches/master/user/start/app.html: TODO Yes, this section needs

Re: rtems-source-builder: I cannot build 5/rtems-llvm

2020-01-28 Thread Chris Johns
On 29/1/20 8:35 am, Павел Трошин wrote: > I am using Linux Ubuntu 18.04 and I tried to use macOS OK. >   > But if I use the option --no-clean or if I change swig_prefix from > %{_tmproot}/swig to {_tmppath}/swig, I can build rtems-llvm. Interesting. I think you change is right. Could you please

Re: rtems-source-builder: I cannot build 5/rtems-llvm

2020-01-27 Thread Chris Johns
Hi, On 23/1/20 10:45 pm, Павел Трошин wrote: > Hello, >   > I want to build 5/rtems-llvm and run > ../source-builder/sb-set-builder 5/rtems-llvm --prefix=/opt/rtems-llvm/5 > --bset-tar-file --pkg-tar-files --no-install >   > But have error: >   > CMake Error at > /usr/share/cmake-3.10/Modules/Find

Re: open source robotics projects

2020-01-22 Thread Chris Johns
On 22/1/20 10:42 pm, M. Dodson wrote: >>> I’m using RTEMS in a research project, comparing different domains. >> >> Domains of what? > > Ah, ‘domain’ *is* pretty vague.  We are looking at the effects of different > hardware architectures on the behaviour of real time systems, and we want > several

Re: rtems-libbsd-5.0.0 , Extension of the dhcp response with option 129 (rtems-cmdline)

2020-01-21 Thread Chris Johns
On 22/1/20 1:13 am, Heinz Junkes wrote: > I am trying to add an option (129) to the dhcp-request in rtems-libbsd. > My attempts to add the option in > > ./freebsd/sbin/dhclient/tables.c > ({ "rtems-cmdline", "t", &dhcp_universe, 129 },) > ./dhcpcd/dhcpcd-embedded.c > ("define 129 string rte

Re: Remote Debugging on Zynq Boards

2020-01-20 Thread Chris Johns
On 7/1/20 9:58 pm, vishav.vis...@dlr.de wrote: > I want to remotely debug an RTEMS application on Zynq based board. I have been > following link: > > https://docs.rtems.org/branches/master/user/exe/debugging.html > > I am particularly interested in Libdebugger Executable Debugging. I built the >

Re: open source robotics projects

2020-01-20 Thread Chris Johns
On 24/12/19 8:35 am, M. Dodson wrote: > Hello, Hello and welcome. > I’m using RTEMS in a research project, comparing different domains. Domains of what? > Can anyone point me to an open source robotics project currently using RTEMS? It can be difficult to get people to say they are using RTEMS

Re: RTEMS Release Snapshot: 5.0.0-m1912 (05 Dec 2019)

2019-12-20 Thread Chris Johns
On 19/12/19 11:33 pm, Heinz P. Junkes wrote: > Hi Chris, another issue with the Release Snapshot and powerpc (qoriq_e500): > > libbsd : > > ./waf configure --prefix=/home/epics/MVME2500/RTEMS/5.0.0-m1912 > --rtems-bsps=powerpc/qoriq_e500 --buildset=buildset/default.ini > > > ./waf > > ... > >

Re: RTEMS Release Snapshot: 5.0.0-m1912 (05 Dec 2019)

2019-12-18 Thread Chris Johns
> On 18 Dec 2019, at 6:52 pm, Heinz Junkes wrote: > > I can confirm that this one quickly solved the problem. Thanks for letting me know. > Sorry I didn't look for a fix. No need to apologize, I welcome the feedback from the testing. Chris __

Re: RTEMS Release Snapshot: 5.0.0-m1912 (05 Dec 2019)

2019-12-17 Thread Chris Johns
On 17/12/19 11:59 pm, Heinz Junkes wrote: > When I try to use this release and keep the naming (5.0.0-m1992) > I get the following error when  I try to build a bsp: Thank you for testing the snapshot and reporting the issue. The issue was fixed with .. https://devel.rtems.org/ticket/3839 Thanks

Re: RTEMS Release Snapshot: 5.0.0-m1912 (05 Dec 2019)

2019-12-17 Thread Chris Johns
On 18/12/19 1:34 pm, Michael Davidsaver wrote: > On 12/16/19 10:31 PM, Sebastian Huber wrote: >> Please have a look at: >> >> https://lists.rtems.org/pipermail/devel/2019-December/056517.html > > This looks like the right idea, though I'm not sure how to test it. > I guess it will be in the next s

Re: RTEMS 5

2019-12-10 Thread Chris Johns
On 10/12/19 10:06 pm, richard.glos...@l3harris.com wrote: > When is the currently scheduled release date for RTEM 5 final?  We are using > the > LEON3 We are working towards a release however I cannot provide a date at this point in time. I will try and explain why. Currently I am focusing on th

Re: RTEMS for ARM networking

2019-12-04 Thread Chris Johns
On 4/12/19 6:53 pm, Fernando Domínguez Pousa wrote: > I’m recently compiled my rtems for a Xilinx board bsp included in RTEMS. In a > future I will add TCP/UDP connections to my application so I just want to > assure > I did the correct installation. At RTEMS compilation I included the > –enable-n

Re: Can someone recommend a Quick Start that "just works"?

2019-11-20 Thread Chris Johns
On 21/11/19 9:58 am, Charles Manning wrote: > > > On Thu, Nov 21, 2019 at 11:43 AM Chris Johns <mailto:chr...@rtems.org>> wrote: > > On 21/11/19 5:44 am, Charles Manning wrote: > > 2) Fleshing out > https://docs.rtems.org/branches/master/user/st

Re: Can someone recommend a Quick Start that "just works"?

2019-11-20 Thread Chris Johns
On 21/11/19 5:44 am, Charles Manning wrote: > 2) Fleshing out https://docs.rtems.org/branches/master/user/start/app.html > with > a brief compile and run example. This is an important and missing section and thank you for raising it. It has been on a number of TODO lists for a while now and we h

Re: register access

2019-11-12 Thread Chris Johns
On 13/11/19 4:10 pm, mojtaba nadi wrote: > hello > I have written a GPIO driver for xilinx-zedboard attached below. but when I > try > to write in register of GPIO that gave me SDK it doesn't work. > Does RTEMS use the same register address as SDK?  > Is there any memory mapping in RTEMS?  > Or is

Re: Rational R1000-400 and RTEMS?

2019-11-06 Thread Chris Johns
On 7/11/19 1:23 am, Per Dalgas Jakobsen wrote: > Last week we succeeded starting up an R1000-400 and have a working environment > on a FACIT A-4600 monitor. Oh my that is amazing. I have not seen one of those since the early '90s. I worked on the hardware side of a project written in Ada developed

Re: RTEMS Release Snapshots

2019-11-02 Thread Chris Johns
On 2/11/19 10:01 am, Joel Sherrill wrote: > > > On Fri, Nov 1, 2019 at 12:53 PM Gedare Bloom <mailto:ged...@rtems.org>> wrote: > > Hi Chris et al., > > On Thu, Oct 31, 2019 at 12:50 AM Chris Johns <mailto:chr...@rtems.org>> wrote: >

Re: RTEMS Release Snapshot: 5.0.0-m1911 (01 Nov 2019)

2019-10-31 Thread Chris Johns
On 1/11/19 3:59 pm, chr...@rtems.org wrote: > RTEMS Release Build - 5.0.0-m1911 > > RTEMS 5 Release snapshot m1911 is avaliable for testing. > It can be found at: > > https://ftp.rtems.org/pub/rtems/releases/5/5.0.0-m1911/5.0.0-m1911 Bug in the announce generation, the path is ... https://ftp.

RTEMS Release Snapshots

2019-10-30 Thread Chris Johns
Hello, I would like to announce the start of release snapshots from the master branch. A release snapshot will be created on the first day of each month. These are development snapshots so they can be unstable. An announce email will be posted to u...@rtems.org and de...@rtems.org with a link to

Re: installing Doorstop on macOS (for RTEMS use)

2019-10-30 Thread Chris Johns
On 31/10/19 5:21 pm, Sebastian Huber wrote: > On 30/10/2019 21:39, Chris Johns wrote: >> On 31/10/19 12:24 am, Sebastian Huber wrote: >>> On 25/10/2019 01:18, Chris Johns wrote: >>>> On 24/10/19 9:52 pm, Andrew Butterfield wrote: >>>>>     I got aro

Re: Help for using simulator for Beagleboard

2019-10-30 Thread Chris Johns
On 31/10/19 6:44 am, Utkarsh Rai wrote: > I am trying to get my hands dirty with RTEMS using Beagleboard. I have been > successful in building the toolchain, RTEMS, the beagle BSPs, and the test > suites. Excellent and well done. > As of now, I do not have any physical hardware to run and test t

Re: installing Doorstop on macOS (for RTEMS use)

2019-10-30 Thread Chris Johns
On 31/10/19 12:24 am, Sebastian Huber wrote: > On 25/10/2019 01:18, Chris Johns wrote: >> On 24/10/19 9:52 pm, Andrew Butterfield wrote: >>>    I got around to doing a doorstop install that does not rely on homebrew, >>> using the python.org <http://py

Re: installing Doorstop on macOS (for RTEMS use)

2019-10-24 Thread Chris Johns
On 24/10/19 9:52 pm, Andrew Butterfield wrote: >   I got around to doing a doorstop install that does not rely on homebrew, > using the python.org  distribution for 3.8 > > Everything worked fine - python3 is installed in /Library just like the OS X > native python 2.7 > Doorsto

Re: Getting version of rtems, and writing files

2019-10-16 Thread Chris Johns
On 17/10/19 4:20 am, Shane Thomas wrote: > I had a question, I inherited a system that uses rtems Welcome. > and I am not sure how to > edit files on that system.   There is no vim or vi.  I telnet into them and > then > get a message right away that says: > > cexp.help() for help (which does't

Re: installing Doorstop on macOS (for RTEMS use)

2019-10-15 Thread Chris Johns
On 16/10/19 12:57 am, Stanislav Pankevich wrote: > Hello everyone, > > Maybe I am too late to join this discussion but as far as I followed > this thread, no one has mentioned using https://github.com/pyenv/pyenv > to install Python 3 and its dependencies on macOS. You are not too late and thanks

Re: installing Doorstop on macOS (for RTEMS use)

2019-10-15 Thread Chris Johns
On 16/10/19 8:51 am, Peter Dufault wrote: >> On Oct 14, 2019, at 13:49 , Chris Johns wrote: >> >> On 11/10/19 5:23 pm, Sebastian Huber wrote: >>> Hello Chris, >>> >>> I know that you don't like homebrew based solutions on macOS. >> >&g

<    1   2   3   4   5   >