For Security You Can Depend On Since 1979

800-229-6693

The Rockchip RK3588 is not your average SBC processor. It is an 8nm octa-core monster designed for edge computing, AI, and 8K displays. Here is the spec sheet that matters for emulation:

Why does this matter for EmuELEC? Previous ARM chips lacked single-core CPU power and proper GPU drivers for Vulkan. The RK3588 solves both. The Cortex-A76 cores provide the brute force needed for PS2 and Gamecube emulation, while the Mali-G610’s Vulkan driver allows for hardware-accelerated rendering in modern emulators.


Why run EmuELEC on RK3588?

RK3588 devices often have USB 3.0 or NVMe slots – great for large ROM libraries.
To link /storage/roms to external drive:

# Over SSH or EmuELEC terminal
mount /dev/sda1 /mnt/roms   # mount your USB/NVMe
rm -rf /storage/roms         # remove default roms dir
ln -s /mnt/roms /storage/roms

Persist mount → edit /storage/.config/system.d/storage-roms.mount (or use EmuELEC’s roms2usb script if available).