Xfrom: Difference between revisions

From PS2 Developer wiki
Jump to navigation Jump to search
(XFROM page)
 
No edit summary
Line 1: Line 1:
XFROM was a DEV9 subsystem that consisted of a memory card flash memory attached to the SPEED chip.
XFROM is a DEV9 subsystem which consists of a memory card flash memory attached to the [[SPEED]] chip.


It is only used in a functional state inside the [[PSX]]. In the PSX, it uses the same chip brand and model that is also used inside normal memory cards. However, reverse engineering has shown that the driver for XFROM has code for handling chips with a capacity of 8, 16, 32, 64 and 128 MByte. [https://github.com/ps2dev/ps2sdk/blob/master/iop/dev9/extflash/src/extflash.c#L51-L57 Driver based on reverse engineering ]


It was only seen in a functional state inside the PSX. It used the same chip brand and model than normal memory cards. However, the driver for XFROM has code for handling chips of 8, 16, 32, 64 and 128mb. As seen on the following [https://github.com/ps2dev/ps2sdk/blob/master/iop/dev9/extflash/src/extflash.c#L51-L57 Driver based on reverse engineering ]
SCPH-5xxxx consoles also have the drivers to access it (rom0:XFROMMAN & rom0:XFLASH) and the OSDSYS was updated to upload these drivers to the IOP and look for updates on XFROM following the same path convention that is used for memory card updates.


 
Yet, there are no known variants of the [[Network Adaptor]] containing the compatible variant of [[SPEED]].
SCPH-5xxxx also have the drivers to access it (rom0:XFROMMAN & rom0:XFLASH) and the OSDSYS was updated to upload these drivers to the IOP and look for updates on XFROM following the same path convention that memory card updates.
 
 
yet there was never found a compatible SPEED chip inside any of the network adapter versions

Revision as of 22:43, 22 April 2024

XFROM is a DEV9 subsystem which consists of a memory card flash memory attached to the SPEED chip.

It is only used in a functional state inside the PSX. In the PSX, it uses the same chip brand and model that is also used inside normal memory cards. However, reverse engineering has shown that the driver for XFROM has code for handling chips with a capacity of 8, 16, 32, 64 and 128 MByte. Driver based on reverse engineering

SCPH-5xxxx consoles also have the drivers to access it (rom0:XFROMMAN & rom0:XFLASH) and the OSDSYS was updated to upload these drivers to the IOP and look for updates on XFROM following the same path convention that is used for memory card updates.

Yet, there are no known variants of the Network Adaptor containing the compatible variant of SPEED.