Search found 26 matches

by >NIL:
Sun Jan 29, 2006 6:30 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 83513

UmdMan: 0x6a77a311 sceUmdManLPNCreateCmd 0x7ed141fe sceUmdManUMDDriveStart 0x40beb9d1 sceUmdManDVDDriveStart 0xb3311b6e sceUmdManLPNGetVersion 0xcd48f9c2 sceUmdManLPNSetVersion 0x5c026599 sceUmdManLPNReadAlive 0xb989e127 sceUmdManLeptonAliveOnOff (?) 0x58e3718d sceUmdManSPKEnableIntr 0x08eb09c8 sce...
by >NIL:
Sat Jan 28, 2006 3:26 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 83513

Sorry for "spamming" this thread once again but as somebody else mentionned, there are still plenty of low hanging fruits to collect... ;) Syscon: 0xfa4c4518 sceSysconBatteryGetInfo (obviously not 'sceSysconGpioCheckwrote') 0x7cbd4522 sceSysconBatteryGetIFC (?) 0x4c0ee2fa sceSysconBatteryG...
by >NIL:
Thu Jan 26, 2006 3:13 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 83513

sceSysreg_driver:

0x63B9EB65 sceSysregApbBusClockEnable
0xE1AA9788 sceSysregApbBusClockDisable
0x7CC6CBFD sceSysregEmcddrBusClockEnable
0xEE6B9411 sceSysregEmcddrBusClockDisable

oh and by the way, 0x18172c6a is sceSysregMsifIoDisable, not "sceSysregFatMSIsBlock" as per the API browser
by >NIL:
Tue Jan 24, 2006 10:50 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 83513

sceSyscon_driver:

0x9478F399 sceSysconCtrlLcdPower
0x5F19C00F sceSysconGetLcdPowerCtrl
0x82861DE2 sceSysconBatteryGetRCap
0x34C36FF9 sceSysconGetDigitalKey (?)

Is this thread still being used to post NIDs for the browser API?
by >NIL:
Fri Aug 05, 2005 3:17 am
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 103822

I guess an externally powered MAX232 should work too (the logic threshold on that IC is definitely lower than 2.5V). The problem is that psp_remote uses the changes on the CTS signal (RS232) to find out whether the serial port is online or not. In the original montage, because the MAX chip is powere...
by >NIL:
Tue Jul 26, 2005 3:17 am
Forum: PSP Development
Topic: So... where is UART4 located???
Replies: 0
Views: 839

So... where is UART4 located???

Well, this looks like quite an interesting device to hook into (debug messages and so on), and we know it's there... somewhere.

Anybody tried to locate that port?
by >NIL:
Sat Jul 16, 2005 11:42 am
Forum: PSP Development
Topic: Library function list
Replies: 100
Views: 83513

Uart4ForKernel:
0x2fd96f62 - sceKernelUart4ReceiveBytesFix

I also found this new unidentified NID in sceHprm_driver (1.50) :
0x71b5fb67 - (Unknown). From the disassembly, this is most likely another "sceHprmIs(Something)Exist"
by >NIL:
Thu Jul 14, 2005 7:31 pm
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 103822

It's most likely possible to figure out where UART4 is by looking at the board That might be difficult, because AFAIK, the I/O pins used by Sony on its CPUs have not been made public. There is a chance that, by analysing the paths of the Remote Port and IrDa ports, we can find the general region wh...
by >NIL:
Wed Jul 13, 2005 4:27 am
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 103822

I think everybody knows about the planned microphone/headset extension by now. If you look in one of my posts above, you'll see that there is a good chance that pins #1 and 4 are meant to be for the microphone input. Of course the only way we'll know for sure is when the microphone addon becomes ava...
by >NIL:
Mon Jul 11, 2005 8:33 am
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 103822

OK, it took slightly longer than expected, but I built a serial line converter to connect the PSP Remote port with the serial port of a PC and was able to emulate the remote with software: http://nil.rpc1.org/psp/pics/psp_remote_s.png For more information, see http://nil.rpc1.org/psp/remote.html It ...
by >NIL:
Sat Jul 02, 2005 12:57 pm
Forum: PSP Development
Topic: VSH memspace?
Replies: 15
Views: 5250

I'm fairly sure the VSH modules, other then vsh_bridge, are wiped before a game is run. Yeah, I'm not sure what really happens there. It would sound logical for apps to start with a clean environment and let them manage their modules. For some reason though, I was unable to load the PRXs I was inte...
by >NIL:
Sat Jul 02, 2005 11:38 am
Forum: PSP Development
Topic: VSH memspace?
Replies: 15
Views: 5250

Note that the code above does not work for decrypting/dumping VSH PRXs that are already loaded in memory. However, it's fairly easy to achieve that as well, if you know the name of the module you want to dump (which you can find from Vampire 's list for instance). The code below is not very elegant ...
by >NIL:
Sun Jun 12, 2005 11:01 am
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 103822

As I had a little time and I am still waiting for some low voltage components to build a proper serial line driver, I played a little with the remote port and the remote and tried to identify a few more things. First of all, the pinout I use is based on mc 's description from this page Also, all the...
by >NIL:
Thu Jun 09, 2005 7:35 pm
Forum: PSP Development
Topic: BIOS Recovery Mode
Replies: 41
Views: 25255

