~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to eu/hardware/supported/mipsel.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 11648 untranslated -->
 
3
 
 
4
 
 
5
  <sect2 arch="mipsel"><title>CPU, Main Boards, and Video Support</title>
 
6
<para>
 
7
 
 
8
Complete information regarding supported mips/mipsel machines can be
 
9
found at <ulink url="&url-mips-howto;">Linux MIPS HOWTO</ulink>. The
 
10
purpose of this section is to describe the systems supported by the
 
11
boot disks.
 
12
 
 
13
</para>
 
14
 
 
15
   <sect3><title>CPU/Machine types</title>
 
16
 
 
17
<para>
 
18
 
 
19
Currently only DECstations with R3000 and R4000/R4400 CPUs are 
 
20
supported by the Debian installation system on little endian MIPS.
 
21
The Debian installation system works on the following machines:
 
22
 
 
23
</para><para>
 
24
 
 
25
<informaltable>
 
26
<tgroup cols="4">
 
27
<thead>
 
28
<row>
 
29
  <entry>System Type</entry><entry>CPU</entry><entry>Code-name</entry>
 
30
  <entry>Debian subarchitecture</entry>
 
31
</row>
 
32
</thead>
 
33
 
 
34
<tbody>
 
35
<row>
 
36
  <entry>DECstation 5000/1xx</entry>
 
37
  <entry>R3000</entry>
 
38
  <entry>3MIN</entry>
 
39
  <entry>r3k-kn02</entry>
 
40
</row><row>
 
41
  <entry>DECstation 5000/150</entry>
 
42
  <entry>R4000</entry>
 
43
  <entry>3MIN</entry>
 
44
  <entry>r4k-kn04</entry>
 
45
</row><row>
 
46
  <entry>DECstation 5000/240</entry>
 
47
  <entry>R3000</entry>
 
48
  <entry>3MAX+</entry>
 
49
  <entry>r3k-kn02</entry>
 
50
</row><row>
 
51
  <entry>DECstation 5000/260</entry>
 
52
  <entry>R4400</entry>
 
53
  <entry>3MAX+</entry>
 
54
  <entry>r4k-kn04</entry>
 
55
</row><row>
 
56
  <entry>Personal DECstation 5000/xx</entry>
 
57
  <entry>R3000</entry>
 
58
  <entry>Maxine</entry>
 
59
  <entry>r3k-kn02</entry>
 
60
</row><row>
 
61
  <entry>Personal DECstation 5000/50</entry>
 
62
  <entry>R4000</entry>
 
63
  <entry>Maxine</entry>
 
64
  <entry>r4k-kn04</entry>
 
65
</row>
 
66
</tbody></tgroup></informaltable>
 
67
 
 
68
</para><para>
 
69
 
 
70
Linux/MIPS also works on the DECstation 5000/200, but this is not
 
71
supported by the Debian installation system currently.
 
72
 
 
73
</para>
 
74
   </sect3>
 
75
 
 
76
   <sect3><title>Supported console options</title>
 
77
<para>
 
78
 
 
79
Serial console is available on all supported DECstations (9600 bps,
 
80
8N1). For using serial console, you have to boot the installer image
 
81
with the "console=ttySx" kernel parameter (with "x" being the number
 
82
of the serial port you have your terminal connected to - usually "2",
 
83
but "0" for the Personal DECstations).  On 3MIN and 3MAX+ (DECstation
 
84
5000/1xx, 5000/240 and 5000/260) local console is available with the
 
85
PMAG-BA and the PMAGB-B graphics options.
 
86
 
 
87
</para><para>
 
88
 
 
89
If you would like to have support for other subarchitectures, please
 
90
contact the 
 
91
<ulink url="&url-list-subscribe;">debian-mips mailing list</ulink>.
 
92
 
 
93
</para><para>
 
94
 
 
95
If you have a Linux system to use as serial terminal, an easy way
 
96
is to run cu (part of the <classname>uucp</classname> package) on it.
 
97
Example:
 
98
 
 
99
<informalexample><screen>
 
100
 
 
101
cu -l /dev/ttyS1 -s 9600
 
102
 
 
103
</screen></informalexample>
 
104
 
 
105
</para><para>
 
106
 
 
107
where the option "-l" (line) sets the serial port to use and "-s" (speed)
 
108
sets the speed for the connection (9600 bits per second).
 
109
 
 
110
</para>
 
111
   </sect3>
 
112
  </sect2>
 
113
 
 
114
 
 
115