TwlToolsRED/build/tools/MasterEditor/FingerPrinterTWL/README.txt
nishikawa_takeshi e4c12c4dc0 フィンガープリンタ:コマンドラインだとDLLがうまく呼び出されないので、環境変数PATHを実行前に一時的に書き換えることにした。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@264 7061adef-622a-194b-ae81-725974e89856
2009-04-17 12:32:34 +00:00

67 lines
2.1 KiB
Plaintext

=============================================================================
TWL Fingerprinter
=============================================================================
Table of Contents
- Introduction
- Package Structure
- Required Environment
- Using the tool
- Licences
- Revision History
=======================================================================
Introduction
=======================================================================
This package includes the TWL Fingerprinter, a tool used to
register the fingerprinter in the TWL ROM.
=======================================================================
Package Structure
=======================================================================
FingerprintTWLSetup.msi : Installer
=======================================================================
Required Environment
=======================================================================
Microsoft Windows XP SP2
Microsoft .NET Framework 2.0
Store following program and DLLs, which are not included in this package,
into the install folder.
- maketad.exe (included in TwlSDK)
- cygwin1.dll (included in Cygwin)
- cygcrypto-0.9.8.dll (included in OpenSSL)
=======================================================================
Using the Tool
=======================================================================
The TWL Fingerprinter tool has GUI mode and CUI(Console) mode.
GUI mode:
Execute either an icon on the desktop or on the install folder.
CUI mode:
Type following words on the command prompt and see usage.
> FingerprinterTWL.exe -h
=======================================================================
Licenses
=======================================================================
This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)
=======================================================================
Revision History
=======================================================================
Version 1.0 (2009/04/17)
- Initial version.