Re: [PATCH] tests: Add header for RTEMS test printer

2023-10-04 Thread Chris Johns
On 5/10/2023 1:29 am, Heinz Junkes wrote: > Leads to problems compiling legacy-stack: Thanks for the report. I have posted a patch to clean up the net-legacy stack. Chris ___ devel mailing list devel@rtems.org

[net-legacy PATCH] tests: Add header for RTEMS test printer

2023-10-04 Thread chrisj
From: Chris Johns --- libtest/testbeginend.c | 1 + libtest/testwrappers.c | 1 + testsuites/loopback/init.c | 1 + testsuites/pppd/init.c | 4 +++- 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libtest/testbeginend.c b/libtest/testbeginend.c index 89b2468..83f1d3c

Re: Xilinx MPSoC, programmable logic download

2023-10-04 Thread Chris Johns
On 5/10/2023 4:56 am, Kinsey Moore wrote: > If you need dynamic reconfiguration, I believe Chris Johns has been doing some > work in that vein: https://github.com/kiwichris/rtems-xilinx-xrt > Yes. This works on the Versal. I have not tested it on

Re: ADA, gnat, rtems 6, ubuntu 22LTS

2023-10-04 Thread Joel Sherrill
Random thought. Is there a gnat1? Can you build a native Ada hello world? I'm not sure what that configure check is trying but looking at that is the next step. On Wed, Oct 4, 2023, 12:02 PM emanuel stiebler wrote: > I just tried to compile the tools for rtems6, > and just with "C",

Re: Xilinx MPSoC, programmable logic download

2023-10-04 Thread Kinsey Moore
Hi, My process thus far has been to ensure any necessary FPGA configuration gets loaded as part of BOOT.BIN or in u-boot before loading the target RTEMS application. If you need dynamic reconfiguration, I believe Chris Johns has been doing some work in that vein:

ADA, gnat, rtems 6, ubuntu 22LTS

2023-10-04 Thread emanuel stiebler
I just tried to compile the tools for rtems6, and just with "C", everything(?) works. Trying to add ADA to the tools, it fails, complaining about gnat not being installed. In the logfile: hecking for objdir... .libs configure: WARNING: using in-tree isl, disabling version check configure:

Xilinx MPSoC, programmable logic download

2023-10-04 Thread emanuel stiebler
Hi all, are there any tools in RTEMS to download the bit stream into the logic part of the FPGA, after boot? Thanks! ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] tests: Add header for RTEMS test printer

2023-10-04 Thread Heinz Junkes
Leads to problems compiling legacy-stack: Waf: Entering directory `/home/rtems/MVME6100_6_legacy_INST/rsb/rtems/build/rtems-net-legacy-3a83bcef4bd62fda5c0f9c94dd649fc32d962ab2-powerpc-rtems-1/rtems-net-legacy-3a83bcef4bd62fda5c0f9c94dd649fc32d962ab2/build/powerpc-rtems6-beatnik' [1/1] Compiling

Re: [net-services PATCH] tests/ntp: Update to the new test printer header

2023-10-04 Thread Sebastian Huber
On 04.10.23 07:27, chr...@rtems.org wrote: From: Chris Johns --- testsuites/ntp01/test_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/ntp01/test_main.c b/testsuites/ntp01/test_main.c index 6a744c8..4824192 100644 --- a/testsuites/ntp01/test_main.c +++