OpenCores
URL https://opencores.org/ocsvn/aoocs/aoocs/trunk

Subversion Repositories aoocs

[/] [aoocs/] [trunk/] [doc/] [doxygen/] [html/] [page_spec_operation.html] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 alfik
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5
<title>aoOCS: Operation</title>
6
<link href="tabs.css" rel="stylesheet" type="text/css"/>
7
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
8
</head>
9
<body>
10
<!-- Generated by Doxygen 1.7.2 -->
11
<div class="navigation" id="top">
12
  <div class="tabs">
13
    <ul class="tablist">
14
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
15
      <li><a href="annotated.html"><span>Design&#160;Unit&#160;List</span></a></li>
16
      <li><a href="files.html"><span>Files</span></a></li>
17
    </ul>
18
  </div>
19
  <div class="navpath">
20
    <ul>
21
      <li><a class="el" href="index.html">index</a>      </li>
22
    </ul>
23
  </div>
24
</div>
25
<div class="header">
26
  <div class="headertitle">
27
<h1>Operation </h1>  </div>
28
</div>
29
<div class="contents">
30
<h3>SD card</h3>
31
<p>The <a class="el" href="classaoOCS.html" title="aoOCS top-level module for the Terasic DE2-70 board. ">aoOCS</a> SoC requires a SD card containing a list of available ROMs and floppy images together with images themselves. The <a class="el" href="classaoOCS.html" title="aoOCS top-level module for the Terasic DE2-70 board. ">aoOCS</a> does not support any filesystem on the card. A binary image file must be prepared and written on the card starting at sector 0. The aoOCS_tool is used to prepare the image in the following way:</p>
32
<ul>
33
<li>a title screen PNG image must be available. A default image is available at <code></code>./sw/aoOCS_tool/title.png</li>
34
<li>a directory with ROM files must be created</li>
35
<li>a directory with floppy images (ADF files) must be created</li>
36
<li>the following <code>make</code> command must be run at the base directory of the project: <div class="fragment"><pre class="fragment">
37
  make sd_disk AO_INTRO_IMAGE=&lt;path to title screen PNG image&gt; AO_ROMS=&lt;path to ROMs directory&gt; AO_FLOPPIES=&lt;path to floppy images directory&gt;
38
  </pre></div></li>
39
<li>The SD disk image is generated and saved to <code></code>./tmp/sd_disk.img. That image must be written directly on a SD disk bypassing and most probably destroying the filesystem on the disk. The easiest way to write the image is to run the <code>dd</code> command as a super-user on a Linux system: <div class="fragment"><pre class="fragment">
40
  dd if=&lt;path to image file&gt; of=&lt;path to SD device&gt;
41
  </pre></div></li>
42
</ul>
43
<h3>aoOCS_tool</h3>
44
<p>The aoOCS_tool is used to:</p>
45
<ul>
46
<li>Create the contents of the SD card. A image containing: a title screen, ROMs and floppy disk ADF files is created. This image has to be written to the SD card starting from sector 0.</li>
47
<li>Extract vga frames from the <a class="el" href="classdrv__eth__vga__capture.html" title="DM9000A 10/100 Mbit Ethernet driver for a VGA frame grabber. ">drv_eth_vga_capture</a> module as PNG images.</li>
48
<li>Generate <code>./rtl/control_osd.mif</code> memory initialization file with On-Screen-Display text strings.</li>
49
<li>Extract the specification contents from Doxygen HTML output, to generate the specification ODT file.</li>
50
</ul>
51
<p>The source code for the tool is located at: <code>./sw/aoOCS_tool/</code>.</p>
52
<h3>On-Screen-Display description</h3>
53
<ul>
54
<li>After powerup or reset, the SoC tries to initialize the SD card and read the title screen, list of ROM files and list of floppy files. If all goes well, the following screen is displayed: <div align="center">
55
<img src="vga_title.png" alt="vga_title.png"/>
56
<p><strong>aoOCS title screen with ROM selection menu</strong></p></div>
57
</li>
58
<li>The On-Screen-Display is controlled by the keyboard arrow Up and Down keys. To select an item use the right Control key: <div align="center">
59
<img src="vga_menu_sel_wb.png" alt="vga_menu_sel_wb.png"/>
60
<p><strong>aoOCS floppy selection menu with Amiga Workbench 1.2 floppy highlighted</strong></p></div>
61
</li>
62
<li>After selecting the ROM file, the menu disappears and the Amiga boots from the ROM: <div align="center">
63
<img src="vga_kick12.png" alt="vga_kick12.png"/>
64
<p><strong>Amiga Kickstart v1.2 bootstrap screen</strong></p></div>
65
</li>
66
<li>To select a floppy disk to insert into the internal disk drive, the On-Screen-Display is used. To display the menu press the Home key. The Home key is also used to hide the menu. The menu when no floppy is inserted looks like this: <div align="center">
67
<img src="vga_menu_no_floppy.png" alt="vga_menu_no_floppy.png"/>
68
<p><strong>aoOCS floppy selection menu</strong></p></div>
69
</li>
70
<li>The following options are available:<ul>
71
<li><code>Joystick (kbd arrows)</code>: enable or disable the joystick on Amiga port 1. The joystick is controlled by the keyboard arrow keys and the right Control key. When enabled, the arrow keys are unavailable to the Amiga keyboard - the key strokes are redirected to the joystick.</li>
72
<li><code>Floppy write enabled</code>: enable or disable floppy writes. The floppy changes are made directly on the SD disk.</li>
73
<li><code>Reset</code>: reset the <a class="el" href="classaoOCS.html" title="aoOCS top-level module for the Terasic DE2-70 board. ">aoOCS</a> SoC</li>
74
<li>Below is a list of available floppy disks to insert. After selecting a floppy the display changes to the following: <div align="center">
75
<img src="vga_menu_floppy_inserted.png" alt="vga_menu_floppy_inserted.png"/>
76
<p><strong>aoOCS menu after floppy selection</strong></p></div>
77
</li>
78
</ul>
79
</li>
80
<li>In this menu it is possible to eject the floppy disk. After ejecting the floppy the previous menu is dispayed.</li>
81
</ul>
82
<h3>Software compatability list</h3>
83
<p>The state of software can be: </p>
84
<table  border="0">
85
<tr>
86
<td><em>PERFECT</em> </td><td>no visible and no audible distortions </td></tr>
87
<tr>
88
<td><em>GOOD</em> </td><td>some minor distortions </td></tr>
89
<tr>
90
<td><em>FAIR</em> </td><td>software starts but has major distortions </td></tr>
91
<tr>
92
<td><em>FAILED</em> </td><td>software does not start </td></tr>
93
</table>
94
<ul>
95
<li>Amiga Workbench version 1.2 <div align="center"><table  width="100%">
96
<tr>
97
<td width="300"><table class="doxtable">
98
<tr>
99
<td><b><a class="el" href="classaoOCS.html" title="aoOCS top-level module for the Terasic DE2-70 board. ">aoOCS</a> version:</b> </td><td>1.0  </td></tr>
100
<tr>
101
<td><b>State:</b> </td><td><em>GOOD</em>  </td></tr>
102
<tr>
103
<td><b>Description:</b> </td><td>Some minor graphic problems: bottom of screen not displayed correctly. Most probably problem with Copper and vertical beam position. </td></tr>
104
</table>
105
</td><td><div align="center">
106
<img src="vga_wb12.png" alt="vga_wb12.png"/>
107
<p><strong>Amiga Workbench v1.2 screen</strong></p></div>
108
 </td></tr>
