Port Micropython on an emulation environment

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
mallicksm
Posts: 1
Joined: Sun Oct 14, 2018 5:56 pm

Port Micropython on an emulation environment

Post by mallicksm » Wed Oct 24, 2018 10:04 pm

Hi
I would like to port the micropython environment to an emulation platform.
I have the following peripherals.
0. 4x4-core A53 Clusters (among other things)
1. 2 wire uart
2. Arm Dstream Jtag

Among other things.

Can somebody show me the way to get started

S
Note:
So here is what I need from micropython.
1. Boot the A53 to a python-ish shell
2. ability to add 'c' routines packaged in python
3. ability to write business-logic in python, and device level code in 'c'

I just need someone to show me the ropes to start on micropython

jickster
Posts: 629
Joined: Thu Sep 07, 2017 8:57 pm

Re: Port Micropython on an emulation environment

Post by jickster » Fri Oct 26, 2018 7:34 pm

Are you completely new to uPy?

Post Reply