Page 1 of 1

MicroPython is included in upcoming Fedora releases

Posted: Thu Apr 28, 2016 6:49 pm
by pfalcon
From https://github.com/micropython/micropython/issues/1982 :
Just as a heads up, I've packaged micropython in Fedora.

It's in the main repositories for Fedora 24 (which is currently Alpha) and Rawhide (what will be F25+).

All you need to do is:
sudo dnf -y install micropython

Re: MicroPython is included in upcoming Fedora releases

Posted: Thu Apr 28, 2016 9:43 pm
by kfricke
Pushing to Fedora is an easy meal. We do need an Debian maintainer!

But jokes aside... "Great!"

Re: MicroPython is included in upcoming Fedora releases

Posted: Fri Apr 29, 2016 5:51 am
by Tetraeder
Very nice!!!

Will it be possible then control hardware, in future? Or it is already?
I ask because I like the idea to use MicroPython on a Target(e.g. RaspberryPi) where Linux/Android running. And I have the possibility to import Hardware-Libs to control peripheral like Pin/UART/ADC.
Bad idea? Is it overloaded to integrate it in the Linux environment?

MicroPython is included in upcoming Fedora releases

Posted: Fri Apr 29, 2016 4:34 pm
by bmarkus
Micro Python is already part of the piCore Linux base system since release 7.0 on the Raspberry Pi see

http://forum.tinycorelinux.net/index.ph ... ,57.0.html

There will be a module to support RPi peripheral devices later on.