source: final-system/mips/colo.xml @ 65d82b0

Last change on this file since 65d82b0 was 65d82b0, checked in by Jim Gifford <clfs@…>, 18 years ago

r663@server (orig r661): manuel | 2005-11-08 14:00:33 -0800
Removing SBUs and DUs. Chapter final-system, round 1.

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-system-colo" role="wrap">
11  <?dbhtml filename="colo.html"?>
12
13  <title>Colo-&colo-version;</title>
14
15  <indexterm zone="ch-system-colo">
16    <primary sortas="a-Colo">Colo</primary>
17  </indexterm>
18
19  <sect2 role="package">
20    <title/>
21
22    <para>The Colo package contains the Cobalt Boot Loader.</para>
23
24    <segmentedlist>
25      <segtitle>&dependencies;</segtitle>
26
27      <seglistitem>
28        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc,
29        Grep, Make, Ncurses, Sed</seg>
30      </seglistitem>
31    </segmentedlist>
32
33  </sect2>
34
35  <sect2 role="installation">
36    <title>Installation of Colo</title>
37
38    <para os="a">Compile the Colo package:</para>
39
40<screen><userinput>make</userinput></screen>
41
42    <para os="b">Install the package:</para>
43
44<screen os="c"><userinput>install -d  /usr/lib/colo/examples
45install binaries/colo-chain.elf /usr/lib/colo
46install binaries/colo-rom-image.bin /usr/lib/colo
47install tools/colo-perm/colo-perm /sbin
48install tools/colo-perm/colo-perm.8 /usr/man/man8
49install tools/elf2rfx/elf2rfx /sbin
50install tools/flash-tool/flash-tool /sbin
51install tools/flash-tool/flash-tool.8 /usr/man/man8
52install tools/lcdtools/e2fsck-lcd/e2fsck-lcd /sbin
53install tools/lcdtools/e2fsck-lcd/e2fsck-lcd.8 /usr/man/man8
54install tools/lcdtools/liblcd/liblcd.a /lib
55install tools/lcdtools/paneld/paneld /sbin
56install tools/lcdtools/paneld/paneld.8 /usr/man/man8
57install tools/lcdtools/putlcd/putlcd /sbin
58install tools/lcdtools/putlcd/putlcd.8 /usr/man/man8
59install examples/menu.colo /usr/lib/colo/examples
60install examples/simple.colo /usr/lib/colo/examples
61cp binaries/colo-chain.elf /boot/vmlinux
62gzip -9 /boot/vmlinux</userinput></screen>
63
64  </sect2>
65
66  <sect2 id="contents-colo" role="content">
67    <title>Contents of Colo</title>
68
69    <segmentedlist>
70      <segtitle>Installed programs</segtitle>
71
72      <seglistitem>
73        <seg>colo-chain.elf, colo-rom-image.bin, colo-perm, elf2rfx,
74        flash-tool, e2fsck-lcd, paneld and putlcd</seg>
75      </seglistitem>
76    </segmentedlist>
77
78    <variablelist>
79      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
80      <?dbfo list-presentation="list"?>
81      <?dbhtml list-presentation="table"?>
82
83      <varlistentry id="colo-chain.elf">
84        <term><command>colo</command></term>
85        <listitem>
86          <para>Is the Cobalt Bootloader's chain mode executeable. This
87          file gets gzipped and renamed to <filename>vmlinux.gz</filename>,
88          so it can be booted automatically by the Cobalt's existing
89          firmware</para>
90          <indexterm zone="ch-system-colo colo-chain.elf">
91            <primary sortas="b-colo-chain.elf">colo-chain.elf</primary>
92          </indexterm>
93        </listitem>
94      </varlistentry>
95
96      <varlistentry id="colo-rom-image.bin">
97        <term><command>colo-rom-image.bin</command></term>
98        <listitem>
99          <para>Is a replacement firmware for the Cobalt's standard
100          firmware</para>
101          <indexterm zone="ch-system-colo colo-rom-image.bin">
102            <primary sortas="b-colo-rom-image.bin">colo-rom-image.bin</primary>
103          </indexterm>
104        </listitem>
105      </varlistentry>
106
107      <varlistentry id="colo-perm">
108        <term><command>colo-perm</command></term>
109        <listitem>
110          <para>Is a tool which looks in the ROM of a Cobalt machine for a
111          magic string identifying CoLo. This way, it can be determined if
112          the original Cobalt firmware is used or whether CoLo has been
113          flashed to the ROM</para>
114          <indexterm zone="ch-system-colo colo-perm">
115            <primary sortas="b-colo-perm">colo-perm</primary>
116          </indexterm>
117        </listitem>
118      </varlistentry>
119
120      <varlistentry id="elf2rfx">
121        <term><command>elf2rfx</command></term>
122        <listitem>
123          <para>UNKNOWN</para>
124          <indexterm zone="ch-system-colo elf2rfx">
125            <primary sortas="b-elf2rfx">elf2rfx</primary>
126          </indexterm>
127        </listitem>
128      </varlistentry>
129
130      <varlistentry id="flash-tool">
131        <term><command>flash-tool</command></term>
132        <listitem>
133          <para>Read or write Cobalt's firmware flash memory</para>
134          <indexterm zone="ch-system-colo flash-tool">
135            <primary sortas="b-flash-tool">flash-tool</primary>
136          </indexterm>
137        </listitem>
138      </varlistentry>
139
140      <varlistentry id="e2fsck-lcd">
141        <term><command>e2fsck-lcd</command></term>
142        <listitem>
143          <para>Will output file system check progress information on the
144          Cobalt LCD</para>
145          <indexterm zone="ch-system-colo e2fsck-lcd">
146            <primary sortas="b-e2fsck-lcd">e2fsck-lcd</primary>
147          </indexterm>
148        </listitem>
149      </varlistentry>
150
151      <varlistentry id="paneld">
152        <term><command>paneld</command></term>
153        <listitem>
154          <para>Is an admin tool for the LCD panel of Cobalt machines. By
155          default, it will display the current time and optionally a message.
156          When you hold the enter or select button for a couple of seconds
157          you will get an admin menu. The menu will allow you to either halt
158          or reboot your Cobalt machine</para>
159          <indexterm zone="ch-system-colo paneld">
160            <primary sortas="b-paneld">paneld</primary>
161          </indexterm>
162        </listitem>
163      </varlistentry>
164
165      <varlistentry id="putlcd">
166        <term><command>putlcd</command></term>
167        <listitem>
168          <para>Is a tool to display text on the LCD display of Cobalt
169          machines</para>
170          <indexterm zone="ch-system-colo putlcd">
171            <primary sortas="b-putlcd">putlcd</primary>
172          </indexterm>
173        </listitem>
174      </varlistentry>
175
176      <varlistentry id="md5rom">
177        <term><command>md5rom</command></term>
178        <listitem>
179          <para>Will output the MD5 checksum of a Cobalt's ROM</para>
180          <indexterm zone="ch-system-colo md5rom">
181            <primary sortas="b-md5rom">md5rom</primary>
182          </indexterm>
183        </listitem>
184      </varlistentry>
185
186    </variablelist>
187
188  </sect2>
189
190</sect1>
Note: See TracBrowser for help on using the repository browser.