yeah... that's why I was being cautious in the first place. As soon as I get the proper hardware though, I'll be having a closer look at that serial line. AFAIK, nobody went any further than just snooping the serial communications between the remote and the PSP. Not to be dismissive of the work that...
by >NIL:
Thu Jun 09, 2005 10:33 am
Forum: PSP Development
Topic: BIOS Recovery Mode
Replies: 41
Views: 25255

Let's throw some more fuel on the fire... No idea how far we can trust this source (if at all), but according to edepot.com : The remote control (PSP-120) of the Sony PSP is actually replaceable with a more feature rich version found on many Mini-Disc and Walkman Disc players. For example, you can s...
by >NIL:
Wed Jun 08, 2005 6:47 am
Forum: PSP Development
Topic: Psp kernel memory dump [decrypted]
Replies: 5
Views: 5348

Code: Select all

MEMSTICKIND
MSTK_PROIND
PSP        
DEVICE~1TXT 
FLASH_~1   
DEVICE~2TXT 
DEVICE~3TXT 
FLASHD~1BIN 
HOMEBREWTXT 
HOMEDUMPBIN 
EWFOL~1   
MP_ROOT    
HOMEDUMPBIN 
HOMEDUMP.BIN
Some of these match the Memory Stick files/folders.
I wonder what the HOMEBREW.TXT might be about...
by >NIL:
Fri Jun 03, 2005 9:00 pm
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 103822

Seeing the WM8750 specs, I have to agree that it would make sense to use its ADC features, and that the logical place to place an analog input would be in the remote connector. Looking further, it looks like the WM8750 uses a 2-wire serial interface, which is pretty much synonymous with I2C. I guess...
by >NIL:
Fri Jun 03, 2005 10:41 am
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 103822

So far I've found that the clock generator and the WM8750 audio codec are the only devices that use I2C. That's interesting, because if the microphone is using I2C (which is something I also considered in above post, because I am aware of the planned microphone extension), you'd probably want the a...
by >NIL:
Fri Jun 03, 2005 9:44 am
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 103822

A lot of us have heard that rumour... This doesn't look too far fetched a possibility (a lot of hardware these day has failsafe mode to allow reflashing of the firmware of a failed unit), but it is probably prudent to leave this as what it is: a rumour. Now, I've continued trying to guess what the r...
by >NIL:
Thu Jun 02, 2005 9:59 am
Forum: PSP Development
Topic: BIOS Recovery Mode
Replies: 41
Views: 25255

Good post! But from looking at this new information (and more pictures of the inside of the beast), I would tend to share gorim 's opinion that the serial lines we're intersted in have nothing to do with the ARM9 CPU. The more I look into it, the more I think the ARM9 is for WiFi and WiFi only, beca...
by >NIL:
Mon May 16, 2005 10:15 pm
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 103822

I too would think that pin 3 and 6 are used for RS-232 and RS-232 only. The logic behind that is that developers seem to use that port for low level system access (debug/console) and the last thing you want then is to sever this kind of connection for one reason or another. Now a serial connection o...
by >NIL:
Sun May 15, 2005 11:34 am
Forum: PSP Development
Topic: BIOS Recovery Mode
Replies: 41
Views: 25255

aha! So there's a 3rd CPU (ARM9) on the PSP? This device is becoming a hacker's dream by the minute... ;) The ARM9 has got to be the CPU that's responsible for serial I/O & firmware flashing, especially if the main CPUs run at 1.6V while the ARM only runs at 2.5. Basically, Sony were easily able...
by >NIL:
Sun May 15, 2005 9:39 am
Forum: PSP Development
Topic: BIOS Recovery Mode
Replies: 41
Views: 25255

Typically, if you want serial communication between a PC and a PSP through the serial port, you'll need to build something like this . You can even fit such a montage into a standard DB9 - RJ45 serial connector if you use a MAX233ACPP, which is pretty sweet. You can get free samples of these ICs fro...
by >NIL:
Sun May 15, 2005 2:21 am
Forum: PSP Development
Topic: PSP remote control pinout?
Replies: 78
Views: 103822

OK, I have a few more questions about the remote control port, from discussions about firmare re-flashing using this port. 1/ It is a safe bet to assume that a serial debug/console mode is integrated in this port (through the RS-232 protocol). Provided we can figure out how to enable the actual debu...
by >NIL:
Sun May 15, 2005 1:37 am
Forum: PSP Development
Topic: BIOS Recovery Mode
Replies: 41
Views: 25255

Hi gorim . Thanks for pointing that page out. I probably should have been more careful in my statement. There is always a possibility that a port can be used for anything. My concern however is from a standard user's perspective. The idea that was mentionned above was to re-flash the BIOS from a sta...
by >NIL:
Sat May 14, 2005 8:03 am
Forum: PSP Development
Topic: BIOS Recovery Mode
Replies: 41
Views: 25255

Just to kill the idea of using the Remote Control connector for firmware programming, according to this page , this port is a simple RS-232 port @ 4800 bauds. This looks promising at first, but even assuming that you can "somehow" increase the baudrate of this port to the maximum speed ach...