{"id":20536681,"url":"https://github.com/islandcontroller/ps2ded-oss","last_synced_at":"2025-10-14T02:13:47.729Z","repository":{"id":153360555,"uuid":"296522361","full_name":"islandcontroller/ps2ded-oss","owner":"islandcontroller","description":"PlayStation 2 DevEnv for Docker - a toolchain host for the PlayStation 2 SDK ","archived":false,"fork":false,"pushed_at":"2020-12-10T10:37:31.000Z","size":95,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-25T15:43:02.265Z","etag":null,"topics":["debugging-tools","docker","playstation-2","ps2dev"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/islandcontroller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-18T05:26:47.000Z","updated_at":"2024-02-19T02:29:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"27208567-4dc0-4efe-8419-6e3a8961b631","html_url":"https://github.com/islandcontroller/ps2ded-oss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/islandcontroller/ps2ded-oss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fps2ded-oss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fps2ded-oss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fps2ded-oss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fps2ded-oss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/islandcontroller","download_url":"https://codeload.github.com/islandcontroller/ps2ded-oss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islandcontroller%2Fps2ded-oss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017670,"owners_count":26086124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugging-tools","docker","playstation-2","ps2dev"],"created_at":"2024-11-16T00:37:29.445Z","updated_at":"2025-10-14T02:13:47.722Z","avatar_url":"https://github.com/islandcontroller.png","language":"Dockerfile","readme":"# PlayStation 2 DevEnv for Docker\r\n\r\nA toolchain host for the [open-source PlayStation 2 SDK](https://github.com/ps2dev/ps2dev), using a [\u0026#128279;Retail Debugging Startup Cart (PSX-Place)](https://www.psx-place.com/threads/retail-debugging-startup-card.14027/) for on-target debugging on retail systems.\r\n\r\n**See also:** [**ps2ded-vscode**](https://github.com/islandcontroller/ps2ded-vscode), a VS Code Devcontainer for PS2DED\r\n\r\n\u003cimg src=\"scr.png\"/\u003e\r\n\r\n## System Requirements\r\n\r\n- Docker Desktop (Windows host) or Docker Server (Linux host)\r\n- Retail PlayStation 2 w/ Ethernet interface (tested on `SCPH-77004`)\r\n- uLaunchELF (tested with v4.43a)\r\n\r\n## Preparation\r\n\r\nThe buildscript will fetch the latest copy of the [PS2DEV](https://github.com/ps2dev/ps2dev) GitHub repository. Other third-party tools \u0026ndash; such as the DSNET binaries \u0026ndash; are hosted off-site, and need to be downloaded separately.\r\n\r\n1. Download the DSNET tool set from the RDB project: [\u0026#128279;PSX-Place **(dsnet-bin.7z)**](https://www.psx-place.com/threads/retail-debugging-startup-card.14027/)\r\n2. Place the 7zip archive into the `install/` folder\r\n\r\n### Retail Debugging Startup Cart (RDB-UIF)\r\n\r\n1. Download the binaries from the RDB project: [\u0026#128279;PSX-Place **(RDB-095-bin.7z)**](https://www.psx-place.com/threads/retail-debugging-startup-card.14027/)\r\n2. Transfer the following files to your system, e.g. using uLaunchELF's FTP server. Place them in a new folder on your memory card, e.g. `mc0:/RDB/`\r\n    - `RDB-UIF.elf`\r\n    - `thmon.irx`\r\n\r\n## Building\r\n\r\nTo build the Docker image, open a shell session inside the cloned repo folder, and run:\r\n\r\n    docker build -t ps2ded-oss .\r\n\r\nDue to limitations of the Docker build system, this will leave behind an untagged image of the builder stage, with a size of around 1 GB. This dangling image can be removed.\r\n\r\n## Usage\r\n\r\nThe container provides access to the PlayStation 2 SDK compiler and debugger toolchain, as well as all related header files. The DSNET server can be accessed from other tools, similar to a *TOOL* PlayStation 2, via the exposed network port `8510`. In order to launch a new session, use:\r\n\r\n    docker run -v \u003cworkspace\u003e:/work -e PS2IP=\u003cipaddr\u003e --rm -it ps2ded-oss\r\n\r\nLoad the *RDB-UIF* executable on your PlayStation and start the DSNET server by running the following command inside the container shell. The script will use the IP address specified in `$PS2IP`.\r\n\r\n    start_dsnetm\r\n\r\nThe script will automatically start up an IOP module server, and dump the register contents of both processors to check the connection.\r\n\r\n### Note on compatibility\r\nThere are compatibility issues between the open-source SDK and the *non-SCE* DSNET binaries. For example, `printf` outputs are not passed to the IOP in a way to be forwarded over the debug port. Software breakpoints have been observed to cause lock-up of the `dsedb` application. In general, the open-source PS2SDK is more optimized for use with their own debugger `ps2link`, and its supporting tools.\r\n\r\n## Configuration\r\n\r\nUse Docker environment variable arguments when launching a new container to configure the IP address of the target device:\r\n\r\n    -e PS2IP=192.168.1.100","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislandcontroller%2Fps2ded-oss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fislandcontroller%2Fps2ded-oss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislandcontroller%2Fps2ded-oss/lists"}