Aluminum Gerbil
Jan 16 2012, 05:51 AM
I just got my Zephyr RGH'd and now it's time to move on to my slim. Going through the same steps I've dumped the NAND a dozen times and every dump matches, but when I load up Multi-Builder I get this:
* found flash image, unpacking...
ECC'ed - will unecc.
Found 2BL (build 9188) at 00008000
Found 2BL (build 9188) at 00009ac0
Found 4BL (build 8453) at 000112c0
Found 15BL (build 65535) at 000172c0
So I tried using JTAG tool and I get this:
* found flash image, unpacking...
ECC'ed - will unecc.
Found 2BL (build 9188) at 00008000
Found 2BL (build 9188) at 00009ac0
Found 4BL (build 8453) at 000112c0
Found 15BL (build 65535) at 000172c0
Traceback (most recent call last):
File "build.py", line 340, in <module>
unpack_base_image(image)
File "build.py", line 72, in unpack_base_image
(block_id, block_build, block_flags, block_entry_point, block_size) = struct
.unpack("!2sHLLL", image[block_offset:block_offset+16])
struct.error: unpack requires a string argument of length 16
Press any key to continue . . .
I've checked and rechecked my solder points and I just don't know what I'm doing wrong. If anyone has any suggestions I'd GREATLY appreciate it.
socalbill
Jan 16 2012, 08:47 AM
are there bad blocks in the first 50 blocks of your nand?
if so, follow Martin's guide
http://www.team-xecuter.com/forums/showthread.php?t=76014usually after "Found 4BL (build 8453) at 000112c0" it says "Found 5BL (build 1888) at 000161e0"
might be a bad block somewhere.....
TingedAce
Jan 16 2012, 12:12 PM
Xnandhealer 0.74 will do it for you automatically.
Give it it a go.
Aluminum Gerbil
Jan 16 2012, 07:25 PM
First, Thank you so much for the quick replies.
I tried running XNandHealer and it doesn't find any bad blocks. I have 4 dumps that all compare fine and if I try to build a XELL Reloaded image it fails with the same errors. Is there something really basic I'm missing?
Also if I run NAND Info I get Bad Blocks: None ECC Error Blocks: None and it says it's glitchable.
Harbinger076
Jan 16 2012, 07:31 PM
QUOTE(Aluminum Gerbil @ Jan 16 2012, 12:25 PM)

First, Thank you so much for the quick replies.
I tried running XNandHealer and it doesn't find any bad blocks. I have 4 dumps that all compare fine and if I try to build a XELL Reloaded image it fails with the same errors. Is there something really basic I'm missing?
Also if I run NAND Info I get Bad Blocks: None ECC Error Blocks: None and it says it's glitchable.
you can always flash a image_00000000.ecc file from another slim system it will give you a kv error in xell reloaded but it will allow u to grab your cpu key for your slim..
Aluminum Gerbil
Jan 16 2012, 08:31 PM
OK, and from there do I then record the CPU key and make a boot image from my original nand? Sorry for all the questions? Also where would one acquire an image from another slim?
TingedAce
Jan 17 2012, 01:29 AM
QUOTE(Aluminum Gerbil @ Jan 16 2012, 07:31 PM)

OK, and from there do I then record the CPU key and make a boot image from my original nand? Sorry for all the questions? Also where would one acquire an image from another slim?
I've not tried what harbinger076 suggests, but PM me if you need a 'donor' slim ecc file
Then as you say, grab the CPU key and take it from there. You might want to look at
this guide for doing it all with Xnandhealer. If you do, comments appreciated
Aluminum Gerbil
Jan 17 2012, 11:27 PM
Cool, TingedAce I'm sending you a PM now. I'll post back when all is said and done as to whether this takes care of everything or if I break it even more.
TingedAce
Jan 17 2012, 11:56 PM
QUOTE(Aluminum Gerbil @ Jan 17 2012, 10:27 PM)

Cool, TingedAce I'm sending you a PM now. I'll post back when all is said and done as to whether this takes care of everything or if I break it even more.

OK, sent you it. Let me know how you get on.
Aluminum Gerbil
Jan 20 2012, 08:51 AM
Flashed a donor ECC. Now fighting trying to get the dumb thing to glitch. Will report in after the weekend. Thanks for the help everyone!
Aluminum Gerbil
May 30 2012, 05:30 AM
So all I'm getting is a blinking green light. I've tried EVERY length of cable and 3 different cap values. Still no luck. I flashed the original nand that I had read previously but couldn't create an ECC with and unsoldered the GND and VCC on the glitch chip and I still have a blinking green light and no boot/video. Is this xbox done? What do I do next?
deilzfcjk
May 30 2012, 06:03 AM
If you ar e surethat you have thecrrect original nand? you remo vedthe chip completely/
you should check that you did not damage r4b24 for the clk point. Check that it is not lifted or burned off at one end.
you can check with a multimeter. If the value goes high or OL(out of limit) or infinity. something is wrong.
Aluminum Gerbil
Jun 2 2012, 12:39 AM
QUOTE(deilzfcjk @ May 30 2012, 06:03 AM)

If you ar e surethat you have thecrrect original nand? you remo vedthe chip completely/
you should check that you did not damage r4b24 for the clk point. Check that it is not lifted or burned off at one end.
you can check with a multimeter. If the value goes high or OL(out of limit) or infinity. something is wrong.
I'll remove the chip this weekend and give it another shot at booting. Is there any way to get a nand to replace this one if the one I have is corrupt? None of my points are burned or anything.
deilzfcjk
Jun 2 2012, 02:10 AM
Yes you could replace your nand. Try ebay. or get a demon. or trident.
XB0X72O
Jul 2 2012, 07:03 PM
QUOTE(Aluminum Gerbil @ Jan 16 2012, 06:51 AM)

I just got my Zephyr RGH'd and now it's time to move on to my slim. Going through the same steps I've dumped the NAND a dozen times and every dump matches, but when I load up Multi-Builder I get this:
* found flash image, unpacking...
ECC'ed - will unecc.
Found 2BL (build 9188) at 00008000
Found 2BL (build 9188) at 00009ac0
Found 4BL (build 8453) at 000112c0
Found 15BL (build 65535) at 000172c0
So I tried using JTAG tool and I get this:
* found flash image, unpacking...
ECC'ed - will unecc.
Found 2BL (build 9188) at 00008000
Found 2BL (build 9188) at 00009ac0
Found 4BL (build 8453) at 000112c0
Found 15BL (build 65535) at 000172c0
Traceback (most recent call last):
File "build.py", line 340, in <module>
unpack_base_image(image)
File "build.py", line 72, in unpack_base_image
(block_id, block_build, block_flags, block_entry_point, block_size) = struct
.unpack("!2sHLLL", image[block_offset:block_offset+16])
struct.error: unpack requires a string argument of length 16
Press any key to continue . . .
I've checked and rechecked my solder points and I just don't know what I'm doing wrong. If anyone has any suggestions I'd GREATLY appreciate it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.