installing Doorstop on macOS (for RTEMS use)

2019-10-15 Thread Stanislav Pankevich
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. Actually, I try to avoid using any of the Ruby, Python or Node system installations

Re: using docker to deliver qualification tools

2019-10-29 Thread Stanislav Pankevich
Hello, This is a comment for Andrew from a somewhat passive reader of the RTEMS forums. One way of having Docker while staying platform-independent is to use a "Docker without Dockerfiles" approach like described here: [1]. The idea is very simple: you delegate all provisioning jobs to Ansible.

Caching build objects: Waf and ccache

2021-10-05 Thread Stanislav Pankevich
Hello everyone, I have a very specific question about the Waf build system. I apologize if I missed this information somewhere in the documentation. >From looking at ./waf --help it doesn't look like Waf would have a ccache-like functionality built in. When using CMake build system, I am used

Re: Caching build objects: Waf and ccache

2021-10-05 Thread Stanislav Pankevich
Thanks for the answer. My comments below: On Tue, Oct 5, 2021 at 11:50 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Stanislav, > > On 05/10/2021 11:17, Stanislav Pankevich wrote: > > I have a very specific question about the Waf build system. I

Fwd: Typical workflows for RTEMS-based development using Xilinx Zynq 7000

2021-07-15 Thread Stanislav Pankevich
Sorry for cross-posting: I have realized that my message should have been sent to the rtems-users instead. -- Forwarded message - From: Stanislav Pankevich Date: Thu, Jul 15, 2021 at 6:05 PM Subject: Typical workflows for RTEMS-based development using Xilinx Zynq 7000 To: rtems

Re: RTEMS Development on Zynq 7000 Board

2023-11-09 Thread Stanislav Pankevich
Hi Florian, Thanks for asking. I am not working on that project anymore. We definitely brought up RTEMS to run on ARTY with some tinkering behind it, but we could not open-source our setup due to lack of time. I am most certain that we used the xilinx_zynq_zc702 configuration as a base. Now I