Back to home page

OSCL-LXR

 
 

    


0001 ==============
0002 CerfBoard/Cube
0003 ==============
0004 
0005 *** The StrongARM version of the CerfBoard/Cube has been discontinued ***
0006 
0007 The Intrinsyc CerfBoard is a StrongARM 1110-based computer on a board
0008 that measures approximately 2" square. It includes an Ethernet
0009 controller, an RS232-compatible serial port, a USB function port, and
0010 one CompactFlash+ slot on the back. Pictures can be found at the
0011 Intrinsyc website, http://www.intrinsyc.com.
0012 
0013 This document describes the support in the Linux kernel for the
0014 Intrinsyc CerfBoard.
0015 
0016 Supported in this version
0017 =========================
0018 
0019    - CompactFlash+ slot (select PCMCIA in General Setup and any options
0020      that may be required)
0021    - Onboard Crystal CS8900 Ethernet controller (Cerf CS8900A support in
0022      Network Devices)
0023    - Serial ports with a serial console (hardcoded to 38400 8N1)
0024 
0025 In order to get this kernel onto your Cerf, you need a server that runs
0026 both BOOTP and TFTP. Detailed instructions should have come with your
0027 evaluation kit on how to use the bootloader. This series of commands
0028 will suffice::
0029 
0030    make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig
0031    make ARCH=arm CROSS_COMPILE=arm-linux- zImage
0032    make ARCH=arm CROSS_COMPILE=arm-linux- modules
0033    cp arch/arm/boot/zImage <TFTP directory>
0034 
0035 support@intrinsyc.com