Page 1 of 1

[LEGATO] Running mpy on legato's linux

Posted: Thu Sep 27, 2018 7:45 am
by roland_vs
Dear all,

Anyone has any experience in porting/compiling/running micropython on the legato version of linux?

Regards,

Roland

Re: [LEGATO] Running mpy on legato's linux

Posted: Thu Sep 27, 2018 8:24 am
by stijn
Isn't Legato just a framework (i.e. set of libraries) running on Ubuntu? Meaning it doesn't interfere with any other application directly so you can just run the unix port of MicroPython? Or do you mean if MicroPython can make use of any of the Legato functionality? It can, if custom modules are written.

Re: [LEGATO] Running mpy on legato's linux

Posted: Sat Sep 29, 2018 7:18 am
by roland_vs
Dear @stijn

I see I should be a bit more informative :-)

I would like to use upy on a Sierra Wireless SoC 4G module and I'm wondering if anyone has done so already...

Regards,

Roland