원클릭으로
test-miyoo
Test Miyoo ARM binaries in a Docker container that simulates the parasyte runtime
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Test Miyoo ARM binaries in a Docker container that simulates the parasyte runtime
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | test-miyoo |
| description | Test Miyoo ARM binaries in a Docker container that simulates the parasyte runtime |
| user_invocable | true |
| args | [binary-path|game-name] |
Test a cross-compiled ARM binary in a Docker container that simulates the Miyoo Mini Plus parasyte runtime environment. Validates shared library resolution, glibc compatibility, and SDL2 linkage.
miyoo-test Docker image (arm32v7/debian:bullseye-slim) with SDL2, X11, EGL, GLES libs mirroring the parasyte layoutLD_LIBRARY_PATH set to the simulated parasyte pathSDL_VIDEODRIVER=dummy since there's no real displayIf a binary path is provided, test that directly:
sh miyoo/test/test-miyoo.sh "$ARGUMENTS"
If a game name is provided (e.g., micro, space), find and test the latest build:
# For Rust SDL2 ports:
sh miyoo/test/test-miyoo.sh miyoo/<game>/target/armv7-unknown-linux-gnueabihf/release/<game>_miyoo
# For Zig ports:
sh miyoo/test/test-miyoo.sh zig/<game>/zig-out/bin/<game>_miyoo
cargo zigbuild --target armv7-unknown-linux-gnueabihf.2.28 or zig build -Dtarget=arm-linux-gnueabihf)Build Miyoo Rust/Zig ports (native or cross-compile for ARM)
Deploy ChaiLove games to the Miyoo Mini Plus, kill RetroArch, upload, relaunch
Build .tic cartridges and deploy to Miyoo Mini Plus via SCP
Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus
Port a web game to TIC-80 (Lua) for Miyoo Mini Plus
Package and test a ChaiLove game on the Miyoo Mini Plus via RetroArch