Page 1 of 1

Help..Hello World on PS2

Posted: Fri Apr 06, 2007 3:12 am
by anandmj
Just started to look PS2 as something useful apart from Enjoyment.
I would like to write a hello world for PS2 to start of with.

My basic understanding goes like this
1. install a tool chain with PS2 SDK on my laptop
2. Write code and compile it using above set up
3. Write DVD with generated code
4. Put the DVD in playstation and boot.
5. Code should run

Is this understanding write ?

Posted: Fri Apr 06, 2007 12:11 pm
by ooPo
Well, you could... but that's a terrible waste of discs.

Basically you burn a program loader named ps2link (http://ps2dev.org/ps2/Loaders/PS2_side_boot_loaders), boot the PS2 with this disc and then use a client (http://ps2dev.org/ps2/Loaders/PC_side_clients) to load and run the program on the PS2 over the network.

This way you only have to burn one disc and can run programs on the PS2 directly from the pc you're working from.

Posted: Mon Apr 09, 2007 12:44 pm
by n2liquid
What if I had a pendrive?
Is there any ready-to-use loader which explores usb massive storage devices?

Thx!

Posted: Tue Apr 10, 2007 8:34 pm
by JorDy
uLaunch elf is probably the best one around you can boot off usb, HDD, disk and memory card

Posted: Wed Apr 11, 2007 5:34 am
by J.F.
JorDy wrote:uLaunch elf is probably the best one around you can boot off usb, HDD, disk and memory card
You got that right. I have uLaunchELF set to run with the ID Exploit, so all I do is stick the stupid PS1 football disc in the PS2, wait for uLaunchELF to start, then I can run stuff off the USB stick. If I like it enough, I use uLaunchELF to copy it to the harddrive. That's also how I update SMS... put the latest SMS.elf on USB, then copy to the harddrive.