CERF
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. The Intrinsyc CerfBoard is a StrongARM 1110-based computer on a board that measures 
  2. approximately 2" square. It includes an Ethernet controller, an RS232-compatible serial port, a
  3. USB function port, and one CompactFlash+ slot on the back. Pictures can be found at the
  4. Intrinsyc website, http://www.intrinsyc.com.
  5. This document describes the support in the Linux kernel for the Intrinsyc CerfBoard as of
  6. version 2.4.0-test4-np1.
  7. Supported in this version:
  8.    - CompactFlash+ slot (select PCMCIA in General Setup and any options that may be required)
  9.    - Onboard Crystal CS8900 Ethernet controller (Cerf CS8900A support in Network Devices)
  10.    - Serial ports with a serial console (hardcoded to 38400 8N1)
  11. Not supported in this version (yet):
  12.    - LCD driver/touchscreen interface
  13.    - UDC (a driver exists right now, but is unstable and slow and only works with the Linux USB)
  14. In order to get this kernel onto your Cerf, you need a server that runs both BOOTP and
  15. TFTP. Detailed instructions should have come with your evaluation kit on how to use the
  16. bootloader. This series of commands will suffice:
  17.    make cerf_config
  18.    make xconfig
  19.    make dep
  20.    make zImage
  21.    cp arch/arm/boot/zImage <TFTP directory>
  22. The default config uses a 4MB RAM disk located at 0xc0500000 as root. Setting the board to
  23. mount root from a NFS partition works, too.
  24. I-Gene Leong, Intrinsyc Software Inc.
  25. ileong@intrinsyc.com