comp.lang.ada
 help / color / mirror / Atom feed
From: Tero Koskinen <tero.koskinen@iki.fi>
Subject: AVR-Ada 1.2.2 binary rpm for Fedora 25
Date: Fri, 11 Nov 2016 18:35:44 +0200
Date: 2016-11-11T18:35:44+02:00	[thread overview]
Message-ID: <o04rvi$g2q$1@franka.jacob-sparre.dk> (raw)

Hi,

I created AVR-Ada 1.2.2[1] rpm for Fedora 25 (x86_64).

You can get it from my fedora.ada-language.com server, by
creating a new /etc/yum.repos.d/fedora-adalanguage.repo
with following contents:

[fedora-adalanguage]
name=Tero's Fedora RPM repository for Ada packages
baseurl=http://fedora.ada-language.com/repo/$releasever/$basearch
enabled=1


You can install the rpm with command:

   sudo dnf install avr-ada --nogpgcheck


The rpm package is completely unofficial (not endorsed by Fedora
or AVR-Ada projects), but since creating it isn't that easy,
I every now and then try to provide new version.

The binaries are installed to /opt/avr-avr-122 and are usable
out of the box.

For example, try:

export PATH=/opt/avr-avr-122/bin:$PATH
hg clone https://bitbucket.org/tkoskine/arduino-blog
cd arduino-blog/examples/hello-uart
make

After "make", you will have hello.hex in the current directory
and you can upload it to Arduino with avrdude (not part of
the package):

sudo avrdude -c arduino -p atmega328p -P /dev/ttyACM0 \
   -b 115200 -U flash:w:hello.hex

Yours,
  Tero

PS. Fedora 25 is not yet released, I used beta version.

[1] Well, actually the latest git version, but it is almost same.

                 reply	other threads:[~2016-11-11 16:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox