ROCKPI-S

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
User avatar
devnull
Posts: 473
Joined: Sat Jan 07, 2017 1:52 am
Location: Singapore / Cornwall
Contact:

ROCKPI-S

Post by devnull » Wed Jan 15, 2020 9:36 am

Just received a bunch of these to play with, what would be required to get micropython working on it ?

https://wiki.radxa.com/RockpiS

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: ROCKPI-S

Post by jimmo » Sat Jan 18, 2020 5:34 am

It's a Cortex A35 so at least toolchain support etc is straightforward -- i.e. porting MicroPython itself is easy, and the Unix port would probably "just work" on Linux.

But I assume you're talking about a baremetal port -- maybe look at the bare-metal bcm238x (i.e. Raspberry Pi) port https://github.com/boochow/micropython-raspberrypi

Post Reply