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