Re: jtag access for zybo zynq board

2019-10-02 Thread Chris Johns
On 3/10/19 9:21 am, Kent Dorfman wrote: >>> I need to know if there is >>> necessary magic that is being supplied by those tools, or if bootgen >>> is all I need. >> >> There is the open tool ... >> >> https://github.com/antmicro/zynq-mkbootimage >> >> ... that I use for clear or non-encrypted FSBL

Re: jtag access for zybo zynq board

2019-10-02 Thread Kent Dorfman
>> I need to know if there is >> necessary magic that is being supplied by those tools, or if bootgen >> is all I need. > > There is the open tool ... > > https://github.com/antmicro/zynq-mkbootimage > > ... that I use for clear or non-encrypted FSBL generation and while > locating > this I see Xil

Deos/RTEMS Receives Conformance Certification to the FACE Technical Standard

2019-10-02 Thread Joel Sherrill
Hi We (OAR) jointly received a formal conformance certificate for the Open Group FACE Technical Standard (https://www.opengroup.org/face). . Here is the press release from DDC-I: https://www.ddci.com/pr1913/ The FACE Technical Standard requires ARINC 653 and POSIX. Their Deos is an ARINC 653 RTOS

RTEMS Open Class in Huntsville AL US Nov 18-22

2019-10-02 Thread Joel Sherrill
Hi There will be an RTEMS Open Class in Huntsville Alabama the week of November 18-22. November 18 - Getting Started November 19 - 22 - Open Class Details and registration forms at http://rtems.com/trainingschedule. If you have questions at all about the class, feel free to email me directly.

synchronizing two rate monotonic timers between threads

2019-10-02 Thread Ebenezer
I am working with RTEMS 5 - SMP enabled. I have 2 questions. 1) I am trying to synchronize the rate monotonic timer(id2) of a thread with the rate monotonic timer(id1) of another thread. To do that I have the following lines in one of the threads. rtems_rate_monotonic_get_status(id1, remaining_ti