Page 1 of 1

Running MicroPython on uClinux

Posted: Sat Aug 23, 2014 1:15 pm
by iabdalkader
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

Re: Running MicroPython on uClinux

Posted: Sat Aug 23, 2014 3:48 pm
by fma
As I understand, you run the unix port of micropython, compiled for uClinux?

Re: Running MicroPython on uClinux

Posted: Sat Aug 23, 2014 6:46 pm
by iabdalkader
fma wrote:As I understand, you run the unix port of micropython, compiled for uClinux?
Yes, it's perfect for such constrained resources...

Re: Running MicroPython on uClinux

Posted: Sun Aug 24, 2014 9:29 am
by fma
But how do you access your board ressources?