~qbalazs/installation-guide/lp1030336

« back to all changes in this revision

Viewing changes to fi/hardware/supported/arm.xml

  • Committer: joeyh
  • Date: 2005-10-07 19:51:38 UTC
  • Revision ID: vcs-imports@canonical.com-20051007195138-c3d57b2617a79a4f
move manual to top-level directory, split out of debian-installer package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 25809 untranslated -->
 
3
 
 
4
 
 
5
  <sect2 arch="arm"><title>CPU, Main Boards, and Video Support</title>
 
6
 
 
7
<para>
 
8
 
 
9
Each distinct ARM architecture requires its own kernel. Because of
 
10
this the standard Debian distribution only supports installation on
 
11
a number of the most common systems. The Debian userland however may be used by <emphasis>any</emphasis> ARM CPU including xscale.
 
12
 
 
13
</para>
 
14
 
 
15
<para>
 
16
 
 
17
Most ARM CPUs may be run in either endian mode (big or little). However,
 
18
almost every current system implementation uses little-endian mode.
 
19
Debian currently only supports little-endian ARM systems.
 
20
 
 
21
</para>
 
22
 
 
23
<para>
 
24
 
 
25
The commonly supported systems are
 
26
 
 
27
<variablelist>
 
28
<varlistentry>
 
29
<term>Netwinder</term>
 
30
<listitem><para>
 
31
 
 
32
This is actually the name for the group of machines
 
33
based upon the StrongARM 110 CPU and Intel 21285 Northbridge. It
 
34
comprises of machines like: Netwinder (possibly one of the most common ARM
 
35
boxes), CATS (also known as the EB110ATX), EBSA 285 and Compaq
 
36
personal server (cps, aka skiff).
 
37
 
 
38
</para></listitem>
 
39
</varlistentry>
 
40
 
 
41
<varlistentry>
 
42
<term>Bast</term>
 
43
<listitem><para>
 
44
 
 
45
This is a modern ARM 920 board with a 266MHz Samsung
 
46
processor. It has integrated IDE, USB, Serial, Parallel, audio, video,
 
47
flash and two ethernet ports. This system has a good bootloader which
 
48
is also found on the CATS and Riscstation systems.
 
49
 
 
50
</para></listitem>
 
51
</varlistentry>
 
52
 
 
53
<varlistentry>
 
54
<term>RiscPC</term>
 
55
<listitem><para>
 
56
 
 
57
This machine is the oldest supported hardware: it was released
 
58
in 1994. It has RISC OS in ROM, Linux can be booted from that OS using
 
59
linloader. The RiscPC has a modular CPU card and typically has a 30MHz
 
60
610, 40MHz 710 or 233MHz Strongarm 110 CPU fitted. The mainboard has
 
61
integrated IDE, SVGA video, parallel port, single serial port, PS/2
 
62
keyboard and proprietary mouse port. The proprietary module expansion
 
63
bus allows for up to eight expansion cards to be fitted depending on
 
64
configuration, several of these modules have Linux drivers.
 
65
 
 
66
</para></listitem>
 
67
</varlistentry>
 
68
 
 
69
<varlistentry>
 
70
<term>Riscstation</term>
 
71
<listitem><para>
 
72
 
 
73
This is an inexpensive 56MHz 7500FE based machine with
 
74
integrated video, IDE, PS/2 keyboard and mouse and two serial
 
75
ports. Its lack of processing power was made up for by its price. It
 
76
may be found in two configurations one with RISC OS and one with a
 
77
simple bootloader.
 
78
 
 
79
</para></listitem>
 
80
</varlistentry>
 
81
 
 
82
<varlistentry>
 
83
<term>LART</term>
 
84
<listitem><para>
 
85
 
 
86
This is a modular open hardware platform intended to be built
 
87
by enthusiasts. To be useful to install Debian it requires its KSB
 
88
expansion board.
 
89
 
 
90
</para></listitem>
 
91
</varlistentry>
 
92
</variablelist>
 
93
 
 
94
</para>
 
95
  </sect2>