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 

Reboot the Slim

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



Joined: 21 Oct 2007
Posts: 16

PostPosted: Fri Nov 16, 2007 4:47 pm    Post subject: Reboot the Slim Reply with quote

How do you reboot the slim in a kernel prx.

I've tried scePower_driver_ 0442D852(50000) and that just shuts down, I've also tried
sceSysconResetDevice(2, 1);
sceSysconResetDevice(1, 1);

This bricks the slim and have to restore with nand dump.

And this:

Code:

   #define PATH "flash0:/vsh/module/vshmain.prx"

   struct SceKernelLoadExecParam param;

   memset(&param, 0, sizeof(param));

   param.size = sizeof(param);
   param.argp = PATH;
   param.args = strlen(PATH) + 1;
   param.key = "vsh";

   sceKernelLoadExec(PATH, &param);


Reboots, but UMD errors.

I would just like to reboot the Slim PSP as 371M33-3 Update does.

Thanks
Back to top
View user's profile Send private message
SPITFIR3



Joined: 21 Oct 2007
Posts: 16

PostPosted: Sat Nov 17, 2007 11:21 am    Post subject: Reply with quote

Solved.

It was scePower_driver_ 0442D852(50000), but I was using a JigKick battery and I know the battery don't start the Slim normally. Silly Me.


Last edited by SPITFIR3 on Sat Nov 17, 2007 9:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
adrahil



Joined: 16 Mar 2006
Posts: 277

PostPosted: Sat Nov 17, 2007 6:46 pm    Post subject: Re: Reboot the Slim Reply with quote

SPITFIR3 wrote:
I've also tried
sceSysconResetDevice(2, 1);
sceSysconResetDevice(1, 1);

This bricks the slim and have to restore with nand dump.


Bricks? Just by doing these two calls?
Back to top
View user's profile Send private message
SPITFIR3



Joined: 21 Oct 2007
Posts: 16

PostPosted: Sat Nov 17, 2007 9:12 pm    Post subject: Reply with quote

Yes, just these 2 calls corrupted flash1 for some reason, I had to restore nand, very strange I know.
Back to top
View user's profile Send private message
J.F.



Joined: 22 Feb 2004
Posts: 2906

PostPosted: Sun Nov 18, 2007 3:22 am    Post subject: Reply with quote

SPITFIR3 wrote:
Yes, just these 2 calls corrupted flash1 for some reason, I had to restore nand, very strange I know.


Actually, what it sounds like is you didn't flush the data and the reboot left you half-written. There are flush commands for the different NAND operations for a reason. :)
Back to top
View user's profile Send private message AIM Address
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