Search found 11 matches
- Tue May 16, 2006 6:06 am
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 324544
- Sun May 14, 2006 11:51 pm
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 324544
GDB Problem
Hi, i try to use gdb. Any ideas what's going wrong there ? Usbshell: ms0:/apps/> debug g.elf ms0:/apps/> PSPLink GDBServer (c) 2k6 TyRaNiD/Lovely2 GDBServer: Loaded ms0:/apps/g.elf - UID 0x044B185F gdb g.elf GNU gdb 6.4.0.20051202-cvs (gdb&...
- Fri Mar 10, 2006 7:59 am
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 324544
- Fri Feb 17, 2006 9:41 pm
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 324544
Thx, the reset did it. Oh man wonderful tool. This makes psp dev work like charm. Quick turn around times and give practical debugging support. Great ! Is there a trick to reinit the SIO connection on psp side , as i lost the connection e.g. after plugging the sio cable off. At the moment iam forced...
- Fri Feb 17, 2006 6:20 am
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 324544
- Mon Feb 13, 2006 9:53 pm
- Forum: PSP Development
- Topic: PMP Mod 1.02 + Network Support
- Replies: 30
- Views: 32145
- Sun Feb 12, 2006 8:32 am
- Forum: PSP Development
- Topic: PMP Mod 1.02 + Network Support
- Replies: 30
- Views: 32145
Moved my network code to the M4g3 version. Also added configfile support so that you are able to make your WIFI settings via the configfile pmp.ini.
http://www.optixx.org
http://www.optixx.org
- Sat Feb 11, 2006 5:07 am
- Forum: PSP Development
- Topic: PMP Mod 1.02 + Network Support
- Replies: 30
- Views: 32145
- Sat Feb 11, 2006 2:40 am
- Forum: PSP Development
- Topic: PMP Mod 1.02 + Network Support
- Replies: 30
- Views: 32145
- Fri Feb 10, 2006 10:21 pm
- Forum: PSP Development
- Topic: PMP Mod 1.02 + Network Support
- Replies: 30
- Views: 32145
- Fri Feb 10, 2006 5:52 am
- Forum: PSP Development
- Topic: PMP Mod 1.02 + Network Support
- Replies: 30
- Views: 32145
PMP Mod 1.02 + Network Support
Added Network Support to PMP Mod so that you can use your PSP as a streaming client. Basically all lowlevel IO calls are mapped to my network enabled io functions. I use a simple python based HTTP Server as backend. This version is in ‘Proof of concept’ state, so don’t ...