Stayton Board

File Downloads

Directions on how to use theses files can be found on the pages linked above

Kernel
NameDescriptionBinariesSource
Stayton Kernel The new working prebuilt kernel. Not the one that ships on the board.
Contains wireless network extentions.
zImage.stayton  
linux-2.4.19 Linux 2.4.19 Kernel Source   linux-2.4.19.tar.gz
rmk2 patch First patch necessary for Stayton   patch-2.4.19-rmk2
pxa2 patch Second patch necessary for Stayton   diff-2.4.19-rmk2-pxa2
stayton patch Third patch necessary for building a kernel for Stayton.   diff-2.4.19-rmk2-pxa2-stayton
 
File System Image
NameDescriptionBinariesSource
Preloaded Image The root file system that comes on the boards. root.01.02.01.jffs2 root.01.02.01.tgz
Modified Image A filesystem with my modifications, as described in Initial Setup root.stayton.jffs2 root.stayton.tgz
mkfs.jffs2 Tool to make a jffs2 image of a file system. mkfs.jffs2  
 
Compiling Programs
NameDescriptionBinariesSource
arm-linux-gcc 3.2 Cross compiler for the stayton cross-3.2.tar.bz2  
arm-linux-gcc 2.95.3 a slightly older Cross compiler for the stayton.
I had some programs where this worked when 3.2 would work.
cross-2.95.3.tar.bz2  
 
Modules
NameDescriptionBinariesSource
usbserial.o kernel module for USB to Serial.
goes in /lib/modules/<kernel-version>/kernel/drivers/usb/serial/
usbserial.o  
pl2303.o kernel module for the IOGear GUC232A.
goes in /lib/modules/<kernel-version>/kernel/drivers/usb/serial/
pl2303.o  
 
Java
NameDescriptionBinariesSource
J2ME An embedded Java VM, with foundation classes j2me.stayton.tar.gz  
RXTX Serial Port native libraries for Linux (modified around a Stayton bug) rxtx.stayton.tar.gz rxtx-2.1-6.bb2.tar.gz
 
Networking
NameDescriptionBinariesSource
ahd A small webserver, can handle CGI and some modules. ahd.stayton.tar.gz ahd-0.0.8.tar.gz