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 

psplinkusb and the 3.52 m33 firmware

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



Joined: 30 Sep 2005
Posts: 10

PostPosted: Fri Jul 27, 2007 9:36 am    Post subject: psplinkusb and the 3.52 m33 firmware Reply with quote

I have tried to get psplink (from svn://svn.pspdev.org/psp/branches/psplinkusb) to work with the newest firmware from m33,
but it only works in 1.50 mode and it can't load prx files.

The OE bootstrap seems to hang before it can load psplink, and the 1.50 psplink just sits there if I try to load a prx.

Is there a trick to get it working, or is this because I am using a m33 firmware and not a dark-alex firmware?
Back to top
View user's profile Send private message
weltall



Joined: 20 Feb 2004
Posts: 310

PostPosted: Fri Jul 27, 2007 5:00 pm    Post subject: Reply with quote

no it doesn't hang it just doesn't output anything.
the problem is with fdprintf functions of psplink.
a quick patch to make it half working is adding this
[CODE]
#define enable_kprintf(args)
#define SHELL_PRINT_FD(fd, fmt, ...) printf("\xff" fmt "\xfe", ## __VA_ARGS__)
#define SHELL_PRINT(fmt, ...) printf(fmt, ## __VA_ARGS__ )
#define SHELL_PRINT_CMD(cmd, fmt, ...) printf("\xff" "%c" fmt "\xfe", cmd, ## __VA_ARGS__)
[CODE]
on the top of the shell.c just before extern.
NOTE: it's a quite bugged patch. so don't expect nothing, you won't get the correct shell info like host0:/> but it will at least take commands and returns data.
other not working functions are modules functions they return an error
Back to top
View user's profile Send private message Visit poster's website
kururin



Joined: 05 Jul 2006
Posts: 36

PostPosted: Thu Aug 02, 2007 8:48 pm    Post subject: Reply with quote

It seems is an incompatibility of psplink with 3.5X, as it happens too in 3.50 HEN.
Back to top
View user's profile Send private message
TyRaNiD



Joined: 18 Jan 2004
Posts: 918

PostPosted: Fri Aug 03, 2007 2:45 am    Post subject: Reply with quote

It actually seems to be a bug in the firmware itself :)
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