-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which ps2sdk version to use to compile? #39
Comments
Hi
|
Hey, thanks for the response. There is no such version (only v1.1 and up), am I wrong? |
Unfortunately, v1.0 has no binary release on the ps2dev repository. it was a quick thing done before the newlib port, wich was the start of several issues that degraded homebrew software stability over time. v1.0 is only available as a docker image. It can be used locally with docker or with github actions, for instance: peek the compilation workflow of this repository |
Thanks! I succeeded building it with docker image! Do you maybe know which commit exactly is v1.0? I would be more than happy to provide ubuntu binaries somewhere. |
the problem is that ps2dev is composed of at least 7 repositories... I'm not sure wich commits. they all must be before the date when newlib port was added to PS2SDK... If youre debugging HDD I/O issues you will probably need debug versions of the HDD drivers, and compiling wLE with the |
Thanks a ton! I managed to compile ps2sdk v1.0 and set up ps2client/ps2link env. Turns out I get this: About my soldering, I am rather confident about it, taking into account I soldered it a few times on other consoles already (that's the first with SD adapter for me). Also, while troubleshooting I resoldered all wires with better kynar cable... Not sure how to continue, would you have some guesses? Cheers |
Seems that enabling MWDMA mode 2 makes the device stable while writing, but it freezes up while using any of the UDMA modes (tried 0 and 4). MWDMA/2 speed is comparable to UDMA mode 0.. Interesting why it happens :) |
not sure if youre still testing this... but: https://github.com/ps2homebrew/PS2HDDTester |
Please upload this wLaunchELF executable, I'm having same issue with a V12 PS2 |
I'm having same issue with 2 x 70k consoles, HDD tester shows passed for UDMA 5 tests. Can you please provide wLaunchELF compiled with MWDMA2? |
Hey,
I recently tried to compile wLE ISR with the newest PS2 SDK - there were some build errors, but I eventually managed to get compiler to spit out the BOOT.ELF - unfortunately it does not start on PS2 (black screen).
My question is what ps2sdk version to use?
The text was updated successfully, but these errors were encountered: