<!-- index.php3 -->
<?php
	$head = "LARTware - Mainboard";
	$title = $head;
	$thispage = "plint";
	require("table-top.php3");
	require("sidebar.php3");
	require("table-mid.php3");
?>

<h2>Design summary</h2>

<p>
In 1998, the researchers of the <a href="http://www.mmc.tudelft.nl/">MMC
project</a> found they had a need for a small, powerful computer board that
could be used in experiments with wireless multimedia. The board would have
to be low-power and inexpensive, as the project would need several of them.
As no off-the-shelf solution that offered an acceptable compromise could be
found, a new design was made.


<h2>What's on the mainboard?</h2>

<p>
Here are the LART mainboard specs in short:

<ul>
<li>220 MHz Digital SA-1100 StrongARM CPU
<li>32 Mbyte EDO RAM
<li>4 MB Intel Fast boot block Flash memory
<li>Power usage &lt; 1 W
<li>Performance &gt; 200 MIPS
</ul>

<p>
The board can run standalone, booting an OS from Flash. The 4 MB Flash is
sufficient for a bootloader, a compressed kernel and a compressed ramdisk.
The LART accepts an input voltage between 3.5 and 16 V; the on-board DC-DC
converters have an efficiency between 90 and 95%.


<h2>Connectors</h2>

<p>
Almost all signals from the SA-1100 are available on either or both of our
external connectors. The first connector offers access to the full 32-bit
data bus and all 26 address lines, and is used for high-speed peripherals,
with a data rate in excess of 400 MB/s. This connector is SMD with a 0.8 mm
pitch. The second connector exports almost all GP (general purpose) I/O
pins, and enough of the data/address buses to implement peripherals based on
ISA or PCMCIA. As the this connector is through-hole with a 2 mm pitch, this
is ideal for connecting to simple homebrew PCBs. Robotics, control and other
relatively low-speed devices can be attached to this connector.

<p>
Apart from these signal connectors, the LART holds a serial connector that
can be configured for either one RS232 link with hardware handshake or two
links without handshake. A reset connector is included for obvious reasons;
through the JTAG connector is it possible to program the on-board Flash. The
connector roundup is finished with a voltage/current measurement point and a
power connector.


<h2>Schematics</h2>

<p>
Lots of people asked for them, so here they are:
<?php	dlist("Lart-*"); ?>


<h2>Hardware distribution</h2>

<p>
Build your own LART using the hardware distribution! 

<?php dlist("LARTdist*"); ?>


<h2>Status</h2>

<p>
The mainboard has proven to be stable.


<h2>Pictures</h2>

<p>
Pictures of the mainboard are available in <a href="/gallery/#lart">l'Art
gallery</a>.


<?php	require("table-btm.php3"); ?>
