Fix ODROID-GO: stock firmware, instant-on, remove unsupported systems

This commit is contained in:
2026-09-13 00:09:16 +02:00
parent 4b06544128
commit f344c7e26e
+5 -5
View File
@@ -12,11 +12,11 @@ parent: "/retro/"
<p>For retro gaming away from a screen, I use three handheld emulation devices. Each one covers a different sweet spot in the trade-off between size, power and convenience. The key difference is what systems each one can actually emulate well, and how much effort it takes to get there.</p> <p>For retro gaming away from a screen, I use three handheld emulation devices. Each one covers a different sweet spot in the trade-off between size, power and convenience. The key difference is what systems each one can actually emulate well, and how much effort it takes to get there.</p>
<h2>ODROID-GO</h2> <h2>ODROID-GO</h2>
<p>The ODROID-GO by Hardkernel is a DIY handheld built around an ESP32 microcontroller. It has a 2.4-inch 320x240 TFT display, a speaker, D-pad, face buttons, shoulder buttons, a Micro SD card slot, and a built-in rechargeable battery. The whole thing runs on Retro-Go firmware, which loads everything from the SD card. The ESP32 is a dual-core chip running at 240 MHz with 4 MB of PSRAM, which is enough for 8-bit systems but starts to struggle with anything heavier.</p> <p>The ODROID-GO by Hardkernel is a DIY handheld built around an ESP32 microcontroller. It has a 2.4-inch 320x240 TFT display, a speaker, D-pad, face buttons, shoulder buttons, a Micro SD card slot, and a built-in rechargeable battery. It runs the stock firmware, which loads games from the SD card. The ESP32 is a dual-core chip running at 240 MHz with 4 MB of PSRAM, which is enough for 8-bit systems but starts to struggle with anything heavier.</p>
<p><strong>What it plays well:</strong> NES, Game Boy, Game Boy Color, Sega Master System, Sega Game Gear, PC Engine, ColecoVision, Atari Lynx, Game and Watch. DOOM also runs on it, including mods.</p> <p><strong>What it plays well:</strong> NES, Game Boy, Game Boy Color, Sega Master System, Sega Game Gear.</p>
<p><strong>What it does not play well:</strong> SNES is slow and often unplayable. Game Boy Advance is out of reach. No 16-bit console emulation beyond what the SNES situation shows.</p> <p><strong>What it does not play well:</strong> SNES is slow and often unplayable. Game Boy Advance is out of reach.</p>
<p><strong>Game packs:</strong> Full game packs for all supported systems are on the SD card. No need to pick and choose.</p> <p><strong>Game packs:</strong> Full game packs for all supported systems are on the SD card. No need to pick and choose.</p>
<p><strong>Why use it:</strong> It is the smallest and cheapest of the three, and for pure 8-bit gaming it is surprisingly capable. The Retro-Go firmware is clean, boots fast, and the battery lasts a long time. It is the grab-and-go option when you just want to play some NES or Game Boy games on the couch.</p> <p><strong>Why use it:</strong> The killer feature is instant-on. The ESP32 boots in literally no time, you switch it on and the game is right there. A stopped game can be picked up again straight away. No other device in the collection comes close to this. It is the smallest and cheapest of the three, and for pure 8-bit gaming it is surprisingly capable. It is the grab-and-go option when you just want to play some NES or Game Boy games on the couch.</p>
<img src="odroid-go.jpg" alt="ODROID-GO system selection screen" width="640" height="480" loading="lazy"> <img src="odroid-go.jpg" alt="ODROID-GO system selection screen" width="640" height="480" loading="lazy">
<p class="caption">The ODROID-GO showing the Retro-Go system selection screen.</p> <p class="caption">The ODROID-GO showing the Retro-Go system selection screen.</p>
@@ -47,7 +47,7 @@ parent: "/retro/"
<h2>Which One for What</h2> <h2>Which One for What</h2>
<table> <table>
<tr><th>Device</th><th>Best for</th><th>Games loaded</th><th>Screen</th></tr> <tr><th>Device</th><th>Best for</th><th>Games loaded</th><th>Screen</th></tr>
<tr><td>ODROID-GO</td><td>NES, Game Boy, 8-bit on the couch</td><td>All systems</td><td>2.4" TFT</td></tr> <tr><td>ODROID-GO</td><td>NES, Game Boy, instant-on 8-bit</td><td>All systems</td><td>2.4" TFT</td></tr>
<tr><td>PocketGo</td><td>Game Boy Advance, 16-bit on the go</td><td>All systems</td><td>2.4" IPS</td></tr> <tr><td>PocketGo</td><td>Game Boy Advance, 16-bit on the go</td><td>All systems</td><td>2.4" IPS</td></tr>
<tr><td>RG35XX</td><td>PlayStation, arcade, everything at home</td><td>Major platforms only</td><td>3.5" IPS</td></tr> <tr><td>RG35XX</td><td>PlayStation, arcade, everything at home</td><td>Major platforms only</td><td>3.5" IPS</td></tr>
</table> </table>