Search found 13 matches
- Wed Jul 09, 2008 2:05 am
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
So I'll try this tutorial now. It says to use the toolchain from http://ps2dev.org/psp/Tools/Toolchain . It's quite old, isn't it? I think I'll check out a new one from svn or is there sth. wrong with it? Another point is the PATH Variable. The tutorial is missing the PSPSDK variable the readme-ubun...
- Wed Jul 09, 2008 1:02 am
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
- Wed Jul 09, 2008 12:53 am
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
So...I've copied the source from the tutorial posted above again...compiled with a new installed toolchain and tried to start the EBOOT.PBP directly from the XMB and PSPLink. Getting the same problems. When starting the eboot from xmb it seems to start but I only have a Blackscreen and after 10 sec ...
- Wed Jul 09, 2008 12:09 am
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
- Tue Jul 08, 2008 11:58 pm
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
- Tue Jul 08, 2008 11:49 pm
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
- Tue Jul 08, 2008 11:37 pm
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
Never thought about the possibility that the psp shuts down because of a crash... ;) I don't think I'm getting anywhere if we follow this way. So let us forget all about the code I've posted and I'm asking a new question: Does anybody know what can cause a problem where every compiled homebrew runs ...
- Tue Jul 08, 2008 10:18 pm
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
- Tue Jul 08, 2008 9:05 pm
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
- Tue Jul 08, 2008 8:36 pm
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
- Tue Jul 08, 2008 7:55 pm
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
So...I've added the line to my source and everything compiled well... I've started another homebrew (not compiled by me) using psplink and it worked. Than I've tried to run the pbp, elf and prx with psplink. Heres the output: $ ./pcterm Opening connection to localhost port 10000 host0:/> ./hello.elf...
- Tue Jul 08, 2008 6:15 pm
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
As I've said in my post I'm using psplink. I'm starting usbhostfs_pc in a terminal. When starting psplink on the psp I get: USBHostFS (c) TyRaNiD 2k6 Connected to device Accepting async connection (0) from 127.0.0.1 So I think everythin is fine, so far. The last line is the output when starting pcte...
- Tue Jul 08, 2008 5:42 pm
- Forum: PSP Development
- Topic: psp showing blackscreen and shutting down
- Replies: 28
- Views: 6193
psp showing blackscreen and shutting down
Hi, yesterday I've installed the psptoolchain on my Ubuntu 8.04 System. PSP is running 4.01-M33-2, 1.50 kernelpatch installed. Everything worked fine and I was happy...until I compiled my first homebrew. Actually the compilation process worked, but when I tried to run the application (only simple he...