From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.8 required=3.0 tests=BAYES_50,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:aed:3023:: with SMTP id 32mr23265539qte.37.1596993434088; Sun, 09 Aug 2020 10:17:14 -0700 (PDT) X-Received: by 2002:ac8:774f:: with SMTP id g15mr23644487qtu.145.1596993433313; Sun, 09 Aug 2020 10:17:13 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 9 Aug 2020 10:17:12 -0700 (PDT) In-Reply-To: <1ff23e0f-6c44-44fe-89bd-ca4d716822fco@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=199.204.203.152; posting-account=XGCYegoAAADY19DGgU_zTfTSbVlfUJ_a NNTP-Posting-Host: 199.204.203.152 References: <1ff23e0f-6c44-44fe-89bd-ca4d716822fco@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Running ADA on Beaglebone Black From: Philip Munts Injection-Date: Sun, 09 Aug 2020 17:17:14 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59690 List-Id: Depending on what you want to accomplish (i.e. whether it needs the full De= bian OS), and whether you are willing and able to do cross-compilation, I t= hink that MuntsOS (https://github.com/pmunts/muntsos) is the easiest way to= develop and run Ada programs on a BeagleBone or Raspberry Pi. I have found that installing and maintaining and especially configuring I/O= with Debian on a BeagleBone to be a pain in the nether regions. In contra= st, I have attempted to make MuntsOS as easy to use as possible. Its only = real downside is that it requires cross-toolchains running on a Linux (pref= erably Debian or Ubuntu) development host. Windows Subsystem for Linux (WS= L1 or WSL2) works perfectly well for the development host, though.