Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
Slash
Posts: 26 Joined: Sun Jan 07, 2007 9:04 pm
Post
by Slash » Sun Oct 07, 2007 10:22 am
I've heard problems about reassigning flashes on Slim PSP. Is this true? If so, is there a solution?
moonlight
Posts: 567 Joined: Wed Oct 26, 2005 7:46 pm
Post
by moonlight » Sun Oct 07, 2007 8:22 pm
I have not had any problems in doing so.
You of course need the privileges to do it: vsh mode or kernel mode, user mode can't.
Slash
Posts: 26 Joined: Sun Jan 07, 2007 9:04 pm
Post
by Slash » Mon Oct 08, 2007 1:50 pm
moonlight wrote: I have not had any problems in doing so.
You of course need the privileges to do it: vsh mode or kernel mode, user mode can't.
I see. I'm trying to reassign flash0 and flash1 on a plugin so sometimes it works and sometimes it does not.
moonlight
Posts: 567 Joined: Wed Oct 26, 2005 7:46 pm
Post
by moonlight » Mon Oct 08, 2007 3:10 pm
Slash wrote: moonlight wrote: I have not had any problems in doing so.
You of course need the privileges to do it: vsh mode or kernel mode, user mode can't.
I see. I'm trying to reassign flash0 and flash1 on a plugin so sometimes it works and sometimes it does not.
Unassign can't work if a file descriptor of the flash device is opened in the system, even if is read only Maybe that's the problem if you have a plugin in the XMB.
Cpasjuste
Posts: 214 Joined: Sun May 29, 2005 8:28 am
Post
by Cpasjuste » Mon Oct 15, 2007 4:33 am
Same here, can't reassign flash0 in write mode on psp slim while the same code is working on 1.50 kernel.
Edit : Was again an error in my code it's working :x
Slash
Posts: 26 Joined: Sun Jan 07, 2007 9:04 pm
Post
by Slash » Sat Oct 20, 2007 10:55 am
Cpasjuste wrote: Same here, can't reassign flash0 in write mode on psp slim while the same code is working on 1.50 kernel.
Edit : Was again an error in my code it's working :x
If you're doing a plugin, try putting the flash0/1 assigning to the very top of your code. This works for me.
Cpasjuste
Posts: 214 Joined: Sun May 29, 2005 8:28 am
Post
by Cpasjuste » Sat Oct 20, 2007 7:46 pm
Thanks Slash. In fact was assigning "flash0" instead of "flash0:" ... :$