| View previous topic :: View next topic |
| Author |
Message |
gojita
Joined: 28 Mar 2008 Posts: 1 Location: France
|
Posted: Sat Mar 29, 2008 1:05 am Post subject: Testing pspsdk sample |
|
|
Hello,
I've just finished to install the toolchain on cygwin and I was wondering how to test the samples of pspsdk, especially the wlansampe.elf ?
What I'hve to do next to run wlansampe.elf ?
Creating an EBOOT.PBP ?
How to do it ?
Is there any emulator for testing homebrew on linux/windows ?
Thank you all, and sorry if the answer is somewhere else, but I've search a little and don't find an easy answer on how to launch wlansample.elf.
Regards |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Sat Mar 29, 2008 1:59 am Post subject: |
|
|
Just run
to build the eboot. |
|
| Back to top |
|
 |
jean

Joined: 05 Jan 2008 Posts: 489
|
Posted: Sat Mar 29, 2008 2:11 am Post subject: |
|
|
No luck with emulators... Try psplink if you want to avoid swapping continuously between XMB and USB mass-storage modes.
You cannot execute directly ELFs, you have to build an EBOOT.PBP to run from XMB, or a prx (that could be launched with one of the shells like irShell).
However, EVERY pspsdk sample include the following lines in makefile
| Code: | EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = your app title
|
needed to build an eboot.pbp. In order to obtain code executable on 3.xx firmware, you may need to add your makefile with
| Code: | PSP_FW_VERSION = 390
BUILD_PRX = 1 |
With original 1.50 FW you may need to kxploit your apps...a quick search here or in google will provide enough info...
good luck
jean |
|
| Back to top |
|
 |
PSPApple
Joined: 28 Mar 2008 Posts: 6
|
|
| Back to top |
|
 |
|