Not yet, the driver functions from MPHL's firmware launcher code are a bit confusing.
Don't worry, I'm still working it on it.
Search found 23 matches
- Thu Apr 12, 2007 7:52 am
- Forum: PSP Development
- Topic: flash USB connection
- Replies: 16
- Views: 9724
- Tue Mar 20, 2007 5:38 am
- Forum: PSP Development
- Topic: flash USB connection
- Replies: 16
- Views: 9724
- Sun Mar 18, 2007 5:09 am
- Forum: PSP Development
- Topic: flash USB connection
- Replies: 16
- Views: 9724
- Fri Mar 16, 2007 11:00 am
- Forum: PSP Development
- Topic: flash USB connection
- Replies: 16
- Views: 9724
- Thu Mar 15, 2007 6:36 am
- Forum: PSP Development
- Topic: flash USB connection
- Replies: 16
- Views: 9724
- Wed Mar 14, 2007 6:43 am
- Forum: PSP Development
- Topic: flash USB connection
- Replies: 16
- Views: 9724
- Wed Mar 14, 2007 4:47 am
- Forum: PSP Development
- Topic: flash USB connection
- Replies: 16
- Views: 9724
flash USB connection
How can I make the USB connect to the flash0 or flash1 instead of the ms0? I have tried this: sceIoUnassign("ms0:"); sceIoAssign("flash0:", "lflash0:0,0", "flashfat0:", IOASSIGN_RDWR, NULL, 0); bu...
- Tue Feb 13, 2007 8:47 am
- Forum: PSP Development
- Topic: Get flash1 from Eboot
- Replies: 9
- Views: 4083
- Mon Feb 12, 2007 5:23 am
- Forum: PSP Development
- Topic: Get flash1 from Eboot
- Replies: 9
- Views: 4083
- Sat Feb 10, 2007 7:58 am
- Forum: PSP Development
- Topic: Get flash1 from Eboot
- Replies: 9
- Views: 4083
- Sat Feb 10, 2007 6:02 am
- Forum: PSP Development
- Topic: Get flash1 from Eboot
- Replies: 9
- Views: 4083
Get flash1 from Eboot
I am trying to do a complete dump of a few firmwares, however PSAR Dumper only dumps the flash0. I have looked through code of other programs and also the PSPSDK samples, but I haven't found a way to dump the flash1. Can anybody help me figure this out?
- Wed Jan 10, 2007 8:58 am
- Forum: PSP Development
- Topic: Very Odd Compiling Error...
- Replies: 1
- Views: 1063
Very Odd Compiling Error...
I'm trying to compile my program, but I get this error: main.c:655: error: syntax error at end of input so I think to myself... that's odd.... and I go look at line 655, which is this: L653: } L654: return 0; L655: } Is there any reas...
- Tue Jan 09, 2007 5:48 am
- Forum: PSP Development
- Topic: 'makems' Error
- Replies: 4
- Views: 1825
Thanks for helping, but I figured out the problem.
These two lines were out of place:
just as you suggested.
These two lines were out of place:
Code: Select all
int makems=0;
char fnbuffer[100];
- Mon Jan 08, 2007 7:05 am
- Forum: PSP Development
- Topic: 'makems' Error
- Replies: 4
- Views: 1825
- Mon Jan 08, 2007 6:06 am
- Forum: PSP Development
- Topic: 'makems' Error
- Replies: 4
- Views: 1825
'makems' Error
When I try to compile my source which uses the makems command to copy some files to the memory stick, I always get this error: main.c: In function 'main': main.c:63: error: 'makems' undeclared (first use in this function) main.c:63: error: (Each undeclared identifier is reported only once main.c:63:...
- Sat Jan 06, 2007 5:36 am
- Forum: PSP Development
- Topic: Compiling Issues...
- Replies: 5
- Views: 2635
- Fri Jan 05, 2007 11:39 am
- Forum: PSP Development
- Topic: Compiling Issues...
- Replies: 5
- Views: 2635
- Fri Jan 05, 2007 8:33 am
- Forum: PSP Development
- Topic: Compiling Issues...
- Replies: 5
- Views: 2635
Compiling Issues...
Somebody on this forum helped me put together this code, and I was happy, but then it didn't compile.... and the compiler says the issue is that the 'sceWlanDevIsPowerOn' part. Anybody know why? Please and thank you! int main() { pspDebugScreenInit(); SetupCa...
- Thu Jan 04, 2007 8:15 am
- Forum: PSP Development
- Topic: Detection Problems
- Replies: 3
- Views: 1964
ooohhhhh... that's my bad. I thought it would need to be in a loop or something, not just by itself. then I thought it might need to be it's own int function. well, thanks a million jas0nuk! I'll be sure to remember this later. I can't believe I made such a stupid mistake..... ah well... it happens ...
- Thu Jan 04, 2007 6:38 am
- Forum: PSP Development
- Topic: Detection Problems
- Replies: 3
- Views: 1964
Detection Problems
Once again with my n00b questions, can somebody please help me with my source code? I am trying to make a program that (so far) will detect certain things. Here's what I have so far (and I can tell a bunch of it is wrong): // Project 9 - Another of Sleepy's n00b projects... /* This program was begun...
- Sat Dec 30, 2006 5:24 am
- Forum: PSP Development
- Topic: Memory Stick Detector
- Replies: 1
- Views: 1196
Memory Stick Detector
I'm very new at programming, and I want my program to write and read off of the memory stick, so the first thing I need is a way to tell if the memory stick is in. What does the code for this look like? I know I need these three: PSP_MODULE_INFO("name", 0x1000, 1, 1); and P...
- Thu Dec 28, 2006 7:24 am
- Forum: PSP Development
- Topic: PSP 1.50 Kernel
- Replies: 2
- Views: 1571
- Thu Dec 28, 2006 2:32 am
- Forum: PSP Development
- Topic: PSP 1.50 Kernel
- Replies: 2
- Views: 1571
PSP 1.50 Kernel
I'm interested in the PSP dev scene, and I can make basic programs, but I am wondering how to activate the kernel mode in 1.50 PSP's. In the SDK documents it says some functions are only useable in kernel mode, which is why I am asking. I mainly want to use it to read if the memory stick is in, so d...