Page 1 of 1

Micropython on Odroid Go?

Posted: Tue Jul 10, 2018 1:49 pm
by holger
Has anyone tried Micropython on this nice Gear?

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

Holger

Re: Micropython on Odroid Go?

Posted: Tue Jul 10, 2018 4:11 pm
by dhylands
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.

Re: Micropython on Odroid Go?

Posted: Tue Jul 10, 2018 6:26 pm
by loboris
It is a ESP32 board (based on ESP32-WROVER) wich should run MicroPython without issues.
The correct link is ODROID-GO

Re: Micropython on Odroid Go?

Posted: Tue Jul 10, 2018 7:03 pm
by dhylands
Yes that definitely looks sweet.

Re: Micropython on Odroid Go?

Posted: Tue Jul 10, 2018 10:00 pm
by deshipu
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.

Re: Micropython on Odroid Go?

Posted: Tue Oct 02, 2018 3:32 pm
by jedie
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?

Re: Micropython on Odroid Go?

Posted: Thu Oct 04, 2018 4:11 am
by mattyt
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.

Re: Micropython on Odroid Go?

Posted: Thu Oct 04, 2018 7:09 am
by jedie
Thanks. I currently use mainline esp32spiram-20181004-v1.9.4-623-g34af10d2e.bin