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 name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>return</TITLE> 8<LINK rel="stylesheet" href="../../CSS/revolution.css"> 9</HEAD> 10<BODY> 11<H1 align="left">return.elf</H1> 12<H2>Description</H2> 13<P>Simulates the state of the process when it has returned from the channel installer. After it has executed, switch out for the data you want to launch (DLF, RPF, RVM).</P> 14<BLOCKQUOTE> 15<PRE><CODE>% ndrun return.elf -a gameName company diskNumber gameVersion resetCode launchCode returnCode</CODE></PRE> 16</BLOCKQUOTE> 17<H2>Example of Execution</H2> 18<P>When the process returns from the channel installer, <CODE>resetCode</CODE> is <CODE>0xA0020000(OS_RESETCODE_INSTALLER)</CODE>, so specify this way:</p> 19<BLOCKQUOTE> 20<pre><CODE>% ndrun return.elf -a RABA ZZ 0 0 A0020000 DEADBEEF 00000000</CODE></pre> 21</BLOCKQUOTE> 22<p> </P> 23<H2>Location</H2> 24<P><FONT face="Courier New">$REVOLUTION_SDK_ROOT/RVL/bin/tools/return.elf</FONT></P> 25<H2>Revision History</H2> 26<P>2007/04/20 Initial version.</p> 27<hr><p>CONFIDENTIAL</p></body> 28</HTML>