Re: Deploy RTEMS on Ultra96-v2

2020-07-25 Thread Chen, Kuan-Hsun
Hi Gedare, No, we didn’t solve it. Best, Kuan-Hsun Dr.-Ing. Kuan-Hsun Chen Technische Universität Dortmund Department of Computer Science 12 Design Automation of Embedded Systems Otto-Hahn-Strasse 16, Room E19 44227 Dortmund Germany Phone: *+49 231 755 6111* Mail: kuan-hsun.c...@tu-dortmund.d

Re: help with RTEMS

2020-07-25 Thread Gedare Bloom
> > Hello, On Wed, May 13, 2020 at 5:56 AM BORJA HERRADOR MARTIN < 100329...@alumnos.uc3m.es> wrote: > Hi, I recently started my end-of-degree project on RTEMS and I have had > some questions during the installation. > First I would like to know to whom or to what mail I can send the > questions

Re: RTEMS Release Snapshot 5.0.0-m2005-2

2020-07-25 Thread Gedare Bloom
On Mon, May 25, 2020 at 11:05 AM Michael Davidsaver wrote: > > On 5/24/20 4:32 PM, Chris Johns wrote: > >> Which raises the question of how to build the examples? > > > > Which examples? The ones in RTEMS or the rtems-exmaples.git repo? > > https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m2

Re: Guarantee rtems_timer_server_fire_after() will be 'after' interval

2020-07-25 Thread Gedare Bloom
Can you reproduce this with the RTEMS 5 release? Is it a public BSP, or can it reproduce on a public BSP? On Fri, Jun 5, 2020 at 1:29 AM Matthew J Fletcher wrote: > > Replying to myself. > > Fetch is from RTEMS commit d2efc968e2f644512062de1e06fab20abd2e6854 (around > 2019-10-25) > > On Fri, 5

Re: libquadmath or mpfr support

2020-07-25 Thread Gedare Bloom
On Tue, Jun 9, 2020 at 8:00 AM Jonathan Brandmeyer wrote: > > In our project we have a use case that justifies using double-double > arithmetic. Is it possible to get the RTEMS toolchain to include > libquadmath.a in the build? Alternatively, does anyone have experience > getting mpfr install

Re: Deploy RTEMS on Ultra96-v2

2020-07-25 Thread Gedare Bloom
On Mon, Jun 15, 2020 at 10:32 AM Kuan-Hsun Chen wrote: > > Hello all, > > Recently we are trying to run RTEMS on a ARM based multi-processor platform, > i.e., Ultra96-v2. > We have found a tutorial on Xlinx, which details the steps of how to compile > the RTEMS executable for Ultra96. > However,