core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_rom_image.htm
author dan.podwall@nokia.com
Mon, 06 Apr 2009 14:56:28 -0500
changeset 56 887bd61e1328
parent 2 d760517a8095
child 1225 a546534a48de
permissions -rw-r--r--
merge from RCL_2_0 to default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
cawthron
parents:
diff changeset
     2
<html>
cawthron
parents:
diff changeset
     3
<head>
cawthron
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
cawthron
parents:
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
cawthron
parents:
diff changeset
     7
<title>Carbide ROM Image page</title>
cawthron
parents:
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
cawthron
parents:
diff changeset
     9
</head>
cawthron
parents:
diff changeset
    10
<body bgcolor="#FFFFFF">
cawthron
parents:
diff changeset
    11
<h2>ROM Image page </h2>
cawthron
parents:
diff changeset
    12
<p>Use the <b>ROM Image</b> page in a <a href="stop_mode.htm">System TRK</a> launch configuration to define startup options and ROM image download information.</p>
cawthron
parents:
diff changeset
    13
<p align="center"><img src="images/page_rom_image.png" width="583" height="327"></p>
cawthron
parents:
diff changeset
    14
<p class="figure">Figure 1 - ROM Image page in launch configuration </p>
cawthron
parents:
diff changeset
    15
  <h5>Table 4. Launch configuration window&mdash;ROM Image  tab items</h5>
cawthron
parents:
diff changeset
    16
  <table width="94%"  border="0" cellpadding="2" cellspacing="0">
cawthron
parents:
diff changeset
    17
    <tr>
cawthron
parents:
diff changeset
    18
      <th width="32%" scope="col">Item</th>
cawthron
parents:
diff changeset
    19
      <th width="68%" scope="col">Explanation</th>
cawthron
parents:
diff changeset
    20
    </tr>
cawthron
parents:
diff changeset
    21
cawthron
parents:
diff changeset
    22
    <tr>
cawthron
parents:
diff changeset
    23
      <td><b>Parse Rom Log File</b></td>
cawthron
parents:
diff changeset
    24
      <td>Check this option to parse the ROM log file. </td>
cawthron
parents:
diff changeset
    25
    </tr>
cawthron
parents:
diff changeset
    26
    <tr>
cawthron
parents:
diff changeset
    27
      <td><b>Symbian Rom Log File</b></td>
cawthron
parents:
diff changeset
    28
      <td>Enter or browse to the Rom log file that is generated when the Symbian OS image is built. This is necessary for debugging any Symbian OS module.</td>
cawthron
parents:
diff changeset
    29
    </tr>
cawthron
parents:
diff changeset
    30
    <tr>
cawthron
parents:
diff changeset
    31
      <td><b>Symbian Epoc32 Directory </b></td>
cawthron
parents:
diff changeset
    32
      <td><p>Enter or browse to the epoc32 directory for the Symbian OS kit that is being targeted for debugging. This is necessary for the debugger to resolve the full paths for each module in the log file since the log file does not contain the full paths.</p></td>
cawthron
parents:
diff changeset
    33
    </tr>
cawthron
parents:
diff changeset
    34
    <tr>
cawthron
parents:
diff changeset
    35
      <td><b>Log unresolved modules</b></td>
cawthron
parents:
diff changeset
    36
      <td>Check this option to log unresolved modules. If the actual binary in the log file doesn&rsquo;t exist on the PC, then a warning message will be logged in a Rom Log console window.</td>
cawthron
parents:
diff changeset
    37
    </tr>
cawthron
parents:
diff changeset
    38
    <tr>
cawthron
parents:
diff changeset
    39
      <td><b>Debug non-XIP executables</b></td>
cawthron
parents:
diff changeset
    40
      <td>Check this option to target non-XIP executables. This allows the debugger to target a non-XIP module whenever it&rsquo;s loaded.</td>
cawthron
parents:
diff changeset
    41
    </tr>
cawthron
parents:
diff changeset
    42
    <tr>
cawthron
parents:
diff changeset
    43
      <td><b>Download Rom Image </b></td>
cawthron
parents:
diff changeset
    44
      <td>Check this box to enable downloading. </td>
cawthron
parents:
diff changeset
    45
    </tr>
cawthron
parents:
diff changeset
    46
    <tr>
cawthron
parents:
diff changeset
    47
      <td><b>Symbian Rom Image</b></td>
cawthron
parents:
diff changeset
    48
      <td>Enter or browse to the Symbian OS image (.img file) that will be downloaded onto the target at the specified download address.</td>
cawthron
parents:
diff changeset
    49
    </tr>
cawthron
parents:
diff changeset
    50
    <tr>
cawthron
parents:
diff changeset
    51
      <td><b>Download Address (hex) </b></td>
cawthron
parents:
diff changeset
    52
      <td><p>Specify the address where the image is to be downloaded. This address is target-specific. The address should be in hexadecimal format with the 0x prefix.</p></td>
cawthron
parents:
diff changeset
    53
    </tr>
cawthron
parents:
diff changeset
    54
    <tr>
cawthron
parents:
diff changeset
    55
      <td><b>Same as start address</b></td>
cawthron
parents:
diff changeset
    56
      <td>Check this option to make the download address the same as the start address.</td>
cawthron
parents:
diff changeset
    57
    </tr>
cawthron
parents:
diff changeset
    58
    <tr>
cawthron
parents:
diff changeset
    59
      <td><b>Ask for download at the start of each debug session</b></td>
cawthron
parents:
diff changeset
    60
      <td>Select this option  to prompt you to download the image at the start of the debug session.</td>
cawthron
parents:
diff changeset
    61
    </tr>
cawthron
parents:
diff changeset
    62
  </table>
cawthron
parents:
diff changeset
    63
  <h4>Other references</h4>
cawthron
parents:
diff changeset
    64
  <ul>
cawthron
parents:
diff changeset
    65
    <li><a href="launch_configs_overview.htm">Launch Configuration Overview</a></li>
cawthron
parents:
diff changeset
    66
  </ul>
cawthron
parents:
diff changeset
    67
  <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
cawthron
parents:
diff changeset
    68
  <h5>&nbsp;</h5>
cawthron
parents:
diff changeset
    69
</body>
cawthron
parents:
diff changeset
    70
</html>