source: chapter06/colo.xml@ a8f02ba

Last change on this file since a8f02ba was a8f02ba, checked in by Jim Gifford <jim@…>, 19 years ago

Updated to Colo 1.19

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4876 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/copy-rom/copy-rom /sbin
43install tools/copy-rom/copy-rom.8 /usr/man/man8
44install tools/elf2rfx/elf2rfx /sbin
45install tools/flash-tool/flash-tool /sbin
46install tools/flash-tool/flash-tool.8 /usr/man/man8
47install tools/lcdtools/e2fsck-lcd/e2fsck-lcd /sbin
48install tools/lcdtools/e2fsck-lcd/e2fsck-lcd.8 /usr/man/man8
49install tools/lcdtools/liblcd/liblcd.a /lib
50install tools/lcdtools/paneld/paneld /sbin
51install tools/lcdtools/paneld/paneld.8 /usr/man/man8
52install tools/lcdtools/putlcd/putlcd /sbin
53install tools/lcdtools/putlcd/putlcd.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="copy-rom">
101<term><command>copy-rom</command></term>
102<listitem>
103<para>Will output the MD5 checksum of a Cobalt's ROM and and optionally save a copy of
104the ROM to a file.</para>
105<indexterm zone="ch-system-colo copy-rom"><primary sortas="b-copy-rom">copy-rom</primary></indexterm>
106</listitem>
107</varlistentry>
108
109<varlistentry id="elf2rfx">
110<term><command>elf2rfx</command></term>
111<listitem>
112<para>UNKNOWN</para>
113<indexterm zone="ch-system-colo elf2rfx"><primary sortas="b-elf2rfx">elf2rfx</primary></indexterm>
114</listitem>
115</varlistentry>
116
117<varlistentry id="flash-tool">
118<term><command>flash-tool</command></term>
119<listitem>
120<para>Read or write Cobalt's firmware flash memory</para>
121<indexterm zone="ch-system-colo flash-tool"><primary sortas="b-flash-tool">flash-tool</primary></indexterm>
122</listitem>
123</varlistentry>
124
125<varlistentry id="e2fsck-lcd">
126<term><command>e2fsck-lcd</command></term>
127<listitem>
128<para>Will output file system check progress information on the Cobalt LCD</para>
129<indexterm zone="ch-system-colo e2fsck-lcd"><primary sortas="b-e2fsck-lcd">e2fsck-lcd</primary></indexterm>
130</listitem>
131</varlistentry>
132
133<varlistentry id="paneld">
134<term><command>paneld</command></term>
135<listitem>
136<para>Is an admin tool for the LCD panel of Cobalt machines. By default, it will display the current
137time and optionally a message. When you hold the enter or select button for a couple of seconds you will
138get an admin menu. The menu will allow you to either halt or reboot your Cobalt machine</para>
139<indexterm zone="ch-system-colo paneld"><primary sortas="b-paneld">paneld</primary></indexterm>
140</listitem>
141</varlistentry>
142
143<varlistentry id="putlcd">
144<term><command>putlcd</command></term>
145<listitem>
146<para>Is a tool to display text on the LCD display of Cobalt machines</para>
147<indexterm zone="ch-system-colo putlcd"><primary sortas="b-putlcd">putlcd</primary></indexterm>
148</listitem>
149</varlistentry>
150
151</variablelist>
152
153</sect2>
154
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.