109
</table>
110
</div></li>
111
</ul>
112
<ul>
113
<li>Prince of Persia <div align="center"><table  width="100%">
114
<tr>
115
<td width="300"><table class="doxtable">
116
<tr>
117
<td><b><a class="el" href="classaoOCS.html" title="aoOCS top-level module for the Terasic DE2-70 board. ">aoOCS</a> version:</b> </td><td>1.0  </td></tr>
118
<tr>
119
<td><b>State:</b> </td><td><em>PERFECT</em>  </td></tr>
120
<tr>
121
<td><b>Description:</b> </td><td>No problems. </td></tr>
122
</table>
123
</td><td><div align="center">
124
<img src="vga_prince_of_persia.png" alt="vga_prince_of_persia.png"/>
125
<p><strong>Prince of Persia</strong></p></div>
126
 </td></tr>
127
</table>
128
</div></li>
129
</ul>
130
<ul>
131
<li>Wings of Fury <div align="center"><table  width="100%">
132
<tr>
133
<td width="300"><table class="doxtable">
134
<tr>
135
<td><b><a class="el" href="classaoOCS.html" title="aoOCS top-level module for the Terasic DE2-70 board. ">aoOCS</a> version:</b> </td><td>1.0  </td></tr>
136
<tr>
137
<td><b>State:</b> </td><td><em>GOOD</em>  </td></tr>
138
<tr>
139
<td><b>Description:</b> </td><td>Some sound gliches in introduction. The game itself works perfect. </td></tr>
140
</table>
141
</td><td><div align="center">
142
<img src="vga_wings_of_fury.png" alt="vga_wings_of_fury.png"/>
143
<p><strong>Wing of Fury</strong></p></div>
144
 </td></tr>
145
</table>
146
</div></li>
147
</ul>
148
<ul>
149
<li>Lotus 2 <div align="center"><table  width="100%">
150
<tr>
151
<td width="300"><table class="doxtable">
152
<tr>
153
<td><b><a class="el" href="classaoOCS.html" title="aoOCS top-level module for the Terasic DE2-70 board. ">aoOCS</a> version:</b> </td><td>1.0  </td></tr>
154
<tr>
155
<td><b>State:</b> </td><td><em>GOOD</em>  </td></tr>
156
<tr>
157
<td><b>Description:</b> </td><td>Some minor sound problems in introduction - most probably some bug in the low-pass filter or channel modulation. The VGA frame was captured in the middle of screen update so there are some distortions. In real-time in looks OK. </td></tr>
158
</table>
159
</td><td><div align="center">
160
<img src="vga_lotus2.png" alt="vga_lotus2.png"/>
161
<p><strong>Lotus 2</strong></p></div>
162
 </td></tr>
163
</table>
164
</div></li>
165
</ul>
166
<ul>
167
<li>Warzone <div align="center"><table  width="100%">
168
<tr>
169
<td width="300"><table class="doxtable">
170
<tr>
171
<td><b><a class="el" href="classaoOCS.html" title="aoOCS top-level module for the Terasic DE2-70 board. ">aoOCS</a> version:</b> </td><td>1.0  </td></tr>
172
<tr>
173
<td><b>State:</b> </td><td><em>FAIR</em>  </td></tr>
174
<tr>
175
<td><b>Description:</b> </td><td>Major graphic problems - as seen on captured VGA frame. </td></tr>
176
</table>
177
</td><td><div align="center">
178
<img src="vga_warzone.png" alt="vga_warzone.png"/>
179
<p><strong>Warzone</strong></p></div>
180
 </td></tr>
181
</table>
182
</div> </li>
183
</ul>
184
</div>
185
<hr class="footer"/><address class="footer"><small>Generated on Mon Dec 20 2010 21:20:19 for aoOCS by&#160;
186
<a href="http://www.doxygen.org/index.html">
187
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address>
188
</body>
189
</html>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.