File: chapter03.html

package info (click to toggle)
tiemu 3.02-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,964 kB
  • sloc: ansic: 32,554; sh: 9,561; cpp: 1,075; makefile: 585; xml: 71; sed: 16
file content (75 lines) | stat: -rw-r--r-- 2,720 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
  <meta name="GENERATOR" content="Mozilla 1.1 under Linux">
  <title>TiEmu User's Manual</title>
  <meta name="author" content="The TiEmu team">
  <meta name="description" content="User's Manual">
</head>
<body style="background-color: rgb(255, 255, 255);">
<div align="center">
<div style="text-align: left;">
<div class="NAVFOOTER">
<hr align="left" width="100%">
<table summary="Footer navigation table" border="0" cellpadding="0"
 cellspacing="0" width="100%">
  <tbody>
    <tr>
      <td align="left" valign="top" width="33%"><a href="chapter02.html"
 accesskey="P">Prev</a></td>
      <td align="center" valign="top" width="34%"><a
 href="Manual_en.html" accesskey="H">Home</a></td>
      <td align="right" valign="top" width="33%"><a
 href="chapter04.html" accesskey="N">Next</a></td>
    </tr>
    <tr>
      <td align="left" valign="top" width="33%">Introduction</td>
      <td align="center" valign="top" width="34%">&nbsp;</td>
      <td align="right" valign="top" width="33%">Overview</td>
    </tr>
  </tbody>
</table>
<hr align="left" width="100%">
</div>
</div>
</div>
<h1>3. First run</h1>
The first run appears in the following cases:<br>
- you run TiEmu for the first time,<br>
- the tiemu.ini file doesn't exist yet.<br>
<br>
At startup, TiEmu will scan the <span style="font-style: italic;">images</span>
folder to search for various file :<br>
- FLASH upgrades or ROM dumps: they will be automatically converted
into an image and <span style="font-style: italic;">deleted</span>,<br>
- TiEmu images: they will be listed.<br>
If images are found, this box let you choose the image you want to run :<br>
<br>
<div style="text-align: center;"><img alt="" src="romversion.png"
 style="width: 328px; height: 274px;"><br>
</div>
<br>
Else, you will get the wizard box :<br>
<div style="text-align: center;"><img alt="" src="wizard.png"
 style="width: 313px; height: 261px;"><br>
</div>
<br>
You have 4 choices:<br>
- use PedroM (GPL'ed replacement OS shipped with TiEmu),<br>
- download a FLASH OS upgrade (AMS) from the <a
 href="http://education.ti.com/">TI web site</a>. You will enter the
filename on the next step,<br>
- you already have a ROM dump and choose it on the next step,<br>
- get informations on how to get a ROM dump because TiEmu does not have
a built-in ROM dumper. For instance, you can use TiLP to get one and
re-run TiEmu later.<br>
<br>
<div style="text-align: center;"><span style="font-weight: bold;">Please
note that redistribution of ROM
dumps is illegal; they are copyrighted by TI.</span><br>
</div>
<hr>
</body>
</html>