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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 16 Jul 2018 20:44:45 -0500 From: Dennis Lee Bieber Newsgroups: comp.lang.ada Subject: Re: Ada: A beginners experience Date: Mon, 16 Jul 2018 21:44:45 -0400 Organization: IISS Elusive Unicorn Message-ID: References: <1d3743b1-1a36-429d-92c7-9ae0e7c16e63@googlegroups.com> User-Agent: ForteAgent/8.00.32.1272 X-No-Archive: YES MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-B2U6v8mWZgRjXzK62ruys1EyTN4O6/7cilKMMdPh5T4FzFz76u0CzoGduII6mE/hTaD5rDGJHTFFBkz!pvyHiONsy4U+Q2aZeg31QaQ9kC0zyuRXdKt5ADyK6x608NLfMWZHqYY77akrm+CFbIaU7jwT X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 3133 Xref: reader02.eternal-september.org comp.lang.ada:53858 Date: 2018-07-16T21:44:45-04:00 List-Id: On Mon, 16 Jul 2018 18:18:02 -0700 (PDT), blakemichael073@gmail.com declaimed the following: >I have looked at the Ada Drivers Library, and tried to work with it, though I have not had much luck. I think that I don't understand the difference between the board support packages and the drivers well enough, and where I need to be building things to access the required libraries to make much progress. >I think that Adacore choosing to support the microbit is a good idea. The microbit gives a lot of choices for how to interact with it. You can start with micropython and go on to other programming languages from there. >Trying to understand a topic/learn something new from a distance without any experience or guidance can lead to trouble. Picking where to start is the most difficult part, every path seems equal when you know nothing. >The advice from Dmitry seems to have been very wise and I have been able to find some really good information to get be started with either the Beaglebone Black or the Raspberry Pi. The Exploring Beaglebone Black book by Derek Molloy seems to be exactly the sort of resource that I have been looking for (there is no Ada programming, but I can add that in later with a bit of luck). There is enough information about the background Linux environment to get me started. Problem is that Molloy is from the era of Debian Wheezy and kernel (run-time) Device Tree loading and the "Cape Manager"... Jessie saw the transition to using u-Boot Device Tree loading and removal of the Cape Manager... And Stretch has just taken that further... Pretty much anything to do with device trees and pin-muxing has changed. And some of what I've read implies that even the sysfs method of accessing GPIO and other peripherals will be changing. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/