Author Topic: Patch Failed?  (Read 5726 times)

0 Members and 1 Guest are viewing this topic.

Offline madj42

  • Newbie
  • Posts: 11
Patch Failed?
« on: July 10, 2007, 07:35:29 pm »
I have a Kenwood Keg (eXcelon 910?).   I was wondering as I've been having a hard time getting it working after running the Windows patches.   Currently I only have the bootload.log file as I'm at work messing with it.  I'll post the patch.log if that helps any when I get home and get a chance to swap the drives again.  I've gone through the newdms.bat twice and I've already tried corrupting the ramdisk.sig file.  I also keep getting the empty disc audio track message over and over again.  When I attempted to patch the keg it immediately went to playing the music that I had on it and it also never did play the hack complete message.  The only reason I continued was because I looked at the patch.log file and seen that patch 9 had been applied and verified.  I'm not sure what else to do.  Any suggestions?  I'll try running dmshack.bat again I guess when I get home as well.

Bootload.log:
-------------
BOOT0-0: OK
BOOT0-1: OK
BOOT0-2: Successful
BOOT9-X: Successful
BOOTB-X: Successful
BOOTF-X: Succ
« Last Edit: July 10, 2007, 07:39:03 pm by madj42 »

Offline BioBob

  • A few posts under my belt.
  • *
  • Posts: 26
Re: Patch Failed?
« Reply #1 on: July 10, 2007, 10:42:03 pm »
Now Im absolutely no expert at this as I just finished my upgrade for the first time successfully (after fighting for 7 hours with a dying HD, no not the one Im putting in my keg), but it looks to me like the unit didnt boot up all the way.  I'd figure unplug the keg for 10 seconds, plug it back in, then try to boot up again.  Wait till your HD lights on the keg stop flashing tho as that log you posted looks trunc'd.  And yes the other log file will be helpful too...

Offline madj42

  • Newbie
  • Posts: 11
Re: Patch Failed?
« Reply #2 on: July 11, 2007, 12:58:11 am »
It works with the new DMS and will play files.  But the problem is I can't get the VIOT plugin to work.  When I copy my plugins directory it causes the DMS to not load and display eject.

Old DMS Bootload.log:

BOOT0-0: OK
BOOT0-1: OK
BOOT0: Successful
BOOT9-X: Successful
BOOTB-X: Successful
BOOTF-X: Successful
BOOT*: Successful

Old DMS Patch.log:

: No such file or directory
PhatPatch v0.8 - original code by bushing, additional patches by sbingner
Finding patch offsets:
Verified standard patch offsets
Verifying:
Patch 1 @ 0bb8: make drive signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 2 @ 0bec: make rc.sh signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 3 @ 0c20: make phatd signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 4 @ 0c54: make linux signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0000 1a00    Actual: 0000 1a00
Verified!
Patch 5 @ 0354: make ramdisk invalid signature return 0 instead of 0xFFFFFFFF: [movlne r0, 0xFFFFFFFF -> movlne r0, #0]
Expected: 0000 13a0    Actual: 0000 13a0
Verified!
Patch 6 @ 0c80: make ramdisk signature check verify 0 instead of 1: [cmp r0, #1 -> cmp r0, #0]
Expected: 0000 e350    Actual: 0000 e350
Verified!
Patch 7 @ 0358: make ramdisk valid signature return 0 instead of 1: [moveq r0, #1 -> moveq r0, #0]
Expected: 0000 03a0    Actual: 0000 03a0
Verified!
Patch 8 @ 0330: don't try to read ramdisk.sig (boot without any .sig files): [bl sector_read_suzy -> bl PC+1]
Expected: 0000 eb00    Actual: 0000 eb00
Verified!
Patch 9 @ 02c0: don't try to read linux.sig (boot without any .sig files): [bl sector_read_suzy -> bl PC+1]
Expected: 0000 eb00    Actual: 0000 eb00
Verified!
PhatPatch v0.8 - original code by bushing, additional patches by sbingner
Finding patch offsets:
Verified standard patch offsets
first 2 words of flash=c102 0025
testing offsets 0x555 and 0x2aa
writing auto-id command (AA, 55, 90)
Flash chip reports manufacturer id=0020, device id=0057
offsets 0x555 and 0x2aa verified
Resetting flash.
Testing patch locations:
Patch 1 @ 0bb8: make drive signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0033 1a00    Actual: 0000 1a00
Detected patch 1 already applied
Patch 2 @ 0bec: make rc.sh signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0026 1a00    Actual: 0000 1a00
Detected patch 2 already applied
Patch 3 @ 0c20: make phatd signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 0019 1a00    Actual: 0000 1a00
Detected patch 3 already applied
Patch 4 @ 0c54: make linux signature check always succeed: [bne verify_sig_failed -> bne PC+1]
Expected: 000c 1a00    Actual: 0000 1a00
Detected patch 4 already applied
Patch 5 @ 0354: make ramdisk invalid signature return 0 instead of 0xFFFFFFFF: [movlne r0, 0xFFFFFFFF -> movlne r0, #0]
Expected: 0000 13e0    Actual: 0000 13a0
Detected patch 5 already applied
Patch 6 @ 0c80: make ramdisk signature check verify 0 instead of 1: [cmp r0, #1 -> cmp r0, #0]
Expected: 0001 e350    Actual: 0000 e350
Detected patch 6 already applied
Patch 7 @ 0358: make ramdisk valid signature return 0 instead of 1: [moveq r0, #1 -> moveq r0, #0]
Expected: 0001 03a0    Actual: 0000 03a0
Detected patch 7 already applied
Patch 8 @ 0330: don't try to read ramdisk.sig (boot without any .sig files): [bl sector_read_suzy -> bl PC+1]
Expected: 02db eb00    Actual: 0000 eb00
Detected patch 8 already applied
Patch 9 @ 02c0: don't try to read linux.sig (boot without any .sig files): [bl sector_read_suzy -> bl PC+1]
Expected: 02f7 eb00    Actual: 0000 eb00
Detected patch 9 already applied



Offline madj42

  • Newbie
  • Posts: 11
Re: Patch Failed?
« Reply #3 on: July 11, 2007, 01:59:41 am »
Nevermind I think I got it working..

The last thing I did was Delete everything on the PHATSYS and then ran the DMSfilecopy.bat.  After that I ran extracted the 4 firmware zip files from the download page.  After this the drive started working again without VIOT.  Then I tried copying my backup of the Plugins directory.  Then when I tried the DMS in the car again it started working like normal.  Right now I'm copying all my music to the PHATDTA partition and I'll see how it goes.

I'm not questioning anything.  If this works I'll be screaming at the top of my lungs because my stress from this whole process is finally gone.  I love my Keg.
« Last Edit: July 11, 2007, 02:16:23 am by madj42 »