comp.lang.ada
 help / color / mirror / Atom feed
* AVR-Ada 1.2.2 binary rpm for Fedora 25
@ 2016-11-11 16:35 Tero Koskinen
  0 siblings, 0 replies; only message in thread
From: Tero Koskinen @ 2016-11-11 16:35 UTC (permalink / 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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-11 16:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11 16:35 AVR-Ada 1.2.2 binary rpm for Fedora 25 Tero Koskinen

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