forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Testing pspsdk sample

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
gojita



Joined: 28 Mar 2008
Posts: 1
Location: France

PostPosted: Sat Mar 29, 2008 1:05 am    Post subject: Testing pspsdk sample Reply with quote

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
View user's profile Send private message
jimparis



Joined: 10 Jun 2005
Posts: 1179
Location: Boston

PostPosted: Sat Mar 29, 2008 1:59 am    Post subject: Reply with quote

Just run
Code:
make EBOOT.PBP

to build the eboot.
Back to top
View user's profile Send private message
jean



Joined: 05 Jan 2008
Posts: 489

PostPosted: Sat Mar 29, 2008 2:11 am    Post subject: Reply with quote

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
View user's profile Send private message
PSPApple



Joined: 28 Mar 2008
Posts: 6

PostPosted: Sat Mar 29, 2008 2:52 am    Post subject: Reply with quote

There are some tutorials would be helpful :)

http://www.psp-programming.com/tutorials/
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group