Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21190 > unrolled thread

Porting Python to an embedded system

Started byJustin Drake <drakefjustin@gmail.com>
First post2012-03-04 10:58 +0000
Last post2012-03-04 18:14 -0800
Articles 5 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Porting Python to an embedded system Justin Drake <drakefjustin@gmail.com> - 2012-03-04 10:58 +0000
    Re: Porting Python to an embedded system TheSeeker <duane.kaufman@gmail.com> - 2012-03-04 05:56 -0800
    Re: Porting Python to an embedded system TheSeeker <duane.kaufman@gmail.com> - 2012-03-04 05:56 -0800
    Re: Porting Python to an embedded system 88888 Dihedral <dihedral88888@googlemail.com> - 2012-03-04 18:14 -0800
    Re: Porting Python to an embedded system 88888 Dihedral <dihedral88888@googlemail.com> - 2012-03-04 18:14 -0800

#21190 — Porting Python to an embedded system

FromJustin Drake <drakefjustin@gmail.com>
Date2012-03-04 10:58 +0000
SubjectPorting Python to an embedded system
Message-ID<mailman.375.1330858763.3037.python-list@python.org>
I am working with an ARM Cortex M3 on which I need to port Python
(without operating system). What would be my best approach? I just
need the core Python and basic I/O.

[toc] | [next] | [standalone]


#21196

FromTheSeeker <duane.kaufman@gmail.com>
Date2012-03-04 05:56 -0800
Message-ID<25340636.264.1330869375770.JavaMail.geo-discussion-forums@ynne2>
In reply to#21190
On Sunday, March 4, 2012 4:58:50 AM UTC-6, Justin Drake wrote:
> I am working with an ARM Cortex M3 on which I need to port Python
> (without operating system). What would be my best approach? I just
> need the core Python and basic I/O.

The python-on-a-chip project (p14p) (http://code.google.com/p/python-on-a-chip/)
might be something worth looking into.

Thanks,
Duane

[toc] | [prev] | [next] | [standalone]


#21197

FromTheSeeker <duane.kaufman@gmail.com>
Date2012-03-04 05:56 -0800
Message-ID<mailman.379.1330869384.3037.python-list@python.org>
In reply to#21190
On Sunday, March 4, 2012 4:58:50 AM UTC-6, Justin Drake wrote:
> I am working with an ARM Cortex M3 on which I need to port Python
> (without operating system). What would be my best approach? I just
> need the core Python and basic I/O.

The python-on-a-chip project (p14p) (http://code.google.com/p/python-on-a-chip/)
might be something worth looking into.

Thanks,
Duane

[toc] | [prev] | [next] | [standalone]


#21213

From88888 Dihedral <dihedral88888@googlemail.com>
Date2012-03-04 18:14 -0800
Message-ID<mailman.392.1330913675.3037.python-list@python.org>
In reply to#21190
On Sunday, March 4, 2012 6:58:50 PM UTC+8, Justin Drake wrote:
> I am working with an ARM Cortex M3 on which I need to port Python
> (without operating system). What would be my best approach? I just
> need the core Python and basic I/O.

Sounds like the JVM law suites  in ANDROINDS did stimulate a lot jobs
to use other VM-BYTECODE based programming languages. 

I suggest  that one can use tiny linux or MU-linux which is even smaller than Linux and then install a slimmer customized  python not the same as the fatter one used in PC. 

[toc] | [prev] | [next] | [standalone]


#21214

From88888 Dihedral <dihedral88888@googlemail.com>
Date2012-03-04 18:14 -0800
Message-ID<30499939.3531.1330913671419.JavaMail.geo-discussion-forums@pbjv6>
In reply to#21190
On Sunday, March 4, 2012 6:58:50 PM UTC+8, Justin Drake wrote:
> I am working with an ARM Cortex M3 on which I need to port Python
> (without operating system). What would be my best approach? I just
> need the core Python and basic I/O.

Sounds like the JVM law suites  in ANDROINDS did stimulate a lot jobs
to use other VM-BYTECODE based programming languages. 

I suggest  that one can use tiny linux or MU-linux which is even smaller than Linux and then install a slimmer customized  python not the same as the fatter one used in PC. 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web