Name Last Update
..
CVS Loading commit data...
GNUmakefile Loading commit data...
README Loading commit data...
dumpvirage.c Loading commit data...
j.j Loading commit data...
v2Const.c Loading commit data...
v2Create.c Loading commit data...
virage2.in Loading commit data...
This directory has the tools to create the data programmed in virage2
flash. 

writeV2 : takes an input AES bootapp key (common for everybody) and name of
sk binary file (to compute hash) 
and computes an intermediate file virage2.in

v2Create : takes virage2.in and creates a file virage2.out 
based on inputs which change for the programming of each chip.


usage:

writeV2 -k  b81902767e25db270f3449c5d94b162f sk.bin a81902767e25db170f3449c5d94b162fa81902767e25db170f3449c5d94b162f 



(the last is a private key that is due to legacy (for testing): it will
be removed... for now its a dummy). It creates the intermediate file virage2.in

v2Create virage2.in virage2.out

creates the 2K bits in virage2.out

(The per BB values in v2Create can be changed for testing, now they
are hardcoded).