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

<h2>LART Linux</h2>

<p>
Running Linux on the LART is quite easy because all the necessary patches
are already integrated in the main SA1100 Linux patch. Get a standard Linux
kernel and the appropriate patches, compile the kernel, download it to the
LART, and you're set.

<p>
Links to the required sources:

<ul>
<li><a href="ftp://ftp.kernel.org/pub/linux/kernel/">Linux kernel source</a>
<li><a href="ftp://ftp.arm.linux.org.uk/pub/armlinux/source/kernel-patches/">Russel King's ArmLinux patches</a>
<li><a href="ftp://ftp.arm.linux.org.uk/pub/linux/arm/people/nico/">Nicolas Pitre's StrongARM Linux patches</a>
	(also available <a href="ftp://ftp.netwinder.org/users/n/nico/">over here</a>)
</ul>

<p>
Get yourself a fitting combination of sources, like:

<ul>
<li><tt>linux-2.4.6.tar.gz</tt>
<li><tt>patch-2.4.6-rmk2.gz</tt>
<li><tt>diff-2.4.6-rmk2-np1.gz</tt>
</ul>




<h2>LART specific patches</h2>

<p>
Here are some LART specific patches that are not yet integrated into
Nicolas Pitre's tree:

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



<h2>Precompiled kernels</h2>

<p>
Here are some precompiled kernels for LARTs:

<?php	dlist("zImage*"); ?>
<?php	dlist("config*"); ?>




<h2>Tools and utilities</h2>

<p>
Small tools that might or might not be handy for ARM platforms:

<?php	dlist("[dC][ea]*"); ?>




<h2>Special stuff</h2>

<p>
Some special stuff for the very brave people:

<?php	dlist("lart.c"); ?>


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