source: chapter06/colo.xml@ a0e1913

Last change on this file since a0e1913 was a0e1913, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Removed the package name from the dependencies titles.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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