Magellan Linux

Contents of /alx-src/trunk/kernel26-alx/linux/Documentation/arm/SA1100/CERF

Parent Directory Parent Directory | Revision Log Revision Log


Revision 628 - (show annotations) (download)
Wed Mar 4 10:48:58 2009 UTC (15 years, 1 month ago) by niro
File size: 1215 byte(s)
import linux sources based on 2.6.12-alx-r9:
 -using linux-2.6.12.6
 -using 2.6.12-ck6 patch set
 -using fbsplash-0.9.2-r3
 -using vesafb-tng-0.9-rc7
 -using squashfs-2.2
 -added cddvd-cmdfilter-drop.patch as ck dropped it
 -added via-epia-dri (cle266) patch
 -added zd1211-svn-32 wlan driver (http://zd1211.ath.cx/download/)
 -added debian patches to zd1211 for wep256 etc

1 *** The StrongARM version of the CerfBoard/Cube has been discontinued ***
2
3 The Intrinsyc CerfBoard is a StrongARM 1110-based computer on a board
4 that measures approximately 2" square. It includes an Ethernet
5 controller, an RS232-compatible serial port, a USB function port, and
6 one CompactFlash+ slot on the back. Pictures can be found at the
7 Intrinsyc website, http://www.intrinsyc.com.
8
9 This document describes the support in the Linux kernel for the
10 Intrinsyc CerfBoard.
11
12 Supported in this version:
13 - CompactFlash+ slot (select PCMCIA in General Setup and any options
14 that may be required)
15 - Onboard Crystal CS8900 Ethernet controller (Cerf CS8900A support in
16 Network Devices)
17 - Serial ports with a serial console (hardcoded to 38400 8N1)
18
19 In order to get this kernel onto your Cerf, you need a server that runs
20 both BOOTP and TFTP. Detailed instructions should have come with your
21 evaluation kit on how to use the bootloader. This series of commands
22 will suffice:
23
24 make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig
25 make ARCH=arm CROSS_COMPILE=arm-linux- zImage
26 make ARCH=arm CROSS_COMPILE=arm-linux- modules
27 cp arch/arm/boot/zImage <TFTP directory>
28
29 support@intrinsyc.com