بنقرة واحدة
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