Releases: NukeBomB3000/minui-gkd-pixel2
Releases · NukeBomB3000/minui-gkd-pixel2
Release list
MinUI for GKD Pixel 2 — v1.0.1
Added
- Files (DinguxCommander): File manager tool, accessible via Tools menu. SDL2 build for aarch64, runs as Wayland client.
- Music Player (MUS): Simple music player based on mpv. Plays MP3, FLAC, OGG and other formats from
Roms/Music (MUS)/. - Extra emulators via MinUI extras (rgb30, self-contained with bundled cores):
- Game Boy Advance (MGBA) — mGBA core
- Super Game Boy (SGB)
- Sega Game Gear (GG)
- Sega Master System (SMS)
- TurboGrafx-16 (PCE)
- Neo Geo Pocket (NGP) / Neo Geo Pocket Color (NGPC)
- Pokémon mini (PKM)
- Super Nintendo Entertainment System (SUPA)
- Virtual Boy (VB)
- Pico-8 (P8)
Changed
- Build script restructured:
create_sd_image.shreplacesbuild_and_image.sh - Firmware binaries (
SYSTEM,Image,DTB, ELFs) now live infirmware/(gitignored) - MinUI base + extras consolidated into
minui/(gitignored); updating MinUI requires only replacing the contents ofminui/ - ROM/Bios directory structure driven entirely from
minui/Roms/andminui/Bios/— no hardcoded lists in build script - Removed dev ROM bundling mechanism (no space on EMUELEC partition before first-boot resize)
MinUI for GKD Pixel 2 — v1.0.0
MinUI for GKD Pixel 2 — v1.0.0
First release of MinUI running on the GKD Pixel 2 (Rockchip RK3326S).
What works
- Display (640×480) ✅
- All buttons, D-Pad, shoulder buttons ✅
- Volume controls ✅
- Audio ✅
- Sleep / Wake ✅
- Shutdown ✅
- All emulators including PlayStation 1 ✅
Installation
- Download
gkdpixel2-minui.img.xz(~418 MB) - Flash with Balena Etcher or:
xz -d gkdpixel2-minui.img.xz
sudo dd if=gkdpixel2-minui.img of=/dev/sdX bs=4M status=progress - Insert SD card into your GKD Pixel 2 and power on
- First boot: ROMS partition is automatically created at full card size, device reboots
- Second boot: MinUI starts
Requirements
This image requires firmware files from the stock GKD Pixel 2 SD card (ROCKNIX-based). The image is built on
top of the stock firmware — your original SD card must be preserved as the source.
Adding ROMs
Copy ROMs to the ROMS partition after flashing. See README
for supported systems and BIOS files.
Notes
- Minimum card size: 8 GB
- Tested on: 119 GB SD card
- Based on MinUI by shauninman