On Wed, Feb 14, 2024 at 1:37 PM Kinsey Moore
wrote:
> On Wed, Feb 14, 2024 at 9:14 AM Sam Price wrote:
>
>> I was wondering if you had any notes on your process of working with
>> qemu in the rtems builder.
>> I imagine you have your own xilinx qemu forked to work on, and then
>> take the patche
The RAM origin had an unnecessary alignment requirement and the RAM
lenght had a reference that couldn't possibly be used. This removes
those obsolete option specifiers.
---
spec/build/bsps/arm/xilinx-zynqmp-rpu/optramlen.yml | 2 --
spec/build/bsps/arm/xilinx-zynqmp-rpu/optramori.yml | 1 -
2 fil
From: Frank Kühndel
---
user/index.rst | 3 +-
user/overview/index.rst | 2 +
user/rust/bare-metal.rst | 549 +++
user/rust/index.rst | 64 +
4 files changed, 617 insertions(+), 1 deletion(-)
create mode 100644 user/rust/bare-metal.rs
From: Frank Kühndel
This is the long promised Rust on RTEMS step-by-step guide.
For reviewing it, I suggest the natural order:
1) user/rust/index.rst -- The introduction
2) user/rust/bare-metal.rst -- The step-by-step guide
If you prefer reviewing the PDF or HTML, you can download them h
On Fri, Feb 16, 2024, 12:56 AM Chris Johns wrote:
> Hi,
>
> I have opened https://devel.rtems.org/ticket/4991 to track checksum
> errors in
> some of the sources being downloaded by the RSB such as:
>
> error: checksum failure file:
> patches/Make-lang.in-b09fb02bb4c0d16fc2c842bec4069c033897b5f2.
On 16.02.24 07:55, Chris Johns wrote:
I have openedhttps://devel.rtems.org/ticket/4991 to track checksum errors in
some of the sources being downloaded by the RSB such as:
error: checksum failure file:
patches/Make-lang.in-b09fb02bb4c0d16fc2c842bec4069c033897b5f2.patch
I am seeing this error w