cerf

来自「鼎力推荐!本程序是基于嵌入式LUNUX系统开发的源程序代码」· 代码 · 共 30 行

TXT
30
字号
*** The StrongARM version of the CerfBoard/Cube has been discontinued ***The Intrinsyc CerfBoard is a StrongARM 1110-based computer on a boardthat measures approximately 2" square. It includes an Ethernetcontroller, an RS232-compatible serial port, a USB function port, andone CompactFlash+ slot on the back. Pictures can be found at theIntrinsyc website, http://www.intrinsyc.com.This document describes the support in the Linux kernel for theIntrinsyc CerfBoard.Supported in this version:   - CompactFlash+ slot (select PCMCIA in General Setup and any options     that may be required)   - Onboard Crystal CS8900 Ethernet controller (Cerf CS8900A support in     Network Devices)   - Serial ports with a serial console (hardcoded to 38400 8N1)In order to get this kernel onto your Cerf, you need a server that runsboth BOOTP and TFTP. Detailed instructions should have come with yourevaluation kit on how to use the bootloader. This series of commandswill suffice:   make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig   make ARCH=arm CROSS_COMPILE=arm-linux- zImage   make ARCH=arm CROSS_COMPILE=arm-linux- modules   cp arch/arm/boot/zImage <TFTP directory>support@intrinsyc.com

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?