PSX
This page collects information on the PSX - not the PlayStation (1), but the Japan-only PS2 variant with advanced multimedia and DVR-functions. Being a hybrid of a DVR and a game console, it has a lot of unique traits. Sadly, it has a lot of reliability issues, most notably nowadays dying Hard Drives and Disc Drives. This article aims to make repair easier and collect information that might help in circumventing the HDD vendor-lock in the future. It also aims to be a general collection of information on reverse-engineering of the PSX.
Models[edit | edit source]
The PSX was released in eight retail configurations during its lifespan (nine, if you count the silver DESR-5100S); the 5000 series (with a solid white case and an embossed logo on top) shipped with 160 GB Hard disk drives, while the 7000 series (with a more premium acrylic outer case, a colored logo on top and black stripe with blue LED strip at the back) contained 250 GB drives. Software updates were made available by disc and download.
| Model No. | Power Consumption | Weight | Case | Hard Drive | FireWire | VHF/UHF tuner NTSC analog only |
BS tuner NTSC analog only |
Memory Stick H.264 video export | Writable disc formats | Release FW | Current FW | Launch pricing | Release date | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Color | Light strip | In | Out | In | Out | |||||||||||
| First generation (PSX1) | ||||||||||||||||
| DESR-5000 | 80 W | 5.7 kg | white | – | 160 GB | No | Yes | No | Yes | No | No | DVD-RW, DVD-R (4x), DVD+RW (DVD+RW only on Firmware 1.20 or later) |
1.06 | 1.31 | 79 800 ¥ | December 13th 2003 |
| DESR-7000 | 80 W | 5.8 kg | white/transparent | back | 250 GB | No | Yes | No | Yes | No | No | DVD-RW, DVD-R (4x), DVD+RW (DVD+RW only on Firmware 1.20 or later) |
1.06 | 1.31 | 99 800 ¥ | December 13th 2003 |
| DESR-5100 | 80 W | 5.7 kg | white | – | 160 GB | No | Yes | No | Yes | No | No | DVD-RW, DVD-R (4x), DVD+RW | 1.30 | 1.31 | 74 000 ¥ | July 1st 2004 |
| DESR-5100S | 80 W | 5.7 kg | silver | – | 160 GB | No | Yes | No | Yes | No | No | DVD-RW, DVD-R (4x), DVD+RW | 1.30 | 1.31 | – | July 1st 2004 |
| DESR-7100 | 80 W | 5.8 kg | white/transparent | back | 250 GB | No | Yes | No | Yes | No | No | DVD-RW, DVD-R (4x), DVD+RW | 1.30 | 1.31 | 95 000 ¥ | July 1st 2004 |
| Second generation (PSX2) | ||||||||||||||||
| DESR-5500 | 70 W | 6.2 kg | white | front | 160 GB | No | Yes | Yes | No | No | Yes (after having been updated to 2.11) | DVD-RW (4x), DVD-R (8x), DVD+RW (4x), DVD+R (8x) | 2.06 | 2.11 | 44 800 ¥ | December 2004 |
| DESR-7500 | 84 W | 6.5 kg | white/transparent | front, back | 250 GB | Yes | Yes | Yes | Yes | Yes | Yes (after having been updated to 2.11) | DVD-RW (4x), DVD-R (8x), DVD+RW (4x), DVD+R (8x) | 2.06 | 2.11 | 59 800 ¥ | December 2004 |
| DESR-5700 | 70 W | 6.2 kg | white | front | 160 GB | No | Yes | Yes | No | No | Yes | DVD-RW (4x), DVD-R (8x), DVD+RW (4x), DVD+R (8x) | 2.10 | 2.11 | 60 000 ¥ | April 2005 |
| DESR-7700 | 84 W | 6.5 kg | white/transparent | front, back | 250 GB | Yes | Yes | Yes | Yes | Yes | Yes | DVD-RW (4x), DVD-R (8x), DVD+RW (4x), DVD+R (8x) | 2.10 | 2.11 | 80 000 ¥ | April 2005 |
All models have two sets of status LEDs and Infrared receivers; one along the front for horizontal orientation, and a second strip along the top-back for vertical orientation. The 'DISC REC' indicator is only on the front of the device in models DESR-5500/DESR-7500/DESR-5700/DESR-7700.
Package management[edit | edit source]
PSX firmware has some kind of package management. There are two package managers: "Packman" and "PackmanJr". Packages can be either "flash_package" (installed to onboard flash) or "non_flash_package" (installed to HDD). Additionally, the package manager can update the firmware of the disc drive and DVRP from firmware images contained in packages.
Onboard flash[edit | edit source]
The PSX has a flash memory on board called xfrom, containing the xosdmain.elf XMB-executable and some other files. xosdmain.elf is always located at xfrom:/BIEXEC-SYSTEM/xosdmain.elf. The other files differ between PSX1 (DESR-x000 and DESR-x100) and PSX2 (DESR-x500 and DESR-x700). Their main purpose is setting a boot mode for xosdmain.elf. On PSX1, several .opt files can get temporarily created (or deleted) to configure the boot mode. On PSX2, this is handled by a single file named bootflag.txt.
File types[edit | edit source]
This list is incomplete.
- OPT: .opt files are behavior switch tokens used on PSX1 (DESR-x000 and DESR-x100). They were first used on the HDD-OSD (Browser update bundled with HDD utility disc to browse HDD). The XFROM bootloader is capable of using such files to perform certain tasks in case the XMB becomes unresponsive or doesn't boot. The contents are not important, however, Sony seemed to make them 512bytes filled with 0xff. They're expected at the program CWD (xfrom:/BIEXEC-SYSTEM for this case)
The following file tokens have been confirmed:
| File | Purpose |
|---|---|
| repartition.opt | repartitions the DVR area? gets created when requesting repartitioning |
| make_game_area.opt | Resizes PS2 HDD area to 40 GB? (Needs repartition.opt, gets created when requesting repartitioning to increase PS2 area size) |
| delete_game_area.opt | Resizes PS2 HDD area to 2048 MiB? (Needs repartition.opt, gets created when requesting repartitioning to decrease PS2 area size) |
| contents.opt | unknown, gets created when requesting repartitioning |
- PAK: encrypted archive format that stores update data. Can be found on the PSX Update Disc. Has been reverse engineered and decryption/unpacking is possible.
- REL: executable binaries.
- For PSX1 and PSX2, all REL files are encrypted with the following: Has been reverse engineered and decryption/unpacking is possible.
- For PSX1 and PSX2, REL files other than main.rel are SN Systems dynamic libraries in a unique format not compatible with libsn released with ProDG.
- For ApplicastEmulator, REL files are in PE format.
- For KDL (2007 and newer), RDZ, BDZ (2005 and newer), BDP/BDV (2008 and newer, excluding 2010 models), and SMP (except SMP-N100), REL files are in ELF dynamic library format in either MIPS or ARM32 depending on the system.
- Unpacking using this program requires a keyblob (see PSX_rel.cpp), that can be obtained from a decrypted and unpacked xosdmain.elf:
- Obtain xosdmain.elf (either from HDD, from flash or from an update disc)
- Decrypt xosdmain.elf using kelftool with these Keys
- Unpack the decrypted xosdmain.elf using this program
- Find the 305 bytes of the keyblob. The keyblob contains the bytes 0x9100000001 after the first 32 bytes. This should make it easy to locate using a hex editor. The correctly extracted keyblob has a SHA-1 of d3c6954bb6c8c122ba547f4294c90ba739e5bfa8df37a293f532bab16a404e45.
- Copy the keyblob as a C-array using your hex editor and insert it into the PSX_rel.cpp, compile and run (./PSX_rel <input> <output>).
- STAR: archive format used to store packages inside the INSTALL3.PAK on the 2.11 update disc (earlier update discs simply stored packages as folders). Neither compressed nor encrypted. Has been reverse engineered and unpacking is possible.
- IRX: Binaries that run on IOP and can be dynamically linked to an executable. Stands for IOP Relocatable eXecutable. Not specific to the PSX, but also used in normal PS2 software. For package-installed files, it is encrypted in same format as REL files.
- ioprp280.img/ioprp300x.img: Base image for IOP reboot. Not specific to the PSX, but also used in normal PS2 software. For package-installed files, it is encrypted in same format as REL files.
- AMX: Small/Pawn compiled unencrypted files.
- BNX: Small/Pawn compiled DNAS encrypted files for PSBB.
- BD/HD/SQ: CSL related BGM file.
- jis2ucs.bin/ucs2jis.bin: Encoding conversion table.
- BMP/GIF/JPG/PNG/TGA: Image file.
- CER: SSL certificate.
- gmm.db/registry.db: Database in sqlite2 format for PSX1 or xDb format for PSX2 and newer.
- djboxmini.elf/dvdplayer.elf: KELF files.
- serverlist.enc/hostname_keypair.enc: encrypted listing for PSML1 viewer.
- icon.sys/ICO: PS2 savefile icon related files.
- RAW: raw/headerless image file.
- SUB: part of template for DVD menu.
- TM2: TIM2 image file.
- TXT: text file.
- UDM: DVRP firmware updates.
- XML: text XML file. For systems after PSX2 (e.g. libx2) they are binary instead.
- XSB: part of xAudio.
- atafirm.bin/profile.bin: part of DVD firmware update.
- VR_MOVIE.VRO.ONCE: part of DVD-VR template.
- noboot.cnf: template of system.cnf for partition creation of xDJB for not booting.
- DIC: translation text file only in PSX2 and newer.
- ripping.tur/OCM: files for OpenMG.
Special files[edit | edit source]
- xosdmain.elf is the main XMB executable and stored on flash/xfrom at xfrom:/BIEXEC-SYSTEM/. Another two copies of it are stored on the HDD (once at hdd0:/__system/BIEXEC-SYSTEM/ and another in the boot package's folder at hdd0:/__system/xosd/packages/).
Packed in a similar way as the PS2's OSDSYS, it is an encrypted KELF that must first be decrypted e.g. using kelftool (use these Keys) and then decompressed using this program.
Update history / Firmware changelog[edit | edit source]
1.xx versions are for DESR-x000 and DESR-x100 only.
2.xx versions are for DESR-x500 and DESR-x700 only.
The online update service has been discontinued. Update discs were available free of charge via mail-order until 2014.
1.06 (December 13th 2003)[edit | edit source]
- Preinstalled on DESR-x000, not available as update
1.10 (February 5th 2004)[edit | edit source]
- Available online or as update disc for DESR-x000
- Improved dubbing speed from HDD to DVD up to 24x (In DVD-R 4x speed compatible media SLP mode)
- Support for raw images in TIFF format (DCF standard) (Import via Memory Stick or USB connection (still only Sony digital camera))
- Support of MP3 music format (Play from CD-R, import MP3 file to HDD)
- Re-extension setting at the time of extension recording is possible ※ When you set the extended recording in the program reservation, after entering the recording extension time, you will be able to extend again.
- Rewind function (It is possible to fast forward / backward to the scene around 15 seconds during video playback)
- Correspondence of 30 times speed of fast forward, fast reverse (In addition to 2 times, 10 times, 120 times, it became possible to search 30 times)
- Video title sort function (Sort the programs by date, title, genre, watched / not watched etc.)
- USB keyboard support at the time of title input ("Playstation 2" compatible keyboard)
- Other software fixes:
- Fixed that dubbing can not be performed by the externally connected device.
- Correction of the point that the channel setting of Just Clock changes to the initial value when performing automatic channel setting.
- When the optical digital out (SPDIF) is connected, if there is a pause when editing video recorded on the HDD, correction of a point where noise appears rarely
1.20 (March 31st 2004)[edit | edit source]
- Available online or as update disc for DESR-x000
- Support for recording and playback of DVD+RW (VR format)
- Added reproduction, import of moving image format from Sony digital still camera "Cyber-shot" (Import from Memory Stick or USB connection)
- Supports playback and import of GIF format (DCF standard) still images from Sony digital still camera "Cyber Shot" (Import from Memory Stick or USB connection, clip motion only)
- Support for quick play (1.3 times speed)
- Support for bilingual audio recording
- Support of 30x speed of fast forward and fast reverse of commercial DVD software
- Added reproduction, import photo from CD-R (JPEG, TIFF, GIF, MPEG1 format)
- The number of MP3 recognizable songs on CD-R has been improved to 99 songs / folders
- Reservation revision on program schedule
- Other software fixes:
- Correction of the point which stops on the way of slide show playback.
1.30 (July 1st 2004)[edit | edit source]
- Preinstalled on DESR-x100, not available as update
- See "Changes for DESR-x000 (from 1.20)" from the 1.31 changelog
1.31 (August 3rd 2004)[edit | edit source]
- Available online or as update disc for DESR-x000 and DESR-x100
- Changes for DESR-x000 (from 1.20):
- Supports changing the program name when making a timed reservation or recording reservation on the program guide
- Added chapter mark setting function to video recorded by this unit
- Supports additional writing of DVD+RW and DVD-RW (Translation error, probably means support for appending more data to RW DVDs that have been written to before)
- Supports changing the recording mode of video recorded with this unit (optimization)
- Supports dubbing DVD menu creation
- Added initialization function to disk options
- DVD-RW and DVD+RW can now be initialized from the disc options.
- Added still image type visualizer
- Compatible with "PlayStation®BB" (page view: viewing function of various channels only)
- Added "Dubbing to VR mode" to the settings
- Added "DVD bilingual audio recording" to the settings
- Changes for DESR-x100 (from 1.30):
- Faster return to home menu from PlayStation BB
- Improved PlayStation BB content display
- Smoother home menu
2.06 (December 2004)[edit | edit source]
- Preinstalled on DESR-x500, not available as update
- Many changes compared to 1.31, however, since this version was only available preinstalled on DESR-5500 and DESR-7500, no official changelog is available
2.10 (April 2005)[edit | edit source]
- Preinstalled on DESR-x700, not available as update
- See "Changes for DESR-x500 (from 2.06)" from the 2.11 changelog
2.11 (May 17th 2005)[edit | edit source]
- Available online or as update disc for DESR-x500 and DESR-x700
- Changes for DESR-x500 (from 2.06):
- Dubbing function to "Memory Stick"
- TV programs recorded with "x-おまかせ・まる録" (a feature to automatically record by keyword), photos created with "x-PictStory", and videos taken with a digital video camera can now be exported to a "Memory Stick" and taken out.
- Also, if you export to a “Memory Stick Duo” using the Memory Stick Duo Adapter (sold separately), you can play these works on the “PSP” as well.
- Continuous extension support for daily / weekly reservations
- If you manually set the extension time when using daily reservations or weekly reservations, it will be extended not only for the first time but also every time (daily or weekly).
- x-Pict Story audition function
- You can audition and check the BGM when selecting the BGM in x-Pict Story.
- Dubbing function to "Memory Stick"
- Changes for DESR-x700 (from 2.10):
- Video export to Memory Stick is 10% faster
- Auto-shutdown after finishing video export to Memory Stick can be enabled
Hard Drive[edit | edit source]
See also: Hard Drive
Unlike the PS2's official hard drives, the PSX's hard drives are not externally rebranded. They do however implement the same proprietary firmware features as the official PS2 hard drives do.
A hard drive with these features is required for the console to boot. Thus, the PSX's hard drive can currently only be replaced with another PSX's hard drive or one of the official PS2 hard drives. See: Sony custom ATA commands
Using an official PS2 hard drive requires additional work due to their different sizes and partitioning/sectioning schemes. This also makes the DVR functions only barely functional due to the lack of space for a properly sized DVR area on the disk.
Note: System software 2.x (used by DESR-x500 and DESR-x700) requires the DVR-partition to boot!
All PSX hard drives are 3.5 inch IDE/P-ATA drives with a capacity of either 160 GB or 250 GB, depending on the console model.
OEM drives used[edit | edit source]
This list might be incomplete; please add yours if it's not in the list.
While some of these drives support UDMA 6 (ATA/133), PSX itself is limited to UDMA 5 (ATA/100).
160 GB[edit | edit source]
- Seagate "U Series 9" ST3160022ACE
- Capacity: 160 GB
- Rotational speed: ?
- Seek time: 8.5 ms avg (read), 9.5 ms avg (write)
- Buffer size: 2 MiB
- Interface: ATA/100 (UDMA 5)
- Max sustained transfer rate: 48 MiB/s
- Addressing: LBA: 312,581,808 (C/H/S at startup; can be reconfigured: 16,383 / 16 / 63)
- Seagate "DB35.3" ST3160215ACE (from a DESR-5000 serviced in 2007)
- Capacity: 160 GB
- Rotational speed: 7200 rpm
- Seek time: 14 ms avg (read), 15 ms avg (write)
- Buffer size: 2 MiB
- Interface: ATA/100 (UDMA 5)
- Max sustained transfer rate: 78 MiB/s
- Addressing: LBA: 312,581,808 (C/H/S at startup; can be reconfigured: 16,383 / 16 / 63)
- Maxtor "DiamondMax Plus 9" 6Y160P0
- Capacity: 160 GB
- Rotational speed: 7200 rpm
- Seek time: 9.3 ms avg
- Buffer size: 8 MiB
- Interface: ATA/133 (UDMA 6)
- Max sustained transfer rate: 67 MiB/s
- Addressing: LBA: 320,173,056 (C/H/S at startup; can be reconfigured: 16,383 / 16 / 63)
- Known examples:
- Maxtor "DiamondMax Plus 9" 6Y160P00428BM (found in a DESR-5500)
- Code (Firmware): YAR41BW0 [K, G, C, A]
- LBA: 320173056
- Mfg. Date: Sep. 17th, 2004
- Maxtor "DiamondMax Plus 9" 6Y160P00428BM (found in a DESR-5500)
- Maxtor "DiamondMax 10" 6L160P0
- Capacity: 160 GB
- Rotational speed: 7200 rpm
- Seek time: 9.0 ms avg
- Buffer size: 8 MiB
- Interface: ATA/133 (UDMA 6)
- Max sustained transfer rate: 58.9 MiB/s
- Addressing: LBA: 320,173,056 (C/H/S at startup; can be reconfigured: 16,383 / 16 / 63)
250 GB[edit | edit source]
- Hitachi "DeskStar 7K250" HDS722525VLAT80
- Capacity: 250 GB
- Rotational speed: 7200 rpm
- Seek time: 8.2 ms avg
- Buffer size: 8 MiB
- Interface: ATA/100 (UDMA 5)
- Max sustained transfer rate: 61.4 MiB/s
- Addressing: LBA: 488,397,168 (C/H/S at startup; can be reconfigured: 16,383 / 16 / 63)
- Seagate "Barracuda 7200.10" ST3250820A (from a DESR-7000 serviced around 2008-2009)
- Capacity: 250 GB
- Rotational speed: 7200 rpm
- Seek time: 11 ms avg (read), 12 ms avg (write)
- Buffer size: 8 MiB
- Interface: ATA/100 (UDMA 5)
- Max sustained transfer rate: 72 MiB/s
- Addressing: LBA: 488,397,168 (C/H/S at startup; can be reconfigured: 16,383 / 16 / 63)
- Maxtor "MaXLine Plus II" 7Y250P0
- Capacity: 250 GB
- Rotational speed: 7200 rpm
- Seek time: 9 ms avg
- Buffer size: 8 MiB
- Interface: ATA/133 (UDMA 6)
- Max sustained transfer rate: 67 MiB/s
- Addressing: LBA: 490,234,752 (C/H/S at startup; can be reconfigured: 16,383 / 16 / 63)
- Known examples:
- Maxtor "MaXLine Plus II" 7Y250P00609BH (found in a DESR-7000 and a DESR-7100)
- Code (Firmware): YAR41BW0 [K, G, C, D]
- LBA: 488281250 (this is different from the official spec sheet of this drive)
- Mfg. Date: Dec. 2003
- Maxtor "MaXLine Plus II" 7Y250P006A6BN / ABA (found in a DESR-7700)
- Code (Firmware): YAR41QW0 [K, M, B, D]
- LBA: 490234752
- Mfg. Date: Apr. 2005
- Maxtor "MaXLine Plus II" 7Y250P00609BH (found in a DESR-7000 and a DESR-7100)
Maxtor MaXLine Plus II Jumpers Config[edit | edit source]

- Maxtor "MaXLine Plus II" 7Y250P00609BH comes with jumpers configured for DS (Master)

Maxtor "MaXLine Plus II" 7Y250P00609BH, configured as Master - Another jumper is placed on the upper pins of the Cap Limit and the CS Enabled pin pairs; this jumper has no effect when placed like this
- Maxtor "MaXLine Plus II" 7Y250P006A6BN comes with jumpers configured for CS Enabled

Maxtor "MaXLine Plus II" 7Y250P006A6BN, configured for CS
Disc Drive[edit | edit source]
The PS2-part of the drive is based on the H/I chassis SCPH-500xx/5500x fat PS2 drive, both electrically and mechanically. The whole drive assembly is connected to the motherboard using 3 flat flex cables: One is an IDE connection to the dedicated drive board of the PSX-part, one provides power (5V, 12V, GND) and also connects the PS2-part sled motor to the motherboard (since it is controlled by the motherboard directly), and one connects the KHS-400C PS2-part pickup to the motherboard, since it is also directly controlled by the motherboard. The spindle motor is always controlled by the dedicated PSX-part drive electronics over IDE, even in PS2 mode.
Two different models have been made; the older one is used in DESR-x000 and x100, the newer one in DESR-x500 and x700. The drive has an updatable firmware for the PSX-mode part of the drive; at least the newer drive actually received such an update (Sony model name: DW-DX02A, known firmware versions: 0YX7 Sep 15 2004, BV1M Mar 08 2005).
- DESR-x000 and DESR-x100 drive
- Uses Sony KWS-200A optical pickup
- DESR-x500 and DESR-x700 drive
- Uses Sanyo SF-DB11 optical pickup
Integrated Circuits (MA-S38, used in DESR-x000 and DESR-x100)[edit | edit source]
![]()
![]()
Block diagram of closely related sony drive DRU-500A using the exact same chipset and optical pickup above.
- Digital
- Texas Instruments S4 TMC57934APDV (EnDec, Servo-DSP, ATAPI-interface)
- Sanyo LC67F5006A (ARM7TDMI-based microcontroller with 6 Mbits (768 KiB) of Flash-ROM and 256 Kbits (32 KiB) of SRAM)
- Stores the drive firmware inside its Flash-ROM
- ROM and Flash
- Rohm BR9040F (chip marking: 9040) (Serial EEPROM, 4 KBits / 512 Bytes, organized 256x16) (holds calibration/configuration data)
- DRAM
- Samsung K4S640832H-UC75 (133 Mhz SDRAM, 8 MBytes, organized 8Mbits x 8)
- Analog + Digital
- Analog
- Rohm BD6670FM (3-Phase spindle motor driver for CD-RW)
- Fairchild FAN8035L (6-CH Motor Driver, used as driver for focus, tracking, tilt, sled)
- ST KF25 (2.5V low drop voltage regulator)
- On the pickup:
- Sony CXA2640ER (laser diode driver)
- Sony CXA2641N (DVD detector PDIC)
- GA100TBR (CD detector PDIC)
- ?? (DVD front power monitor PDIC)
- ?? (CD front power monitor PDIC)
- ?? (CD laser diode; internal power monitoring photo diode is unused; external front power monitoring PDIC does power monitoring instead)
- Specs for reading: 790 nm at 1.55 mW to 1.65 mW (measured on top of the whole pickup, not directly at the LD)
- Specs for writing: 790 nm at 31.75 mW to 33 mW (measured on top of the whole pickup, not directly at the LD)
- ?? (DVD laser diode; internal power monitoring photo diode is unused; external front power monitoring PDIC does power monitoring instead)
- Specs for reading: 660 nm at 0.72 mW to 0.78 mW (measured on top of the whole pickup, not directly at the LD)
- Specs for writing: 660 nm at 11 mW to 12 mW (measured on top of the whole pickup, not directly at the LD)
Integrated Circuits (MA-S43, used in DESR-x500 and DESR-x700)[edit | edit source]
![]()
![]()
Pinout of debug header above (directly connected to MT1828E). LiteOn PC DVD drives and their Sony OEM equivalents using the same chipset also have a debug connector with this pinout.
- Digital
- IC402: Fairchild 74VHC157M (Quad 2-Input CMOS Multiplexer)
- IC603: Mediatek MT1828E (main DVD-drive/burner controller, includes microcontroller/s, DSP, EnDec etc., no public datasheet available)
- Pinout available from some PC DVD drive's schematics
- Has an 80C32/MCS-51 8-Bit microcontroller core as other Mediatek chipsets from that time do.
- Has a debug header on board; see above for pinout
- ROM and Flash
- IC102: Rohm BR93L66 (chip marking: RL66) (Microwire serial EEPROM, 4 KBits / 512 Bytes, organized 256x16) (holds calibration/configuration data for MT1816E)
- IC302: SST 39VF080 (Flash ROM, 1 MByte / 8 MBits, organized 1Mx8) (updatable firmware for MT1828E)
- DRAM
- IC303: Samsung K4S161622E-UC80 (125 Mhz SDRAM, 2 MBytes, organized 512K x 16Bit x 2 Banks)
- Analog+Digital
- Analog
- IC110: Rohm BD6670FM (3-Phase spindle motor driver for CD-RW)
- IC309: Fairchild 74HC4053A (Triple 2-Channel Analog Multiplexer)
- IC401: ST KF33 (3.3V low drop voltage regulator)
- IC403: ST KF25 (2.5V low drop voltage regulator)
- IC1000: Fairchild FAN8035L (6-CH Motor Driver)
- On the pickup:
- Elantec/Intersil EL6833CLZ (Laser Diode driver)
- ?? (Combined CD/DVD detector PDIC)
- ?? (Combined CD/DVD front power monitor PDIC)
- ?? (CD laser diode; internal power monitoring photo diode is unused; external front power monitoring PDIC does power monitoring instead)
- ?? (DVD laser diode; internal power monitoring photo diode is unused; external front power monitoring PDIC does power monitoring instead)
Notes[edit | edit source]
- Contrary to some information on the internet, the drive does NOT seem to be married to the individual console. It is however likely that you can not replace the older drive type by the newer type or vice versa (needs verification, please contribute), due to different specifications and features, despite identical electrical interfaces (which is just IDE/ATA through a 50 pin flat flex cable).
- Several variants of the Sanyo SF-DB11 pickup exist, with only some of them being compatible with the PSX. Trying to install an incompatible one will (sometimes? always?) burn the flat flex cable and/or blow the 5V drive-power fuse on the motherboard depending on your luck (known compatible variants: bottom sticker number starts with DB11B; known incompatible revisions: bottom sticker number starts with DB11N, 11NX or 11NXL). It didn't seem to damage anything else though; most notably all electronics (after replacing the blown fuse) AND the laser pickup (after being installed into a compatible PC drive that uses this variant) survived.
- These different types are seemingly actually called "SF-DB11B" (the one compatible with the PSX), "SF-DB11NS", "SF-DB11NX" and "SF-DB11NXL" (all three incompatible with PSX). These are best differentiated by the bottom sticker, not by the embossed revision number on the top.
- Symptoms of a blown 5V fuse:
- Drive appears dead (the slot-mechanism however still works and correctly pulls in and ejects discs)
- When forcing the console into PS2 mode through FMCB, inserting a disc will cause the PS2-laser to start focussing since it runs from another power source, however, the spindle motor will not spin
- The front USB port does not work


- Comparison of an compatible type (left) with an incompatible type (right) of SF-DB11 with the bottom shielding removed. Note the missing potentiometers for setting the oscillator frequencies on the incompatible type, where fixed 680 Ohm resistors are used instead:

- There is an official documentation of the KWS-200A used in the DESR-x000 and DESR-x100 PSX, released by Sony itself, however, both power monitoring PDICs are absent in the drawing:

Motherboards[edit | edit source]
- Both XPD-001 and XPD-005 have a total of 64 MB RDRAM (physical ICs: 72 MB, but not fully utilized), unlike normal PS2s' 32 MB
- Both XPD-001 and XPD-005 have a total of 8 MB EDO-RAM for IOP, unlike normal PS2's 2 MB
XPD-001[edit | edit source]
- Year 2003 - 2004
- Models DESR-5000, DESR-7000, DESR-5100, DESR-5100S, DESR-7100
- Known sub-revisions: 1-861-226-xx
- -11
- -21
- Daughter boards:
- Tuner board (XPT-001)
- Contains a tuner for both, Japanese analog terrestrial TV and for Japanese analog satellite TV (BS); only inputs
- DESR-5100 and DESR-7100 came bundled with splitters providing feed-through of the input signal to also connect other devices to the same antenna/satellite dish
- Analog video I/O board (XRC-001)
- Has gold-plating on the cinch connectors on DESR-7000 and DESR-7100, but not on DESR-5000 and DESR-5100
- IDE board (XHA-001)
- Also connects through to XFL-001 / XFL-002
- Back LED and remote receiver board (XFL-001 / XFL-002)
- XFL-002 is used in DESR-5000 and DESR-5100 and lacks the blue LED for the ornamental light strip DESR-7000 and DESR-7100 have at the back
- Right front LED and button board (XRT-001)
- Also connects through to XLS-001 and XSW-001
- Left front LED and button board (XSW-001)
- Also connects through to XLD-001
- Disc drive main board (MA-S38) See above
- Disc slot sensor and micro switch board (front center of mechanism) (XLS-001)
- Disc slot motor and micro switch board (back left of mechanism) (XLD-001)
- Tuner board (XPT-001)
XPD-005[edit | edit source]
- Year 2004 - 2005
- Models DESR-5500, DESR-7500, DESR-5700, DESR-7700
- Boards used in DESR-5500 and DESR-5700 are missing some components related to the i.LINK/IEEE 1394 interface only found on DESR-7500 and DESR-7700
- This board also contains 2 LEDs connected to DVRP which are invisible from the outside but light up when the console is powered on. It is not known what is indicated by these LEDs.
- Known sub-revisions: 1-863-466-xx
- -11
- -21
- -22
- Daughter boards: Compared to XPD-001, this board has several more daughter boards
- Tuner board (XPT-005)
- Contains a tuner for Japanese analog terrestrial TV, additionally providing an internal splitter to also connect other devices to the same antenna
- Only DESR-7500 and DESR-7700 also have a tuner+splitter for for Japanese analog satellite TV (BS); this is omitted in DESR-5500 and DESR-5700
- Analog video I/O board (XRC-005)
- Much larger than and very different from it's counterpart XRC-001 in PSX
- Contains a lot of the video interface electronics that were located on the motherboard and the tuner board in PSX1
- Also containes the Ethernet transceiver
- In DESR-5500 and DESR-5700, the ghost-reduction IC (µPD64031A, labelled D64031AGJ) and it's supporting components have been omitted
- FPGA board (XCP-005)
- Contains one of the console's two SPEED chips, an unknown Pioneer chip (PE7003D) and an Altera FPGA (with it's configuration EEPROM and a programming header)
- The FPGA likely does AVC/H264 encoding for the PSP/MS video export feature
- A similarily named Pioneer chip (PE7005A) is found in some Pioneer DVR (DVR-920H-S), where it is labelled as an I/O expander in the service manual
- i.LINK board (XDV-005)
- Only found in DESR-7500 and DESR-7700
- Not equivalent or compatible with the PS2's i.LINK interface that existed up to SCPH-39xxx (G-chassis)
- Includes the IEEE-1394 PHY and a rather sophisticated i.LINK controller with a DV codec (among other functionalities) together with it's RAM
- Hotfix board (XDI-002)
- Some, but not all XPD-005 boards (mostly on -21 boards, sometimes on -11, unknown if on -22) have this small PCB with a few components soldered with two wires directly to the motherboard. Boards without this additional board have a small MLCC on these pads.
- Back LED and remote receiver board (XFL-005 / XFL-006)
- XFL-006 is used in DESR-5500 and DESR-5700 and lacks the blue LED for the ornamental light strip DESR-7500 and DESR-7700 have at the back
- Disc slot lighting board (XBL-005)
- IDE board (XHA-005)
- Also connects through to XFL-005 / XFL-006
- Right front LED and button board (XRT-005)
- Also connects through to XLS-005, XSW-005 and XBL-005
- Left front LED and button board (XSW-005)
- Also connects through to XLD-005
- Disc drive main board (MA-S43) See above
- Disc slot sensor and micro switch board (front center of mechanism) (XLS-005)
- Disc slot motor and micro switch board (back left of mechanism) (XLD-005)
- Tuner board (XPT-005)
Integrated Circuits (XPD-001)[edit | edit source]
General ICs[edit | edit source]
- Sony CXD2959R
- Details unknown, PSX-specific part
- Seems to be a bus transceiver between CXD2958R and the DVR-side of the console
- Sony CXD2958R
- Video mixing/overlaying between the PS2- and the DVR-side of the console
- Sony CXM4008R
- Cirrus Logic CS4335KSZ (labeled as 4335KSZ)
- Stereo DAC for analog audio output
- Sony CXD1935Q
- AV decoder for DVD players (also used in other Sony products, e.g. DVP-CX777ES, DVP-NS305)
- Needs 128 Mbit (16 MByte) SDRAM, 16 bit data width, 133 (?) MHz
- SCEI CXD9799GP
- SCEI CXD2947R
- SCEI CXD9611BR
- SCEI CXD9731GP
- SPEED for ATAPI disc drive
- SCEI CXR706080
- SCEI CXD3098Q
- Fujitsu MB91302A
- Panasonic AN13300A
- Analog video I/O interface for MN673744HLX (see below)
- Toshiba TC90A73UG
- VBI slicer for Japanese terrestrial analog data broadcasting standard
- Extracts digital data (e.g. EPG info) from the Vertical Blanking Interval of analog video/TV input
- Panasonic MN673744HLX
- Analog to digital video capturing IC
- Needs 16 Mbit (2 MByte) SDRAM, 16 bit data width, 108 MHz, 216 MByte/s
- AKM AK5380 (label: 5380VT)
- Stereo ADC for analog audio input
- NEC µPD61052GD
- MPEG2 audio/video encoder with Dolby
- Needs 128 Mbit (16 MByte) SDRAM, 32 bit data width, 81.3 MHz (12.3 ns clock cycle time), CL3, ~325.2 MByte/s
- GSJ02A 072
- Unknown part
- Texas Instruments F741580AGGB
- Memory Stick controller with Magic Gate
- Has a dedicated NOR-flash located on the other side of the motherboard containing its firmware (Fujitsu MB85431BC)
- Similar or identical IC is used in some VAIO-Notebooks (PCG-V505BL/V505BX/V505BXP, PCG-C1MW/C1MWP, and some more) with an internal Memory Stick reader, where it's called "SUMIRE2" in the schematics
ROM and Flash[edit | edit source]
- Fujitsu MB85431BC
- NOR-Flash
- Firmware for F741580AGGB (Memory Stick controller)
- Fujitsu MB85432BF
- NOR-Flash
- Firmware for DVRP; also contains 2 more firmware blobs for other devices
- This is a custom part number by Sony, but the chip seems to match with the Fujitsu MBM29LV320BE, which is a 32 Mbit Flash
- Samsung K9F6408U0C-QCB0
- NAND-Flash (8 MBytes)
- PSX firmware (xfrom:/)
- SCEI XB00-010
- Mask-ROM or OTP-ROM (4 MBytes)
- PS2 BIOS
- ST M93C46 (chip marking: C46WP)
- Microwire EEPROM (1 KBits/128 Bytes)
- Connected to CXD9764GP (DVR-SPEED)
- MAC Address and checksum
DRAM[edit | edit source]
- 2x Elpida R2518AB-8C-E
- RDRAM 288 Mbits/36MBytes (512K x 18 Bit x 32 Banks)
- RAM for EE
- 4x OKI M10V976F-50TK
- EDORAM 16MBits/2MBytes
- RAM for IOP
- 3x Samsung K4S161622E-UC80
- SDRAM 16 Mbits/2 Mbytes (512K x 16Bit x 2 Banks)
- 125 MHz CL3 or 100 MHz CL2
- 1x Samsung K4S283233E-DN1L
- SDRAM 128 Mbits/16 MBytes (1M x 32 Bit x 4 Banks)
- 105 MHz CL3, 83.3 MHz CL2 or 40 MHz CL1
- Sometimes a second Elpida DS1232AA-75 is used in it's place
- 1x Elpida DS1232AA-75
- SDRAM 128 Mbits/16 MBytes (1M x 32 Bit x 4 Banks)
- 133 MHz CL3 or 100 MHz CL2
Integrated Circuits (XPD-005)[edit | edit source]
General ICs[edit | edit source]
- Sony CXD2958R
- Video mixing/overlaying between the PS2- and the DVR-side of the console
- Sony CXM4008R
- Sony CXD1935Q
- AV decoder for DVD players (also used in other Sony products, e.g. DVP-CX777ES, DVP-NS305)
- Needs 128 Mbit (16 MByte) SDRAM, 16 bit data width, 133 (?) MHz
- SCEI CXD9799GP
- SCEI CXD2947R
- SCEI CXD9611BR
- SCEI CXR706080
- SCEI CXD3098Q
- Fujitsu MB91302A
- Toshiba TC90A73UG
- VBI slicer for Japanese terrestrial analog data broadcasting standard
- Extracts digital data (e.g. EPG info) from the Vertical Blanking Interval of analog video/TV input
- GSJ02A 072
- Unknown part
- Texas Instruments F741580AGGB
- Memory Stick controller with Magic Gate
- Has a dedicated NOR-flash located on the other side of the motherboard containing its firmware (Fujitsu MB85431BC)
- Similar or identical IC is used in some VAIO-Notebooks (PCG-V505BL/V505BX/V505BXP, PCG-C1MW/C1MWP, and some more) with an internal Memory Stick reader, where it's called "SUMIRE2" in the schematics
- NEC D61154F1
- Single-Chip Solution of MPEG Encoder ICs with Analog Video-Capture Function
- SCEI CXD9731GP
- SPEED for ATAPI disc drive
- Altera Cyclone EP1C6Q240C8N
- Pioneer PE7003D
- AKM AK5366VQ
- NEC D64031AGJ
- Ghost Reducer for NTSC in Japan
- MITSUMI MM16233
- STM STE100S
- Pulse H0037RL
- NEC D72893BF1
- IEEE1394 Link-layer controller
- NEC D72852AG8
- IEEE1394 PHY (Physical Layer) controller
- LSI IC42816100-7TG
ROM and Flash[edit | edit source]
- Fujitsu MB85431BC
- NOR-Flash
- Firmware for F741580AGGB (Memory Stick controller)
- Fujitsu MB85432BF
- NOR-Flash
- Firmware for DVRP; also contains 2 more firmware blobs for other devices
- This is a custom part number by Sony, but the chip seems to match with the Fujitsu MBM29LV320BE, which is a 32 Mbit Flash
- Samsung K9F6408U0C-QCB0
- NAND-Flash (8 MBytes)
- PSX flash for BootLoader (xfrom:/)
- OKI MR27V3202F (printed on chip: R27V3202F)
- One-time programmable ROM (4 MBytes)
- PS2 BIOS
- ST M93C46 (chip marking: C46WP)
- Microwire EEPROM (1 KBits/128 Bytes)
- Connected to CXD9764GP (DVR-SPEED)
- MAC Address and checksum
DRAM[edit | edit source]
- 4x OKI M10V976F-50TK
- EDORAM (16MBits/2MB)
- RAM for IOP
- 2x Samsung K4S161622E-UC80
- SDRAM (512K x 16Bit x 2 Banks)
- 1x Samsung K4H561638F-UCB3
- DDR SDRAM (16M x 16)
- 2x Elpida R2518AB-8C-E
- RDRAM (288 Mbits/36MB/512K words x 18 bits x 32 banks)
- RAM for EE
- Elpida DS1232AA-75
- SDRAM (128Mbits/16MB/4M words x 32 bits)
Ribbon Cables[edit | edit source]
| Assigned Name | Location | Conductor Count | Pin Pitch | Approx. Length | Contact Location | Extra Details |
|---|---|---|---|---|---|---|
| Rear IR/LED | XHA-001 to XFL-001 / XFL-002 | 12 | 1 mm | 215 mm | Same Side (Type A) | |
| HDD Data | XPD-001 to XHA-001 | 50 | 0.5 mm | 55 mm | Type A | Shielded, with shield connected to pin 6, both sides |
| ODD Power | MA-S38 to XPD-001 | 16 | 1 mm | 70 mm | Type A | |
| ODD Board Data | MA-S38 to XPD-001 | 50 | 0.5 mm | 66 mm | Type A | |
| PS2-side pickup/laser | KHS-400C to XPD-001 | 30 | 0.5 mm | 177 mm | Type A | Flexible printed circuit with some traces wider than others.
Has a section adhered to the ODD assembly. |
| DVR-side pickup/laser | KWS-200A to MA-S38 | 50 | 0.5 mm | 96 mm | Type A | |
| Disc spindle motor | MA-S38 to disc spindle motor | 18 | 0.5 mm | 110 mm | Type A | Has a large 9 x 84 mm stiffener |
| Tuner Data | XPT-001 to XPD-001 | 45 | 0.5 mm | 60 mm | Opposite Side (Type B) | Shielded, shield connected to pins 10 and 36, both sides |
| Tuner Analog Video In | XPT-001 to XRC-001 | 8 | 1 mm | 52 mm | Type A | |
| Main Analog Video Out | XRC-001 to XPD-001 | 8 | 1 mm | 52 mm | Type A | |
| Front IR/LED | XPD-001 to XRT-001 | 28 | 0.5 mm | 150 mm | Type A | |
| ODD Sensors | XRT-001 to XLS-001 | 5 | 1 mm | 123 mm | Type B | |
| Front Buttons | XRT-001 to XSW-001 | 16 | 0.5 mm | 255 mm | Type A | |
| ODD Motor/Eject | XSW-001 to XLD-001 | 5 | 1 mm | 145 mm | Type A |
Power Supply[edit | edit source]
| Wattage | approx. 96 - 108 W |
| Output voltage | 12 V |
| Max output amperage | 8 to 9 A (unconfirmed) |
| Input voltage | 100 V (Japan) |
| Input frequency | 50 / 60 Hz |
Interface[edit | edit source]
(DESR-7500) 1x4 Through-pin socket. Two pins +12V, two pins ground. Pins closest to the corner of the board are +12V. No special signalling seen.
Models[edit | edit source]
It seems that 1-468-805-xx and 1-468-806-xx are for PSX1 (XPD-001 motherboard) while 1-468-868-xx and 1-468-869-xx are for PSX2 (XPD-005 motherboard).
Nichicon[edit | edit source]
- ZSSR343JA (100 V); Sony part no. 1-468-805-11 for PSX1/XPD-001
| ZSSR343JA front | ZSSR343JA back |
- ZSSR414JA (100 V); Sony part no. 1-468-868-11 for PSX2/XPD-005
| ZSSR414JA (-11) front | ZSSR414JA (-11) back |
- ZSSR414JA (100 V); Sony part no. 1-468-868-12 for PSX2/XPD-005
Matsushita/Panasonic[edit | edit source]
- ETXNY499J9A (100 V); Sony part no. 1-468-806-11 for PSX1/XPD-001
| ETXNY499J9A front | ETXNY499J9A back |
- ETXNY499J9AA (100 V); Sony part no. 1-468-869-11 for PSX2/XPD-005
- ETXNY499J9AA (100 V); Sony part no. 1-468-869-12 for PSX2/XPD-005 (on some units, the 2 at the end of the part no. has been re-printed over a 1)
| ETXNY499J9AA (-12) front | ETXNY499J9AA (-12) back |
Downloads[edit | edit source]
- Manuals for DESR-5000
- Manuals for DESR-7000
- Manuals for DESR-5100
- Manuals for DESR-7100
- Manuals for DESR-5500
- Manuals for DESR-7500
- Manuals for DESR-5700
- Manuals for DESR-7700
- Manuals for PSX (archive before the Sony Japanese support page was migrated to the new infrastructure)
Specifications[edit | edit source]
| Models |
DESR-5000 |
| HDD |
160GB |
| Recording Mode |
HQ |
| CPU GPU | 90nm EmotionEngine+Graphics Synthesizer |
| Software Engine | PS2 based real time OS |
| Recording Format |
DVD-R(Video format) |
| Playback Format |
DVD-VIDEO |
| Tuner |
Terrestrial analog(VHF1-12ch,UHF13-62ch,CATV13-35ch) |
| Dubbing | HDD to DVD is 12 times maximum (-R) |
| Video Playback | Recorded program while recording on HDD |
| Video Editing |
GOP Editing |
| Timer | EPG(G Guide) |
| Photo | JPEG |
| Music | ATRAC3 |
| Game | "PlayStation" software / "PlayStation 2" software |
| Network |
Ethernet 100 base/TX |
| Ports |
1 D-Terminal Output (D1/D2) |
| Dimension | 312 x 323 x 88mm(W x H x D) |
| Weight | ~5.5kg for first gen models. ~6.5kg for second gen models |
| Accessories |
Remote Controller for PSX |
CEATEC Japan 2003[edit | edit source]
Sony showcased the PSX at Japan's CEATEC in 2003, here are images of the event:
![]()
![]()
Resources[edit | edit source]
- PSX at PC Watch(Japanese Site)
- Archived Sony Press Release
- Sony PSX DVR(Fan Site)
- Sony PSX info web site
- Sony PSX info tours (note: Flash player or Ruffle required)
- Sony PSX X-applications tour (note: Flash player or Ruffle required)