Running MicroPython on uClinux

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
iabdalkader
Posts: 14
Joined: Fri Mar 28, 2014 11:35 pm

Running MicroPython on uClinux

Post by iabdalkader » Sat Aug 23, 2014 1:15 pm

Hey everyone...

I successfully tested MP on uClinux, honestly I didn't do much, it just worked out of the box :D, I just made a few changes to the Makefile to support my board, the target is an STM32F429/180MHz/16MB, the toolchain is an arm-uclinuxeabi-gcc... I find this port really useful for situations such as these, in fact I hope to see MP used more on other embedded distros.

Image

fma
Posts: 164
Joined: Wed Jan 01, 2014 5:38 pm
Location: France

Re: Running MicroPython on uClinux

Post by fma » Sat Aug 23, 2014 3:48 pm

As I understand, you run the unix port of micropython, compiled for uClinux?
Frédéric

iabdalkader
Posts: 14
Joined: Fri Mar 28, 2014 11:35 pm

Re: Running MicroPython on uClinux

Post by iabdalkader » Sat Aug 23, 2014 6:46 pm

fma wrote:As I understand, you run the unix port of micropython, compiled for uClinux?
Yes, it's perfect for such constrained resources...

fma
Posts: 164
Joined: Wed Jan 01, 2014 5:38 pm
Location: France

Re: Running MicroPython on uClinux

Post by fma » Sun Aug 24, 2014 9:29 am

But how do you access your board ressources?
Frédéric

Post Reply