No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / evbarm / cp3100 / README
blob6b37f88e8a2a13904eaaefd14b53ab5d41ff4eeb
1 $NetBSD$
3 "The Certance CP3100 product family provides high-end disk-to-disk-to-tape
4 (D2D2T) functionality for small-to-medium businesses."
6 Physically, the CP3100 is designed to fit in a single 5.25" half-height
7 drive bay. Storage is provided by a removable SATA disk integral to the unit.
9 To software, the hardware is very similar to the IQ80321 and IQ31244 eval
10 boards from Intel. As such, we share almost all of their code.
12 Onboard hardware:
14  - IOP321 XScale CPU. Core clock is 600MHz.
15  - 256MB SDRAM (not sure if that's true for all)
16  - Four-port Intel i31244 SATA controller. One port is connected to the
17    internal disk. The remaining three are available on the back-panel.
18  - Dual GigE ports on the back panel, using an Intel i82546EB controller.
19  - Two Symbios Logic 53c1010 SCSI controllers, one in host mode the other
20    in target mode. Both SCSI busses are available on the back panel.
21    Note that NetBSD does not support SCSI target mode.
22  - 8MB of NOR Flash, containing a fairly vanilla Redboot together with
23    a minimal compressed Linux image.
24  - Some front-panel LEDS (not yet supported).
25  - Serial console.
27 Power is provided via a standard 4-pin Molex connector (5v/Gnd/Gnd/12v).
29 The serial console is available on the back-panel "MISC" pins. Looking
30 at the back-panel, with the Molex power connector at the bottom left,
31 the MISC connector pin-out is:
33              M I S C
34         1  3  5  7  9  11
35         .  .  .  .  .  .
36                        
37         .  .  .  .  .  .
38         2  4  6  8  10 12
40 There should be a jumper between pins 11-12. The serial console is
41 available on pins 8, 9, and 10:
43  8  - Gnd
44  9  - Tx
45  10 - Rx
47 No TTL-RS232 level conversion is needed. Serial parameters are 115200 8N1.
50 Getting NetBSD onto the CP3100 is a breeze. Simply break into Redboot by
51 sending ^C before it loads the Linux kernel. Run "fconfig" to set the
52 network parameters to suit your set up (and set "Run script" to "false"
53 while you're in there). Drop "netbsd.bin" onto your TFTP server, and
54 load it onto the CP3100 using "load -r -b 0x200000 netbsd.bin" followed
55 by "go".
57 The IQ80321 version of gzboot works fine with the CP3100, so you can use
58 Redboot to program a gzboot/kernel image into onboard Flash and have it
59 boot NetBSD on power-up.