1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 7<LINK rel="stylesheet" href="../CSS/revolution.css"> 8<TITLE>makeUpdateDisc</TITLE> 9</HEAD> 10<BODY> 11<H1 align="left">makeUpdateDisc</H1> 12 13<H2>Description</H2> 14<P> 15The <CODE>makeUpdateDisc</CODE> tool creates Revolution master data (<CODE>rvm</CODE>) for the RVT-R Reader from GCM files. 16</P> 17 18<H2>System Requirements</H2> 19<ul> 20<li>NDEV software (2006/08/21 or later version) 21<li>Cygwin OpenSSL package (0.9.8b-1) 22</ul> 23<P> 24Version 2006/08/21 or later of the NDEV software must be installed before running <CODE>makeUpdateDisc</CODE>. In addition, the Cygwin OpenSSL package must be installed. 25</P> 26<P><EM><STRONG>Note: OpenSSL version 0.9.8b-1, for which operation has been confirmed, is not currently distributed as a Cygwin package. Download OpenSSL version 0.9.8b-1 from <a href="http://www.warioworld.com">Wario World</a>.</STRONG></EM></P> 27 28<H2>Using the Tool</H2> 29 30<dl><dd><pre class="construction"> 31% makeUpdateDisc <inputFile> [<outputFile>] 32</pre></dd></dl> 33 34<P> 35Start Cygwin, using <CODE>RVL_NDEV.bat</CODE>. 36</P> 37 38<P> 39With the GCM file to convert into an RVM file specified as an argument, run <CODE>makeUpdateDisc.bat</CODE> or <CODE>makeUpdateDisc</CODE> from a bash shell. 40</P> 41 42<P> 43<strong>Example:</strong> Creating a disc image to update firmware 44</P> 45 46<dl><dd><pre class="construction"> 47% makeUpdateDisc $REVOLUTION_SDK_ROOT/RVL/bin/tools/swupdate_SDK-3_2.gcm 48</pre></dd></dl> 49 50<P> 51Since the batch version does not recognize the Cygwin drive notation (such as <CODE>/cygdrive/c/</CODE>), use the DOS format (<CODE>C:</CODE>) for the drive when specifying files by their full path. 52</P> 53 54<P> 55The output file will be named with its extension changed to <CODE>.rvm</CODE> (in the example above, the output file will be named <CODE>swupdate_SDK-3_2.rvm</CODE>), but you can also specify the name of the output file as the second argument. 56</P> 57 58<P> 59Use <CODE>rvtwriter.exe</CODE>, included in the Revolution Writing Software package, to write the generated RVM file to an RVT-R disc. 60</P> 61 62<H2>Revision History</H2> 63<P> 642008/07/30 Integrated into the Revolution SDK.<br> 2007/10/18 Added an Installation Procedure section to this document. Added a shell script version.<br> Corrected problem creating rvm files in certain environments. Fixed a bug that would cause generation to fail if a large file was specified as input.<br> 2007/08/07 Added a feature for deleting temporary files. Revised this document's description.<br> 2007/07/20 Changed so that an error message will be displayed if the file specified as an argument does not exist.<br> 2007/01/15 Revised this document's description.<br> 2006/10/30 Revised this document's description.<br> 2006/09/22 Revised this document's description.<br> 2006/09/21 Revised this document's description following the release of Revolution SDK Version 2.2 Patch 2.<br> 2006/09/08 Revised this document's description following the release of Revolution SDK Version 2.2.<br> 2006/08/22 Released.<br> 65</p> 66 67<hr><p>CONFIDENTIAL</p></body> 68</HTML>