Recommended Development Platform
Posted: Thu Aug 25, 2016 8:02 pm
I'm working to port MicroPython to an ARM-based platform, embedded inside of an existing codebase built with the IAR Embedded Workbench running under Windows.
I'd like to explore the codebase running on the pyboard to understand it better, but would like some guidance on the recommended development platform to do so. Per the project README.md, it looks like Arch Linux might be the easiest to set up due to packages for installing the ARM cross compiler. I'm somewhat familiar with Ubuntu, and already have a VM with a non-GUI Ubuntu 14.04.4 LTS that I've used for some other work.
Is anyone else using Ubuntu as a target? It looks like binutils-arm-none-eabi and gcc-arm-none-eabi might be enough to get started. Is there a reason the README mentions Arch but not Ubuntu?
How about MinGW/MSYS?
I'd like to explore the codebase running on the pyboard to understand it better, but would like some guidance on the recommended development platform to do so. Per the project README.md, it looks like Arch Linux might be the easiest to set up due to packages for installing the ARM cross compiler. I'm somewhat familiar with Ubuntu, and already have a VM with a non-GUI Ubuntu 14.04.4 LTS that I've used for some other work.
Is anyone else using Ubuntu as a target? It looks like binutils-arm-none-eabi and gcc-arm-none-eabi might be enough to get started. Is there a reason the README mentions Arch but not Ubuntu?
How about MinGW/MSYS?