Difference between revisions of "Open PS2 Loader"

From Modding Fridays
Jump to: navigation, search
(Installation of OPL in FMCB)
(Installation of OPL in FMCB)
Line 30: Line 30:
 
* Boot PS2 and enter the FMCB Confugurator
 
* Boot PS2 and enter the FMCB Confugurator
 
* Go to <code>Configure OSDSYS options...</code>
 
* Go to <code>Configure OSDSYS options...</code>
* Move to <code>Configure Item 1</code> and go to the right/left to find an empty entry
+
* Move to <code>Configure Item 1</code> and go to the right/left to find an empty entry, and select it
 +
* For <code>Name:</code>, put <code>OPL</code> or whatever you like
 +
* For <code>Path1:</code>, browse your memory card, either <code>mc0:/</code> or <code>mc1:/</code>, and find the folder with OPL and select the OPL binary, in this example, it's <code>OPL 0.9.3 (GSM).ELF</code>

Revision as of 00:32, 1 July 2018

Open PS2 Loader (OPL) is a PS2 homebrew allowing the loading of PS2 backups either from the internal HDD (PHAT PS2 only), external USB devices, or a from a SAMBA network share.

Setup

Prerequisite

Installation of OPL in FMCB

  • mount USB key
mount /dev/sdX /media/whatever
cd /media/whatever
  • get OPL and unzip it
wget https://github.com/ifcaro/Open-PS2-Loader/releases/download/0.9.3/OpenPS2Loader_0.9.3.zip
unzip OpenPS2Loader_0.9.3.zip
  • Note: OPL is shipped with several options: the Virtual MemoryCard (VMC) that you can use to have save files stored on HDD or external USB device instead of the the PS2 MemoryCards; the PS2 remote debugger (PS2rd), a software used to debug commercial PS2 games remotely over Ethernet; and Graphics Synthesizer Mode Selector (GSM), a tool to change the PS2 native video modes.
  • rename and move as OPL the OPL version you want to use (in this example, we choose the version that is shipped with GSM)
mv OpenPS2Loader_0.9.3/OPL\ 0.9.3\ \(GSM\) OPL
  • unmount the key
cd
umount /dev/sdX
  • plug key into PS2
  • boot the PS2 and enter uLaunchELF (uLE)
  • Navigate to the USB key mapped as mass:/
  • Select the OPL folder
  • Copy it via the R1 menu
  • Navigate back to the root of the memory card, either mc0:/ or mc1:/
  • Paste the folder via the R1 menu
  • Turn off PS2, and take the key out
  • Boot PS2 and enter the FMCB Confugurator
  • Go to Configure OSDSYS options...
  • Move to Configure Item 1 and go to the right/left to find an empty entry, and select it
  • For Name:, put OPL or whatever you like
  • For Path1:, browse your memory card, either mc0:/ or mc1:/, and find the folder with OPL and select the OPL binary, in this example, it's OPL 0.9.3 (GSM).ELF