xhase

Hows to create your own ps5 portable ssd/flash drive

Jul 2nd, 2026 (edited)
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | Writing | 0 0
  1. # PS5 Internal SSD Recycle to USB → SM2259XT USB SSD Conversion
  2.  
  3. ### Hardware Used
  4.  
  5. **NAND:**
  6.  
  7. * Kioxia / Toshiba **TH58LJT0T24BA4M** (PS5 NAND)
  8.  
  9. **SSD Controller:**
  10.  
  11. * Silicon Motion **SM2259XT**
  12.  
  13. **USB Bridge:**
  14.  
  15. * ASMedia **AS2235**
  16.  
  17. ---
  18.  
  19. ## Step 1 – Install the NAND
  20.  
  21. Install the PS5 NAND:
  22.  
  23. TH58LJT0T24BA4M
  24.  
  25. onto the SM2259XT board.
  26.  
  27. Verify:
  28.  
  29. * No shorts
  30. * Proper reflow
  31. * Correct orientation
  32. * Clean solder joints
  33.  
  34. ---
  35.  
  36. ## Step 2 – Flash ASMedia Firmware
  37.  
  38. The drive initially enumerated in ROM mode.
  39.  
  40. Using the ASMedia MPTool:
  41.  
  42. Flash firmware:
  43.  
  44. 230830D18700
  45.  
  46. After several disconnect/reconnect cycles the controller eventually accepted the firmware and began enumerating correctly.
  47.  
  48. ---
  49.  
  50. ## Step 3 – Program the SM2259XT
  51.  
  52. Open the SM2259XT MPTool package.
  53.  
  54. Working package:
  55.  
  56. SM2259XT2_TSB-FBiCS4_PKGW0602A_FWW0529A0
  57.  
  58. Working NAND selection:
  59.  
  60. Toshiba 512Gb TH58LJT0T24BA4M (FBiCS4)
  61.  
  62. Firmware shown by tool:
  63.  
  64. W0529A0 (FBiCS4)
  65.  
  66. ---
  67.  
  68. ## Step 4 – Run MPTool
  69.  
  70. Selected flash:
  71.  
  72. Toshiba 512Gb TH58LJT0T24BA4M (FBiCS4)(SM2259XT)
  73.  
  74. Then run:
  75.  
  76. Start
  77.  
  78. Successful result:
  79.  
  80. PASS
  81.  
  82. Detected capacity:
  83.  
  84. 229936 MB
  85.  
  86. (~224 GB usable)
  87.  
  88. ---
  89.  
  90. ## Step 5 – Format the Drive
  91.  
  92. After the MPTool reports PASS:
  93.  
  94. 1. Disconnect and reconnect the drive.
  95. 2. Open **Disk Management** (`diskmgmt.msc`).
  96. 3. Locate the newly detected ~224GB disk.
  97. 4. If prompted, initialize the disk (GPT recommended).
  98. 5. Create a **New Simple Volume**.
  99. 6. Assign a drive letter.
  100. 7. Format as **NTFS** (Quick Format is fine).
  101.  
  102. After formatting completes, the drive should appear in Windows Explorer and be ready for use.
  103.  
  104. ---
  105.  
  106. ## Confirmation
  107.  
  108. Successful configuration showed:
  109.  
  110. Flash:
  111.  
  112. * Toshiba 512Gb TH58LJT0T24BA4M
  113.  
  114. Firmware:
  115.  
  116. * W0529A0 (FBiCS4)
  117.  
  118. Capacity:
  119.  
  120. * 229936 MB
  121.  
  122. Status:
  123.  
  124. * PASS
  125.  
  126. This confirms:
  127.  
  128. * NAND ID detected correctly
  129. * FBiCS4 profile matched
  130. * SM2259XT accepted the NAND
  131. * Capacity calculated correctly
  132. * Controller initialized successfully
  133.  
  134. ---
  135.  
  136. ## Notes
  137.  
  138. Many other SM2259XT packages failed.
  139.  
  140. The package that consistently identified the NAND correctly was:
  141.  
  142. SM2259XT2_TSB-FBiCS4_PKGW0602A_FWW0529A0
  143.  
  144. with flash profile:
  145.  
  146. Toshiba 512Gb TH58LJT0T24BA4M (FBiCS4)
  147.  
  148. If the drive only shows ROM mode or 1024 MB capacity, verify:
  149.  
  150. 1. AS2235 firmware has been updated.
  151. 2. NAND soldering is good.
  152. 3. The FBiCS4 package is being used.
  153. 4. The exact TH58LJT0T24BA4M profile is selected.
  154. 5. The drive is reconnected and initialized through Disk Management after programming.
  155.  
  156. #software lnks
  157. https://www.station-drivers.com/index.php/en/component/remository/func-startdown/7082/lang,en-gb/
  158. https://www.usbdev.ru/?wpfb_dl=12797
  159.  
  160.  
Tags: ps5usb
Advertisement
Add Comment
Please, Sign In to add comment