Skip to main content
Visitor II
February 11, 2025
Question

Emulator game with STM32MP135-DK1 ?

  • February 11, 2025
  • 1 reply
  • 577 views

Hello, I wonder if it is possible to put a game emulator on an stm32mp135-dk1 under openstlinux yocto, if so how? By loading a new img or in another way?

1 reply

Visitor II
December 20, 2025

Hi,

I’m not fully sure how heavy games will perform on the STM32MP135-DK1, but usually lightweight 3D or platformer style titles run fine if the graphics load is simple. I’ve been testing a few basic adventure games through Android emulation just to check movement and physics behavior. If you’re exploring how simple engines respond on low-power boards, you can look into features similar to super bear adventure mod apk God Mod to understand how unlimited-health or low-latency mechanics behave. It helps in comparing performance between normal and modified builds.