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

RTEMS BSD Version

2020-09-16 Thread Richard.Glossop
Does anyone know how to determine the version/build date of the BSD network stack for the version of RTEMS you have installed locally? CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient and may contain material that is proprietary, confiden

Re: STM32H7 startup test in RTEMS 4-11.3

2020-09-16 Thread Sebastian Huber
Hello Catalin, I added a BSP for the STM32H7 earlier this year: https://git.rtems.org/sebh/rtems.git/log/?h=stm32h7 It is not yet included in the RTEMS Project since it used the new build system. ___ users mailing list users@rtems.org http://lists.

Re: Fatal source exception in loopback sample on powerpc/qoriq_e6500_64

2020-09-16 Thread Joel Sherrill
On Wed, Sep 16, 2020 at 7:51 AM Clukey (US), Steven A < steven.a.clu...@boeing.com> wrote: > Thanks! I had missed that. I've gotten libbsd compiled/linked and now I > can run a loopback test > > A question though: if RTEMS_NETWORKING doesn't work on the 64-bit targets, > why does it compile? Could

RE: Fatal source exception in loopback sample on powerpc/qoriq_e6500_64

2020-09-16 Thread Clukey (US), Steven A
Thanks! I had missed that. I've gotten libbsd compiled/linked and now I can run a loopback test A question though: if RTEMS_NETWORKING doesn't work on the 64-bit targets, why does it compile? Could the `--enable-networking` configure option be removed or marked as an error on the targets that i

STM32H7 startup test in RTEMS 4-11.3

2020-09-16 Thread Catalin Demergian
Hi, I'm trying to add some start-up tests in the RTEMS 4-11.3 code base for a STM32H7 MCU. One of them is a RAM test. After this test, all the contents of 128K RAM (0x2000..0x2001) will be only zeros. What I do now is I perform a reset after the RAM test, but what I want to do is to restor