aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arm/SA1100/CERF
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
commit1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch)
tree0bba044c4ce775e45a88a51686b5d9f90697ea9d /Documentation/arm/SA1100/CERF
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
Diffstat (limited to 'Documentation/arm/SA1100/CERF')
-rw-r--r--Documentation/arm/SA1100/CERF29
1 files changed, 29 insertions, 0 deletions
diff --git a/Documentation/arm/SA1100/CERF b/Documentation/arm/SA1100/CERF
new file mode 100644
index 000000000000..b3d845301ef1
--- /dev/null
+++ b/Documentation/arm/SA1100/CERF
@@ -0,0 +1,29 @@
1*** The StrongARM version of the CerfBoard/Cube has been discontinued ***
2
3The Intrinsyc CerfBoard is a StrongARM 1110-based computer on a board
4that measures approximately 2" square. It includes an Ethernet
5controller, an RS232-compatible serial port, a USB function port, and
6one CompactFlash+ slot on the back. Pictures can be found at the
7Intrinsyc website, http://www.intrinsyc.com.
8
9This document describes the support in the Linux kernel for the
10Intrinsyc CerfBoard.
11
12Supported 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
19In order to get this kernel onto your Cerf, you need a server that runs
20both BOOTP and TFTP. Detailed instructions should have come with your
21evaluation kit on how to use the bootloader. This series of commands
22will 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
29support@intrinsyc.com