Micropython on Odroid Go?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
holger
Posts: 3
Joined: Sun Dec 18, 2016 9:35 pm

Micropython on Odroid Go?

Post by holger » Tue Jul 10, 2018 1:49 pm

Has anyone tried Micropython on this nice Gear?

https://www.hardkernel.com/main/products...2875062626

Holger

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Micropython on Odroid Go?

Post by dhylands » Tue Jul 10, 2018 4:11 pm

The link doesn't work for me. But it looks like they all run linux, so you'd be using the unix port of Micropython.

loboris
Posts: 344
Joined: Fri Oct 02, 2015 6:19 pm

Re: Micropython on Odroid Go?

Post by loboris » Tue Jul 10, 2018 6:26 pm

It is a ESP32 board (based on ESP32-WROVER) wich should run MicroPython without issues.
The correct link is ODROID-GO

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Micropython on Odroid Go?

Post by dhylands » Tue Jul 10, 2018 7:03 pm

Yes that definitely looks sweet.

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: Micropython on Odroid Go?

Post by deshipu » Tue Jul 10, 2018 10:00 pm

I have tried both the loboris and the official ports, and they work fine. The loboris port can make use of the additional RAM chip, which is very nice.

I'm working on porting my game library to it, so that all the games made for µGame will also work on ODROID GO.

jedie
Posts: 252
Joined: Fri Jan 29, 2016 12:32 pm
Contact:

Re: Micropython on Odroid Go?

Post by jedie » Tue Oct 02, 2018 3:32 pm

deshipu wrote:
Tue Jul 10, 2018 10:00 pm
I have tried both the loboris and the official ports, and they work fine. The loboris port can make use of the additional RAM chip, which is very nice.

I'm working on porting my game library to it, so that all the games made for µGame will also work on ODROID GO.
Can you be more specific about what you flashed?

Because i used from https://github.com/loboris/MicroPython_ ... sRAM_LoBo/ the esp32_psram_all and flashed it with:

Code: Select all

MicroPython_ESP32_psRAM_LoBo/MicroPython_BUILD/firmware/esp32_psram_all$ ../flash.sh

The REPL works. But i get errors like:

Code: Select all

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 19] ENODEV
I created https://github.com/loboris/MicroPython_ ... issues/221 for this.

Any idea?

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: Micropython on Odroid Go?

Post by mattyt » Thu Oct 04, 2018 4:11 am

deshipu wrote:
Tue Jul 10, 2018 10:00 pm
The loboris port can make use of the additional RAM chip, which is very nice.
Just FYI; Mainline MicroPython gained support for ESP32 PSRAM with 1.9.4. Like the Loboris port you need to download the appropriate binary.


Post Reply