36 lines · plain
1==============2CerfBoard/Cube3==============4 5*** The StrongARM version of the CerfBoard/Cube has been discontinued ***6 7The Intrinsyc CerfBoard is a StrongARM 1110-based computer on a board8that measures approximately 2" square. It includes an Ethernet9controller, an RS232-compatible serial port, a USB function port, and10one CompactFlash+ slot on the back. Pictures can be found at the11Intrinsyc website, http://www.intrinsyc.com.12 13This document describes the support in the Linux kernel for the14Intrinsyc CerfBoard.15 16Supported in this version17=========================18 19 - CompactFlash+ slot (select PCMCIA in General Setup and any options20 that may be required)21 - Onboard Crystal CS8900 Ethernet controller (Cerf CS8900A support in22 Network Devices)23 - Serial ports with a serial console (hardcoded to 38400 8N1)24 25In order to get this kernel onto your Cerf, you need a server that runs26both BOOTP and TFTP. Detailed instructions should have come with your27evaluation kit on how to use the bootloader. This series of commands28will suffice::29 30 make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig31 make ARCH=arm CROSS_COMPILE=arm-linux- zImage32 make ARCH=arm CROSS_COMPILE=arm-linux- modules33 cp arch/arm/boot/zImage <TFTP directory>34 35support@intrinsyc.com36