IPL Development?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

IPL Development?

Post by Dariusc123456 »

If its possible, how can I make an ipl to use under service mode and time machine?
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

Now come on, everyone. You all telling me that you all dont know how to make an IPL? I for lease expected dax to reply with an answer
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Dariusc123456 wrote:Now come on, everyone. You all telling me that you all dont know how to make an IPL? I for lease expected dax to reply with an answer
Then you haven't been on this board long. Bumping a thread makes it LESS likely to be answered. Threads sometimes won't be answered quickly. Bumping a thread after less than a week shows a level of impatience most devs can't tolerate. We all have other things to do than doing your work for you. I suggest you spend the time waiting to see if someone answers looking up the answer yourself. Do a little legwork yourself and maybe people here might lend an occasional hand. You know - ACT like a developer.
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

I know that I been a out of control, but I am working on a project that will need an service mode action. I should be more as an developer and stop acting like a spoil person. No one reply to that topic on the ps2 forums and I didnt rush into it because its not much important. Ill wait then, only reason I ask is because I know how to make the elf into an ipl.bin, but it wont run under service mode. I use psp-strip, but not even a text will pop up on the screen in service mode. I cant load prx file in service mode. Just a black screen comes up.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

If you just want to run at the service level, make a kernel mode elf that avoids things that won't be available. Look at things like Cory's nandTool. Even my own utilities, KeyCleaner and IdStorage Manager run from elflauncher at the service level.

If you really NEED to contact a dev about specific info, try a PM instead of a challenging bump to a thread. It's more polite and more likely to be answered. :)
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

Search for booster ipl sdk, there is no much more. There you have all needed, the syscon/sysreg driver, and a ms driver.
A different thing is to make an ipl that patches one of Sony ipl's, that depends of the firmware.
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

Thanks. I didnt even know it can patch the sony ipl. But will this completly help me make the program I am making? I know about the tools to backup nand . And moonlight, does that sdk includes the patch to load the xmb backup?
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

Dariusc123456 wrote:Thanks. I didnt even know it can patch the sony ipl. But will this completly help me make the program I am making? I know about the tools to backup nand . And moonlight, does that sdk includes the patch to load the xmb backup?
What exactly are you doing? I can't think of anything that could possibly require the use of a custom IPL.

If you want to run a normal program under service mode directly after booting then just make it a PRX to replace the DC6/7 resurrection.prx, or an 1.50 ELF for older DC.
Pirata Nervo
Posts: 409
Joined: Tue Oct 09, 2007 4:22 am

Post by Pirata Nervo »

afaik he does not want to say but I think he needs a custom IPL so he is trying to make one
Image
Upgrade your PSP
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

I have my reasons. When I post my release, you will see. But, really, it just my own type of ipl for the psp system. But you all will see soon.
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

ok, I got the ipl sdk, and I am trying the multi-loader, but when I use it, it dont work.
Post Reply