It works now!!!!
Thanks Sakya and Thanks cswindle!!!!
Search found 13 matches
- Fri Oct 19, 2007 6:57 pm
- Forum: PSP Development
- Topic: LoadStartModule usb-relative prx fail in PSP2000 (3.60 M33)
- Replies: 10
- Views: 5199
- Fri Oct 19, 2007 2:39 pm
- Forum: PSP Development
- Topic: LoadStartModule usb-relative prx fail in PSP2000 (3.60 M33)
- Replies: 10
- Views: 5199
When I use kuKernelLoadModule in 3.60 M33,I got same error described below Hi! :) But anyways the kuKernelLoadModule is working for me, soforget what i just said :) With this code kuKernelLoadModule works for me (the module loads fine), but it fails to start (it happens only with usbstorms.prx and u...
- Fri Oct 19, 2007 2:31 pm
- Forum: PSP Development
- Topic: LoadStartModule usb-relative prx fail in PSP2000 (3.60 M33)
- Replies: 10
- Views: 5199
Re: LoadStartModule usb-relative prx fail in PSP2000 (3.60 M
sorry for late,yes,I'm sure, I can open usb in 3.52 M33-4,very well, so I think the code work fine.sakya wrote:Hi! :)
Sorry, I've not an answer to your question....just a question for you. :)
Are you sure this code works fine in kernel 3.52 (not 1.50)?
...deleted...
- Thu Oct 18, 2007 12:29 am
- Forum: PSP Development
- Topic: LoadStartModule usb-relative prx fail in PSP2000 (3.60 M33)
- Replies: 10
- Views: 5199
LoadStartModule usb-relative prx fail in PSP2000 (3.60 M33)
Hi ,I fail to load usb relative prx in PSP 2000 (3.60 M33), but it works well in PSP1000 3.52 M33-4 ,the error is SCE_KERNEL_ERROR_UNSUPPORTED_PRX_TYPE ( 0x80020148) here's my code : LoadStartModule("flash0:/kd/semawm.prx"); LoadStartModule("flash0&...
- Tue Apr 03, 2007 12:28 am
- Forum: PSP Development
- Topic: transplant USBHOST_FS to a embeded System,Does it possible?
- Replies: 6
- Views: 5750
I'm a firmware developer of such hdd enclosure with OTG, which can copy file between HDD enclosure and PSP. But when I seen the usbhostfs_pc, I feel very interesting. so I think whether I can modify firmware of HDD enclosure and support PSP play game with HDD enclosure directly. It will be great! Th...
- Mon Apr 02, 2007 5:04 pm
- Forum: PSP Development
- Topic: transplant USBHOST_FS to a embeded System,Does it possible?
- Replies: 6
- Views: 5750
transplant USBHOST_FS to a embeded System,Does it possible?
hi,All, I have 3 quesitons: 1.There are some USB2.0 OTG harddisk devices which can transfer data between PSP and device without computer. Does it possible transplant USBHOST_FS to device firmware? If so, PSP can play game and watch movie using OTG device. 2.I look through the USBHOST_FS source code,...
- Wed Mar 14, 2007 12:33 pm
- Forum: PSP Development
- Topic: [Ann] PSP Development Tutorial, modules
- Replies: 23
- Views: 23314
- Wed Mar 14, 2007 12:24 pm
- Forum: PSP Development
- Topic: How to get more callstack info when crash?
- Replies: 0
- Views: 1428
How to get more callstack info when crash?
I know that use psp-addr2line to view EPC and RA when exception happen, but sometimes the result you get is a malloc_r (on stdlib,for example),I don't know which code in my app result in this。
So, is there a way to get more callstack information ?
Thanks for any tips.
So, is there a way to get more callstack information ?
Thanks for any tips.
- Thu Sep 14, 2006 12:41 am
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 9011467
simple question
hi,all
I wonder whick tool is used to transfer a picture to a byte array (for example:background_8888 in PMP MOD AVC 1.02 source code).
thanks very much!
I wonder whick tool is used to transfer a picture to a byte array (for example:background_8888 in PMP MOD AVC 1.02 source code).
thanks very much!
- Tue Sep 12, 2006 11:20 am
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 325101
About PSPLink's compile
Hi, I just checkout the source code of PSPLink from SVN, and have my psptoolchain updated to newest version and try to compile the psplink,a error happened: netgdb.c:25:25: error: netinet/tcp.h: No such file or directory I check with my pspdev: F:\cygwin\usr\local\pspdev\psp\include\netinet\ only a ...
- Wed May 24, 2006 11:55 pm
- Forum: PSP Development
- Topic: PMP Mod v2.02 & PMP Mod AVC v1.02
- Replies: 1856
- Views: 9011467
- Fri May 12, 2006 4:58 pm
- Forum: PSP Development
- Topic: sceIoRmdir can't remove a directory which is not empty?
- Replies: 2
- Views: 2231
- Wed May 10, 2006 5:04 pm
- Forum: PSP Development
- Topic: sceIoRmdir can't remove a directory which is not empty?
- Replies: 2
- Views: 2231
sceIoRmdir can't remove a directory which is not empty?
hi ,I am new here. My question is: Could sceIoRmdir remove a directory whick is not empty. Because it always return <0 when directory is not enpty.
And is there a function to do it ?
Thanks very much!
And is there a function to do it ?
Thanks very much!