CERF 1.2 KB

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