Forum: Crystal Chip - Posts about the Crystal Chip mod go in here.


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: firmware 31 hack patch
  

Results 1 to 10 of 10
  1. #1 firmware 31 hack patch 
    modrobert's Avatar
    modrobert is offline Member
    Join Date
    Nov 2002
    Location
    Bangkok
    Posts
    160
    Downloads
    13
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    8
    Here we go again, another day, another release.

    Code:
                  __ _                                            _____ _
       ___ ___   / _(_)_ __ _ __ _____      ____ _ _ __ ___   _ _|___ // |
      / __/ __| | |_| | '__| '_ ` _ \ \ /\ / / _` | '__/ _ \ | '__||_ \| |
     | (_| (__  |  _| | |  | | | | | \ V  V / (_| | | |  __/ | |  ___) | |
      \___\___| |_| |_|_|  |_| |_| |_|\_/\_/ \__,_|_|  \___| |_| |____/|_|
    
      _                _                  _       _       _     _
     | |__   __ _  ___| | __  _ __   __ _| |_ ___| |__   | |__ / |
     | '_ \ / _` |/ __| |/ / | '_ \ / _` | __/ __| '_ \  | '_ \| |
     | | | | (_| | (__|   <  | |_) | (_| | || (__| | | | | |_) | |
     |_| |_|\__,_|\___|_|\_\ | .__/ \__,_|\__\___|_| |_| |_.__/|_|
                             |_|
    From crystal-chips.com...

    We've just uploaded CrystalChips Software Release 31 to resolve a problem with loading PS1 discs from BM. This was caused by a minor path error in BOOTMENU.PBT.

    Also, we'd like to let people know that if they've got BootManager currently installed on their PS2 that they should use Recovery Mode to boot the upgrade disc. Some of the older BootManager software can interfere with the latest version.

    I need some help to test if this patch work, haven't got a ps2 here at the moment.

    Copy these files over the original ones and run makeit.bat.

    Let me know if it boot ps2 and ps1 backups ok, or whatever happens.

    If nothing else, maybe this crappy patch provoke a good release.
    Attached Files
    Last edited by modrobert; 01-11-2007 at 08:20 PM.
    Reply With Quote  

  2. #2  
    spedmetal's Avatar
    spedmetal is offline Member
    Join Date
    Jul 2003
    Location
    California, USA
    Posts
    1,377
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Its working great modrobert attached is the bin/cue for those that dont want to mess around.

    One other thing I like about the new upgrade is that after you have successfully flashed the new FW you are notified of such by the upgrade disc. A nice touch I might add would be to do the same after a successful install of BM.
    Attached Files
    $20 Wii installs $40 PS2 Installs sales@norcalmods.com Vender Thread: Click here
    Web Site: www.norcalmods.com Install Picture Gallery: Click Here
    FREE! PS2 Skins gallery! here
    Reply With Quote  

  3. #3  
    modrobert's Avatar
    modrobert is offline Member
    Join Date
    Nov 2002
    Location
    Bangkok
    Posts
    160
    Downloads
    13
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    8
    Quote Originally Posted by spedmetal View Post
    Its working great modrobert attached is the bin/cue for those that dont want to mess around.

    One other thing I like about the new upgrade is that after you have successfully flashed the new FW you are notified of such by the upgrade disc. A nice touch I might add would be to do the same after a successful install of BM.
    Thanks a lot!
    Reply With Quote  

  4. #4  
    wizpsycho's Avatar
    wizpsycho is offline CRACK PIPE
    Join Date
    Jan 2007
    Posts
    226
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    have a question ... is that last update works on 1.2 CC litte ... i got v14 slimline ???
    Reply With Quote  

  5. #5  
    modrobert's Avatar
    modrobert is offline Member
    Join Date
    Nov 2002
    Location
    Bangkok
    Posts
    160
    Downloads
    13
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    8
    Quote Originally Posted by wizpsycho View Post
    have a question ... is that last update works on 1.2 CC litte ... i got v14 slimline ???
    If R30 did, then R31 will...


    Using 'diff -r', these are the exact changes between the official cc firmware R30 and R31 release.

    Code:
    diff -r cc_030/fw/FILES/BM/SCRIPTS/BOOTMENU.PBT cc_031/fw/FILES/BM/SCRIPTS/BOOTMENU.PBT 
    124c124 
    <             SET "PS1LOGO_FNAME" "$BM.BM_PATH$/FWARES/PS1LOGO2.BIN" 
    --- 
    >             SET "PS1LOGO_FNAME" "$BM.BM_PATH$/FWS/PS1LOGO2.BIN" 
    126c126 
    <             SET "PS1LOGO_FNAME" "$BM.BM_PATH$/FWARES/PS1LOGO.BIN" 
    --- 
    >             SET "PS1LOGO_FNAME" "$BM.BM_PATH$/FWS/PS1LOGO.BIN" 
    129c129 
    <         SET "PS1LOGO_FNAME" "$BM.BM_PATH$/FWARES/PS1LOGO.BIN" 
    --- 
    >         SET "PS1LOGO_FNAME" "$BM.BM_PATH$/FWS/PS1LOGO.BIN" 
    diff -r cc_030/fw/readme.txt cc_031/fw/readme.txt 
    3,4d2 
    < This is the Crystal Chips software release 30. 
    <  
    10a9,12 
    >  
    > Release 31 - 
    >     Fixes: 
    >         Fixed a minor path error in BOOTMENU.PBT which caused PS1 discs not to boot.
    Reply With Quote  

  6. #6  
    Yoc's Avatar
    Yoc
    Yoc is offline Member
    Join Date
    Feb 2005
    Posts
    306
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Does the network install works ? Or do I have to burn the disk and boot in recovery mode as said in Jones23's post ?
    You know what ? The best way to know is try it myself

    EDIT : I tried, and it doesn't work. BM2.ELF starts, but screen goes black. And as we can't be in recovery mode and launching ps2client at the same time, I think I have no other choice than burn a CDR...
    Last edited by Yoc; 01-12-2007 at 12:25 PM.
    PS 2 V5 PAL (SCPH 30004R) - HDD 80 GB - CC 1.0 - PowerBook G4 17" - FREE HDLOADER - SMS - ULE - SNES Station
    BootManager Themes - Essential Pack - CC Wiki (en)
    Tools for Mac : xdumb.free.fr, home for Xdumb and ps2XClient
    Reply With Quote  

  7. #7  
    sajko is offline Registered User
    Join Date
    Dec 2005
    Posts
    12
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    modrobert: so basiclly they wrote the wrong paths? :P
    Reply With Quote  

  8. #8  
    modrobert's Avatar
    modrobert is offline Member
    Join Date
    Nov 2002
    Location
    Bangkok
    Posts
    160
    Downloads
    13
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    8
    sajko: Exactly, FWARES=FWS, mkay thanks.
    Reply With Quote  

  9. #9  
    PStuLovesCrackk is offline Registered User
    Join Date
    Jan 2007
    Posts
    4
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    so im a newbie here! i got a version 1 ps2 and i was wodering if i can just burn this and install this flash on v 2.0.6 and everything work okay? or do i need to do something else?
    Reply With Quote  

  10. #10  
    ctech is offline Member
    Join Date
    Feb 2006
    Posts
    37
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by PStuLovesCrackk View Post
    so im a newbie here! i got a version 1 ps2 and i was wodering if i can just burn this and install this flash on v 2.0.6 and everything work okay? or do i need to do something else?
    Bugs are still being worked out .I'd stay with 2.06
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •