|
~*~ BLOG / RANT POST ~*~
Notes on an R36 Ultra
2026-05-20
|
MARKDOWN POWER
|
|
|
Date: 2026-05-20
|
Tags: handhelds, linux, retro-gaming
I bought an R36 Ultra and was not happy with the stock emulator setup, so I started looking at how the device was put together. This is only about the unit I have in front of me; these handhelds can vary by seller, batch, and firmware image.
Initial findingsThe first useful discovery was that the visible SD card is not the OS card. The device boots without it. Linux reports a Rockchip RK3326-family board running a vendor EmuELEC 4.7 development image on a 5.10.160 kernel. The OS lives on internal 4 GB eMMC, with a read-only Access and hardeningSSH was listening on the LAN when Wi-Fi was enabled, but the obvious credentials did not work. Access came through the ports launcher instead. The ROM SD card had PortMaster-related folders and a After that I could SSH in as Hardware notesThe hardware looks like the usual RK3326 handheld shape: four Cortex-A35-class cores, about 1 GB RAM, Mali-G31 graphics, a 720x720 DSI panel, RK817 audio/power components, RK915 SDIO Wi-Fi, internal eMMC, and external SD for ROMs. Backups and scansI made two important backups before going further: a config backup from Next experimentThe bootloader strings are encouraging for safer OS testing. Stock U-Boot appears to scan external SD before internal eMMC and looks for standard extlinux or boot script paths. That means the next sensible experiment is not flashing internal storage. It is writing a verified ArkOS4Clone or ROCKNIX image to SD and seeing whether the device boots from it. If it fails, removing the SD should leave the internal EmuELEC install as the fallback. What I changed
What I did not change
Internal eMMC install can wait until SD boot and recovery are proven. CONTINUE EXPLORING
|
|
|
© 1999 GNARGNARHEAD • made with: YAML front matter
|