source: chapter06/colo.xml@ 00af9f7

Last change on this file since 00af9f7 was fa0686e, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Merged stuff from RAQ2 in chapter06 - last round.

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

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/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>Colo installation depends on</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
72<varlistentry id="colo-chain.elf">
73<term><command>colo</command></term>
74<listitem>
75<para>Is the Cobalt Bootloader's chain mode executeable. This file gets gzipped and renamed to vmlinux.gz, so it
76can be booted automatically by the Cobalt's existing firmware</para>
77<indexterm zone="ch-system-colo colo-chain.elf"><primary sortas="b-colo-chain.elf">colo-chain.elf</primary></indexterm>
78</listitem>
79</varlistentry>
80
81<varlistentry id="colo-rom-image.bin">
82<term><command>colo-rom-image.bin</command></term>
83<listitem>
84<para>Is a replacement firmware for the Cobalt's standard firmware</para>
85<indexterm zone="ch-system-colo colo-rom-image.bin"><primary sortas="b-colo-rom-image.bin">colo-rom-image.bin</primary></indexterm>
86</listitem>
87</varlistentry>
88
89<varlistentry id="colo-perm">
90<term><command>colo-perm</command></term>
91<listitem>
92<para>Is a tool which looks in the ROM of a Cobalt machine for a magic string identifying CoLo. This
93way, it can be determined if the original Cobalt firmware is used or whether CoLo has been flashed to
94the ROM</para>
95<indexterm zone="ch-system-colo colo-perm"><primary sortas="b-colo-perm">colo-perm</primary></indexterm>
96</listitem>
97</varlistentry>
98
99<varlistentry id="elf2rfx">
100<term><command>elf2rfx</command></term>
101<listitem>
102<para>UNKNOWN</para>
103<indexterm zone="ch-system-colo elf2rfx"><primary sortas="b-elf2rfx">elf2rfx</primary></indexterm>
104</listitem>
105</varlistentry>
106
107<varlistentry id="flash-tool">
108<term><command>flash-tool</command></term>
109<listitem>
110<para>Read or write Cobalt's firmware flash memory</para>
111<indexterm zone="ch-system-colo flash-tool"><primary sortas="b-flash-tool">flash-tool</primary></indexterm>
112</listitem>
113</varlistentry>
114
115<varlistentry id="e2fsck-lcd">
116<term><command>e2fsck-lcd</command></term>
117<listitem>
118<para>Will output file system check progress information on the Cobalt LCD</para>
119<indexterm zone="ch-system-colo e2fsck-lcd"><primary sortas="b-e2fsck-lcd">e2fsck-lcd</primary></indexterm>
120</listitem>
121</varlistentry>
122
123<varlistentry id="paneld">
124<term><command>paneld</command></term>
125<listitem>
126<para>Is an admin tool for the LCD panel of Cobalt machines. By default, it will display the current
127time and optionally a message. When you hold the enter or select button for a couple of seconds you will
128get an admin menu. The menu will allow you to either halt or reboot your Cobalt machine</para>
129<indexterm zone="ch-system-colo paneld"><primary sortas="b-paneld">paneld</primary></indexterm>
130</listitem>
131</varlistentry>
132
133<varlistentry id="putlcd">
134<term><command>putlcd</command></term>
135<listitem>
136<para>Is a tool to display text on the LCD display of Cobalt machines</para>
137<indexterm zone="ch-system-colo putlcd"><primary sortas="b-putlcd">putlcd</primary></indexterm>
138</listitem>
139</varlistentry>
140
141<varlistentry id="md5rom">
142<term><command>md5rom</command></term>
143<listitem>
144<para>Will output the MD5 checksum of a Cobalt's ROM</para>
145<indexterm zone="ch-system-colo md5rom"><primary sortas="b-md5rom">md5rom</primary></indexterm>
146</listitem>
147</varlistentry>
148
149</variablelist>
150
151</sect2>
152
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.