by anubious2k11 » Tue Apr 24, 2012 9:56 pm
THis is what I get when I try to build the image (output from CMD):
Z:\xbox\SQUIRT_360>python imgbuild\build.py nanddump.bin cdxell\CD xell\xell-ggg
ggg.bin
* found flash image, unpacking...
ECC'ed - will unecc.
Found 2BL (build 4560) at 00008000
Found 2BL (build 4560) at 00009fc0
Found 4BL (build 4560) at 000116e0
Found 5BL (build 1888) at 00016760
* found decrypted CD
* found XeLL binary, must be linked to 1c000000
* we found the following parts:
SMC: 1.9
CB_A: 4560
CB_B: 4560
CD (image): 4560
CD (decrypted): 9452
checking for proper 1BL key... ok
decrypting...
* checking if all files decrypted properly... ok
* checking required versions...
Traceback (most recent call last):
File "imgbuild\build.py", line 417, in <module>
assert build(CB_A) in falcon_builds or build(CB_A) in zephyr_builds or build
(CB_A) in jasper_builds or build(CB_A) in trinity_builds, "CB "+str(build(CB_A))
+ " not eligible"
AssertionError: CB 4560 not eligible
______________________
Any suggestions?
EDIT: I notice that in the "cb" folder, there is a cba4650.bin, but there is no cbb4650.bin. I find this just a little annoying. How can you support 4578 and 4577 but not a 4560?