1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<title>ctr_makecia</title>
6<style type="text/css">
7<!--
8body {
9/*
10    font-size       : 10pt;
11*/
12    font-weight     : normal;
13    color           : #000000;
14    margin          : 8px;
15}
16div {
17    width           : 98%;
18    white-space     : nowrap;
19}
20div.title {
21    text-align      : left;
22    font-weight     : bold;
23/*
24    font-size       : 16pt;
25*/
26    font-size       : 150%;
27    color           : #202020;
28    border-style    : double;
29    border-width    : 8px;
30    /* タイトルを囲む枠線の色を指定 */
31    border-color    : #FF6600;
32    /* RVLプラットフォーム系列 */
33/*
34    border-color    : #34beed;
35*/
36    /* TWLプラットフォーム系列 */
37/*
38    border-color    : #ff458f;
39*/
40    margin          : 4px;
41    padding         : 4px;
42}
43H1 {
44  font-size		: 150%;
45  font-family		: Arial;
46  border-bottom-width	: 5px;
47  border-bottom-style	: solid;
48  border-bottom-color	: #FF6600;
49  padding-bottom		: 1px;
50  margin-bottom		: 20px;
51  letter-spacing		: normal;
52  font-weight		: bold;
53}
54h2 {
55    font-weight     : bold;
56/*
57    font-size       : 16pt;
58*/
59    font-size       : 150%;
60    border-style    : none none solid double;
61    border-width    : 0px 0px 2px 8px;
62    /* 見出しの線の色を指定 */
63    border-color    : #FF6600;
64    /* RVLプラットフォーム系列 */
65/*
66    border-color    : #34beed;
67*/
68    /* TWLプラットフォーム系列 */
69/*
70    border-color    : #ff458f;
71*/
72    margin-left     : 2px;
73    padding-left    : 4px;
74}
75CODE {
76  font-family		: "Courier New", monospace;
77  position		: normal;
78  left			: 12px;
79  font-size		: 10pt;
80}
81table {
82  margin-top        : 2pt;
83  margin-bottom     : 2pt;
84  margin-left       : 0pt;
85  margin-right      : 0pt;
86  padding-left      : 0pt;
87  padding-right     : 0pt;
88  position          : relative;
89  left              : 12px;
90  font-family       : Arial;
91  font-size         : 10pt;
92  border-style      : none none none none;
93}
94td,th {
95  padding           : 2pt;
96  border-width      : 2pt;
97  border-style      : none none none none;
98  font-style        : normal;
99  text-align        : left;
100}
101td {
102  background        : #e8f4f4;
103  font-weight       : normal;
104}
105th {
106  background        : #c0d8d8;
107  font-weight       : bold;
108}
109p {
110    margin-left     : 4px;
111}
112p.code {
113  font-family		: "Courier New", monospace;
114  position		: normal;
115  left			: 12px;
116  font-size		: 10pt;
117  background            : #e8f4f4;
118}
119-->
120</style>
121</head>
122<body>
123<a name="top"></a> <!-- ※注意事項 --> <!--  ・(任意)となっているものは、記載が無くても問題ありません。 --> <!--  ・各項目についてる(必須)や(任意)は、作成後に削除してください。 --> <!--  ・各項目内の書き方は、パッケージごとに自由で問題ありませんが、同じパッケージ内で違いがでないようにしてください。 --> <!--  ・タグはすべて小文字、終了タグを持たないものは「/>」で閉じてください。--> <!--  ・HTMLコードのインデントは、各種社内コード規約と同様にスペース4文字か4文字幅のタブになるようにしてください-->
124<h1><CODE>ctr_makecia</CODE></h1>
125<h2>Description</h2>
126<P>This <CODE>ctr_makecia</CODE> tool is for creating CIA (CTR Importable Archive) files. This tool generates CIA files that can be imported via the <A href="../api/tools/DevMenu.html">DevMenu</A> from the CXI files which are NAND application executable image.</P>
127<h2>How to Use</h2>
128<h3>What's Required</h3>
129<p>To create a CIR file, you need a NAND application executable image CXI file generated using the <A href="ctr_makerom.html">ctr_makerom</A> tool.</p>
130<h3>Command</h3>
131<p class="code">
132% ctr_makecia32 -i CXI_FILE -o CIA_FILE
133</p>
134<p class="first_ja">You must specify values for the <SPAN class="argument">CXI_FILE</SPAN> and <SPAN class="argument">CIA_FILE</SPAN> arguments.</p>
135<h4 >Options</h4>
136<div class="table">
137<table border="1">
138<thead>
139<tr>
140<th align="center">Options</th>
141<th align="center">Description</th>
142</tr>
143</thead>
144<tbody>
145<tr>
146<td align="center">-i</td>
147<td align="center">Specifies the input CXI file.</td>
148</tr>
149<tr>
150<td align="center">-o</td>
151<td align="center">Specifies the output CIA file.</td>
152</tr>
153</tbody>
154</table>
155</div>
156<h2>Variables Defined within OMakefiles</h2>
157<p>
158Refer to <A href="../SDKRules/BuildRules.html#makeciavariable">Build Rules (<CODE>CTR_APPTYPE</CODE>)</A> for more information about variables defined within the <CODE>OMakefile</CODE>.
159</p>
160</tbody>
161</table>
162</div>
163<h2>Revision History</h2>
164    <dl class="history">
165      <dt>2010/07/14</dt>
166<dd>Initial version.<br />
167      </dd>
168    </dl>
169<hr><p>CONFIDENTIAL</p></body>
170</html>
171