Hi all,
Im trying to create and write an image and am receiving this error in the putput window. Any ideas?
================================================== =
Getting info from ip 192.168.1.116...
LockDownValue is 4
Load Files Initiliazation Finished
16767
Started Creation of the 16767 xebuild image
KV Info saved to file
---------------------------------------------------------------
xeBuild v1.13.689
---------------------------------------------------------------
base path changed to C:\Users\Jon\Documents\xBox\J-Runner v3 (5) Core Pack\xeBuild
---- { Image Build Mode } ----
building glitch2 image
******* ERROR: 1BL key 0x8CFC1DFDCF5C37A52AE427C397A45363 does not appear to be correct!
ERROR: you need to specify 1BL key!
---------------------------------------------------------------
Usage :
xeBuild [mode] -t <type> [<switch> [<switch>...]] <out.bin>
Example :
xeBuild -t retail -c trinity -d files -b 0102...0f -p 0102...0f out.bin
Switches:
-t <type>: retail, jtag, glitch, glitch2, glitch2m, devkit (defaults to retail)
-p <key> : 32 character CPU hex key (override, can be elsewhere)
-b <key> : 32 character 1BL hex key (override, can be elsewhere)
-c <con> : console type
-d <dir> : per build files directory
-f <dir> : use different data dir and file lists
-s <file>: outputs SHA-1 of final image to <file>, if <file> is not provided an auto generated name is used
-o <opt> : set xeBuild options
-a <name>: append patches
-i <ext> : adds _<ext> into firmware ini and patches file names
-r <ext> : adds _<ext> into ini bl section name and patches file names
-v : shows more info during build process
-noenter : suppresses prompt for enter key when finished
-? : shows this info
legend:
[mode] : build, client, update - defaults to build if not present
<con> = xenon, zephyr, falcon, jasper, jaspersb, jasper256,
jasper512, jasperbb, jasperbigffs, trinity, trinitybb, trinitybigffs
corona, corona4g, winchester, winchester4g
<dir> = path, absolute or relative, to a directory - do not terminate with \
<key> = 128 bit key in hexadecimal representation
<name> = name.bin contents will be appended to hv/kernel patches
<out.bin> = optional, overrides auto built output image name
<ext> = using this option would cause the builder to look for _glitch_<ext>.ini instead of _glitch.ini
and patches_jasper_<ext>.bin instead of patches_jasper.bin
<opt> various options can be specified on the command line, see perbox sample ini for descriptions
listed below, ALL are available to all image types
the others can be specified but are only used for that specific image type
ALL = nomobile noremap noecdremap nosecurity nosusecurity nandmu smcnocheck cputemp=
ALL = gputemp= edramtemp= overcputemp= overgputemp= overedramtemp= cpufan= gpufan=
ALL = avregion= gameregion= dvdregion= macid= cfldv=
JTAG/GLITCH = smcnoeject smcnoblink cygnos demon xellbutton= xellbutton2= dvdkey=
JTAG only = nodvd olddvd dualboot=
GLITCH only = patchsmc
options noted above with an = are expected to be followed with a value
specifying one of the options without an = is the same as setting TRUE in the ini
any value assigned to it will be ignored.
note that command line options take precedence over any values set in perbox ini
and that only values preceded with 0x will be interpreted as hex, MAC is the only exception
example: -o macid=00:22:48:F1:01:02;gameregion=0x00FF;nomobile
example: -o macid=00:22:48:F1:01:02 -o gameregion=0x00FF -o nomobile
example: -o macid=002248F10102 -o gameregion=255 -o nomobile
---------------------------------------------------------------
Failed