Sending Command to memory stick

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Sending Command to memory stick

Post by coolkehon »

if i one day decided to make a driver for the psp to read other file system maybe a custom one how can i send commands to the psp's memory stick to read and write blocks of data.
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

Take a look at Rain program that sends commands to the psp and get information back base on the command.
PSHN - Playstation Hacking Network
PSX/PS1 - HACK - Game Shark
PS2 - HACK - Swap
PSP - HACK - Pandora
PS3 - ?
cory1492
Posts: 216
Joined: Fri Dec 10, 2004 1:49 pm

Post by cory1492 »

I don't think he's wondering about firmware based atapi commands sent over usb.

coolkehon look for the IPL sdk, it has a small (read only) implementation of a MS driver at low level (not sure but I don't think MS is documented publicly?) as well as relatively tiny fat filesystem module - kinda needed to jump from MS IPL to loading files on the MS.
coolkehon
Posts: 355
Joined: Mon Oct 20, 2008 5:44 am

Post by coolkehon »

yeah thats what i was talking about but i'll have to check to write data and maybe one day i can try to implement a filesystem on the psp
Post Reply