Tool drives

Discussion in 'Sony Programming and Development' started by Tomcat, Aug 11, 2007.

  1. Parris

    Parris I'm only here to observe...

    Joined:
    Aug 18, 2006
    Messages:
    6,248
    Likes Received:
    14
    WOOOOHOOO! Welcome to the club and congratulations!
     
  2. ConsoleFun

    ConsoleFun Gutsy Member

    Joined:
    Dec 21, 2004
    Messages:
    441
    Likes Received:
    3
    Sure can :) I am using a SCPH-1x000 drive right now instead of the drive that came with the TOOL. Works perfect!

    I have already mentioned this, but my SCPH-1x000 drive has a KHS-400C laser, so I can confirm that there is no need to go looking for those hard to find KHS-400A og KHS-400B lasers.
     
    Last edited: Aug 19, 2007
  3. port187

    port187 Serial Chiller

    Joined:
    Mar 16, 2007
    Messages:
    1,938
    Likes Received:
    85
    Great! good to hear you are in the same boat ;) so did you start the game remotely or local on the commandline? and did you already see the older posts on making starting a game easier?
     
  4. ConsoleFun

    ConsoleFun Gutsy Member

    Joined:
    Dec 21, 2004
    Messages:
    441
    Likes Received:
    3
    I start them locally, but I have added aliases for "dsreset 2 100" and "dsreset 0 0" in bashrc :)

    All my 5 discs work:
    - JPN DVD: PS2 Linux Boot disc
    - US DVD: GTA Liberty City Stories
    - PAL DVD: Fantavision
    - JPN CD: Rez
    - Masterdisc patched CD-R of JPN CD: Rez

    Sweeeet :)
     
    Last edited: Aug 19, 2007
  5. Parris

    Parris I'm only here to observe...

    Joined:
    Aug 18, 2006
    Messages:
    6,248
    Likes Received:
    14
    Brilliant news! :clap:
     
  6. dickibow

    dickibow Intrepid Member

    Joined:
    Feb 25, 2005
    Messages:
    643
    Likes Received:
    6
    Just little ol' me to go now......
     
  7. ConsoleFun

    ConsoleFun Gutsy Member

    Joined:
    Dec 21, 2004
    Messages:
    441
    Likes Received:
    3
    UJ, Parris, port187, thank you so much for your help - couldn't have fixed my TOOL without you. I am so happy now :D My TOOL seems to be working perfectly. Of course running binaries from HD is most important for dev, but it is certainly feeling good to know that your hardware is fully working.

    My problem was the FlashROM. It simply wasn't flashed. Now I have flashed it a few times with firmware release 270 and 300. Release 270 seems to be far more stable on my TOOL, so I will use that for now, and reflash to 300 if I have to.

    Here is a small FlashROM guide. You need the following files:
    - dsflash (script for flashing)
    - romflash (the actual binary program for writing to flash)
    - t10000-relxxx.bin (the FlashROM dump, such a t10000-rel270.bin and/or t10000-rel300.bin)

    I installed these by putting them on a ftp server, and downloading them to the TOOL over ftp to root's homedirectory /root. I wanted to copy the FlashROM dumps over to /usr/local and the flashing software to /usr/local/sce/bin. The /usr partition was mounted read-only and in use by lots of processes, so I rebooted into "tool single" and did:
    Code:
    umount /usr
    mount -o rw /dev/hda5 /usr
    cd /usr/local
    cp /root/*.bin .
    cd /usr/local/sce/bin
    cp /root/romflash .
    cp /root/dsflash .
    chmod 755 romflash
    chmod 755 dsflash
    
    and shutdown the system.

    Before flashing it is very important to put the TOOL in WS mode. So set the switch to WS and boot with the "tool" linux kernel as usual. Login as root. Make sure you have dsreset in the path. Test with
    Code:
    [root@devtool /root]# which dsreset
    
    if it isn't found, add /usr/local/sce/bin to the path real quick:
    Code:
    [root@devtool /root]# export PATH=$PATH:/usr/local/sce/bin
    [root@devtool /root]# which dsreset
    /usr/local/sce/bin/dsreset
    
    The rest is pretty much explained in the PS2 Development Environment Setup Guide, but I'll show you real quick how I did it:
    Code:
    [root@devtool /root]# cd /usr/local/sce/bin
    [root@devtool bin]# ./dsedb
    
    This is just to make sure you can start dsedb without any error messages. Do nothing, except to type "quit". Doublecheck that the switch in front is set to WS mode. Then flash:
    Code:
    [root@devtool bin]# ./dsflash -mpu4shadow /usr/local/t10000-rel270.bin
    
    It starts flashing. Touch nothing until it says "Complete!". Then shutdown. Then set switch in front to TOOL. Boot into the "tool" kernel as always. Run /usr/local/sce/bin/dsidb if you want to verify that the flashing worked. It will report the version of the FlashROM software :)

    I recommend trying different versions of the FlashROM and check which works best for you by booting a few games. Remember to set the TOOL in TOOL mode to use games and WS mode to flash :)

    Cheers!
    CF
     
    Last edited: Aug 19, 2007
    port187 likes this.
  8. port187

    port187 Serial Chiller

    Joined:
    Mar 16, 2007
    Messages:
    1,938
    Likes Received:
    85
    Nice work done on this one! I will try 270 just for fun as my 300 doesnt play all the games (retail US for example) so where did you get the bin files from?
     
  9. unclejun

    unclejun Site Supporter 2011-2014

    Joined:
    Nov 12, 2005
    Messages:
    1,912
    Likes Received:
    120
    You should flash in WS mode only if the flashing failed in Tool mode, in case of a badly timed power shortage for example, the command to flash in Tool mode is a bit different, so don't use the one given by ConsoleFun while in Tool mode...
    He got the files from me.
     
    Last edited: Aug 20, 2007
  10. Parris

    Parris I'm only here to observe...

    Joined:
    Aug 18, 2006
    Messages:
    6,248
    Likes Received:
    14
    God, I love software people!

    So, the other kit I have that doesn't read anything but Blue titles could be reflashed too! Wooohoooo!

    .....slight hitch.....

    I am NOT as confident doing that kind of thing as just taking it to bits. Shame I couldn't just download a Port197, UJ & ConsoleFun PS2Tool team!

    Nuts!

    The guide seems very clear, but the error possibilities on my part are huge!

    UJ, in what way do the commands differ in TOOL mode?
     
    Last edited: Aug 20, 2007
  11. unclejun

    unclejun Site Supporter 2011-2014

    Joined:
    Nov 12, 2005
    Messages:
    1,912
    Likes Received:
    120
    You have the setup.pdf file in docs/general or docs/tool, open and read!
    I think to remember the -mpu4shadow option is missing when in Tool mode, but don't take my word for it.
    You can also flash the Tool with the Target manager and/or Cwcomutil if you prefer GUI over commandline, and I know you do!
     
  12. port187

    port187 Serial Chiller

    Joined:
    Mar 16, 2007
    Messages:
    1,938
    Likes Received:
    85
    Shame I can't download a Parris, because I am not that confident pulling things apart :p maybe we can swap places one day to have perfect tools ;)
     
  13. Parris

    Parris I'm only here to observe...

    Joined:
    Aug 18, 2006
    Messages:
    6,248
    Likes Received:
    14
    Read??? Are you KIDDING ME? I never read instructions fer gawd sake lol

    LOL, no only joking, but those manuals look like the inner ramblings of an insane mariner discussing a fishing trip to hell!

    Well, I guess I am reduced to reading rather than someone coming up with a bite sized, microwaveable step-by-step guide. :rolleyes:

    UJ I'll pay the airfare for you to come do this lol... :lol:
     
    Last edited: Aug 20, 2007
  14. port187

    port187 Serial Chiller

    Joined:
    Mar 16, 2007
    Messages:
    1,938
    Likes Received:
    85
    That or try to install SSH on your tool (CJ's guide) and have one of use do it remotely for you lol :) but you will have to do the switching WS/TOOL mode , open up your firewall for port 22 + port forwarding to your tool and take responsibility for anything that might go wrong :p

    http://www.assemblergames.com/forums/showthread.php?t=14827
     
    Last edited: Aug 20, 2007
  15. Parris

    Parris I'm only here to observe...

    Joined:
    Aug 18, 2006
    Messages:
    6,248
    Likes Received:
    14
    See it's the "might go wrong" bit that puts the fear of God into me! I am perfectly in my element with hardware. Can rummage around inside a unit, pull it apart, repair it, clean it, fix it, solder it perfectly well without a moments grief....

    The second some guy says "oops, this is a software issue" my heart pounds as I am not knowledgeable enough to feel confident about recovering a unit I've turned into a large doorstop!

    Will definately go read properly on this one. I suspect there are no second chances. :eek:h:
     
    Last edited: Aug 20, 2007
  16. port187

    port187 Serial Chiller

    Joined:
    Mar 16, 2007
    Messages:
    1,938
    Likes Received:
    85
    I didn't forsee any problems it's just my usuall disclaimer ;-)
     
  17. Parris

    Parris I'm only here to observe...

    Joined:
    Aug 18, 2006
    Messages:
    6,248
    Likes Received:
    14
    Ha! I have to go offline just now (sunny day, youngest running around here as not at nursery today) and I feel the need to have a break from the PC. I'll speak to you later on and see whether maybe I could update the unit. It seems a shame to be this close to a unit that could be upgraded and not do it because I am a chicken! :DOH:
     
  18. port187

    port187 Serial Chiller

    Joined:
    Mar 16, 2007
    Messages:
    1,938
    Likes Received:
    85
    :020:
    Thats a good idea you look quite pale on your avantar, go out and get a tan! :nod:
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page