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