Page 1 of 1

Transfering files from PS2 memory card to USB flash

Posted: Thu Dec 02, 2004 3:47 pm
by True_Vinyl
Hello,

I want to write a program that would trafer files between a PS2 memory card and USB flash memory. I need to find out how would I go about it ? I have worked on c, c++ and assembly. A simple progam that would allow me to select files and copy them back and forth, from memory card to USB respectively. I believe it is do able and looking forward to it.


Thanks!

Posted: Thu Dec 02, 2004 5:28 pm
by Guest
It requires a USB Mass Storage IRX driver. Search these forums for previous discussion and for the person who was developing it. It may need more work, or may be working just fine.

Code already exists for accessing memcards. So, all the stuff you need to get started is around, you just need to learn how to get started in PS2Dev homebrew if you haven't already.

Posted: Sat Dec 04, 2004 7:59 am
by True_Vinyl
Thanks.... for the reply! would I need a PS2 dev kit for this job??