From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, GUARANTEED_100_PERCENT autolearn=no autolearn_force=no version=3.4.4 X-Received: by 10.224.129.196 with SMTP id p4mr9012851qas.6.1371485703624; Mon, 17 Jun 2013 09:15:03 -0700 (PDT) X-Received: by 10.50.164.200 with SMTP id ys8mr469050igb.14.1371485703588; Mon, 17 Jun 2013 09:15:03 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!mx05.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!bw2no1993434qab.0!news-out.google.com!y6ni3349qax.0!nntp.google.com!j2no504074qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 17 Jun 2013 09:15:03 -0700 (PDT) In-Reply-To: <878v29i5u0.fsf@adaheads.sparre-andersen.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=68.70.49.203; posting-account=8KldYgoAAABQPhqybz2aGQgF-WTSc79d NNTP-Posting-Host: 68.70.49.203 References: <878v29i5u0.fsf@adaheads.sparre-andersen.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <80464f90-5ab8-4dfc-b39d-d72995dd9db6@googlegroups.com> Subject: Re: Help with embedded hardware/software platform selection for Ada From: Max Herman Injection-Date: Mon, 17 Jun 2013 16:15:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2058 Xref: news.eternal-september.org comp.lang.ada:15784 Date: 2013-06-17T09:15:03-07:00 List-Id: On Monday, June 17, 2013 2:55:51 AM UTC-4, Jacob Sparre Andersen wrote: > I am doing some work on a project where we use a Cortex A8 CPU with a > custom Linux kernel on it. Power-up to user-space takes 3.2 seconds. > > We build the whole system - including GNAT and Ada applications - using > Yocto/Bitbake. There is a Bitbake recipe for GNAT available on GitHub. Jacob, it's a great suggestion. Thanks, I will look into it. > If your application has real-time requirements, Linux isn't really a > good choice, and you should look into either a proper RTOS or using an > Ada run-time directly on the board. Yeah, I agree. There are some RT patches, but it looks like they don't guarantee 100% guaranteed response time. Also response time highly depends on CPU peripherals drivers, which in most cases provided by CPU vendors, so coding quality may not be great :/