Forum: Official Open PS2 Loader Forum - Discussion and information on the Official Open PS2 Loader.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: iso2usbld - Linux Build
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
  1. #1  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I have a linux binary ready.

    And I propose the following change( on line 29 of iso2usbld.c ):
    Code:
    printf("Usage: %s [SOURCE_ISOFILE] [DEST_PATH] [DISPLAY_TITLE] [MEDIA_TYPE]\n", PROGRAM_NAME);
    It’s a .tar.bz2 but the forum only allowed certain exts so I renamed it to .tar.gz
    Attached Files
    Reply With Quote  

  2. #2  
    Bauldrick is offline Member
    Join Date
    Aug 2006
    Posts
    43
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Where can I find the source for this or any program similer (usbutil etc...cmdline, no gui)? I need to build for my mips cpu.
    Reply With Quote  

  3. #3  
    izdubar's Avatar
    izdubar is offline Babylon User
    Join Date
    Nov 2009
    Posts
    869
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    2
    Quote Originally Posted by Bauldrick2 View Post
    Where can I find the source for this or any program similer (usbutil etc...cmdline, no gui)? I need to build for my mips cpu.
    You can find the sources of "iso2usbld" inside the open-ps2-loader repositories:

    Code:
    > hg clone http://bitbucket.org/ifcaro/open-ps2-loader/
    > cd open-ps2-loader/pc/iso2usbld
    hg is a command from the mercurial tool. If you don't want to retrieve the whole sources, you can also read the code directly from the http repository:

    http://bitbucket.org/ifcaro/open-ps2.../pc/iso2usbld/
    Reply With Quote  

  4. #4  
    Bauldrick is offline Member
    Join Date
    Aug 2006
    Posts
    43
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thank-you Gilgamesh88.

    I compiled for my 2 Linkstation NAS's (ppc, mips). I don't think many people will need/use them, but I'll put them up here for good measure

    (includes the source)
    Attached Files
    Reply With Quote  

  5. #5  
    TnA's Avatar
    TnA
    TnA is offline Member
    Join Date
    Apr 2005
    Location
    Germany
    Posts
    4,580
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    12
    Likes Received
    30
    Heh,... Now the PS3-Users with PS2-BC donīt even need a PC to install their games. lol
    (I just assume it runs in a PPC-Linux on the PS3...).
    PS2 V7/DMS3 V2 (FW:2.4b7); Seagate Baracuda 200GB
    PS2 V7/CC1.0 (FW:34 hacked v2 BM:2.1.6); Maxtor DiamondMAX9 PLUS 160GB
    PS2 SCPH-30004R; NoMod+NoLaser

    3xSony BBA
    3xSony MC 8MB
    MAX/Datel 16MB with Boot-CD
    MAX/Datel 32MB&64MB

    Custom FMCB 1.8b+ Beta-Build, my AIO 0.5, Sony&xRhino-Linux
    Reply With Quote  

  6. #6  
    Bauldrick is offline Member
    Join Date
    Aug 2006
    Posts
    43
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I don't know what that means I don't have a PS3

    I'm guessing because of the ppc reference it referes to the binary I put up there? Sorry if I'm wrong/they shouldn't be there - I'll remove (if I can)
    Reply With Quote  

  7. #7  
    TnA's Avatar
    TnA
    TnA is offline Member
    Join Date
    Apr 2005
    Location
    Germany
    Posts
    4,580
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    12
    Likes Received
    30
    Quote Originally Posted by Bauldrick2 View Post
    I don't know what that means I don't have a PS3
    Open PS2 Loaderīs USB-Function works on the PS3.
    If someone has no PC for example he still can use the BD-Drive of the PS3 to read the PS2-Discs and install them.

    I'm guessing because of the ppc reference it referes to the binary I put up there?
    Yes. The PS3's Cell (Main-CPU) also is a PPC.

    Sorry if I'm wrong/they shouldn't be there - I'll remove (if I can)
    No, it's o.k.
    PS2 V7/DMS3 V2 (FW:2.4b7); Seagate Baracuda 200GB
    PS2 V7/CC1.0 (FW:34 hacked v2 BM:2.1.6); Maxtor DiamondMAX9 PLUS 160GB
    PS2 SCPH-30004R; NoMod+NoLaser

    3xSony BBA
    3xSony MC 8MB
    MAX/Datel 16MB with Boot-CD
    MAX/Datel 32MB&64MB

    Custom FMCB 1.8b+ Beta-Build, my AIO 0.5, Sony&xRhino-Linux
    Reply With Quote  

  8. #8  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Is there a way to reverse this process?

    Is there a usbld2iso somewhere?
    Reply With Quote  

  9. #9  
    jimmikaelkael is offline Member
    Join Date
    Mar 2008
    Location
    France
    Posts
    1,191
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    0
    Likes Received
    10
    Of course it can easily be done.
    Now that I think of it, iso2usbld needs to be renamed to something like iso2ops2l

    I'll write a small ops2l2iso, when I'll have more time:
    -I'm currently working on rewriting LAN modules.
    Reply With Quote  

  10. #10  
    Bauldrick is offline Member
    Join Date
    Aug 2006
    Posts
    43
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by jimmikaelkael View Post

    I'll write a small ops2l2iso, when I'll have more time

    I for one would be very grateful for this, in your own time ofcourse. Many thanks for everything thus far
    Reply With Quote  

Page 1 of 2 1 2 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •