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