Changeset 2f6e84a for final-system/mips
- Timestamp:
- Feb 21, 2006, 1:15:29 AM (19 years ago)
- Children:
- 8fe7175
- Parents:
- 34683fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/mips/colo.xml
r34683fd r2f6e84a 46 46 47 47 <screen os="d"><userinput>install -d /usr/lib/colo/examples 48 install binaries/colo-chain.elf /usr/lib/colo 49 install binaries/colo-rom-image.bin /usr/lib/colo 50 install tools/colo-perm/colo-perm /sbin 51 install tools/colo-perm/colo-perm.8 /usr/man/man8 52 install tools/elf2rfx/elf2rfx /sbin 53 install tools/flash-tool/flash-tool /sbin 54 install tools/flash-tool/flash-tool.8 /usr/man/man8 48 install chain/colo-chain.elf /usr/lib/colo 55 49 install tools/lcdtools/e2fsck-lcd/e2fsck-lcd /sbin 56 50 install tools/lcdtools/e2fsck-lcd/e2fsck-lcd.8 /usr/man/man8 57 install tools/lcdtools/liblcd/liblcd.a /lib58 51 install tools/lcdtools/paneld/paneld /sbin 59 52 install tools/lcdtools/paneld/paneld.8 /usr/man/man8 … … 62 55 install examples/menu.colo /usr/lib/colo/examples 63 56 install examples/simple.colo /usr/lib/colo/examples 64 cp binaries/colo-chain.elf /boot/vmlinux57 cp chain/colo-chain.elf /boot/vmlinux 65 58 gzip -9 /boot/vmlinux</userinput></screen> 66 59 … … 74 67 75 68 <seglistitem> 76 <seg>colo-chain.elf, colo-rom-image.bin, colo-perm, elf2rfx, 77 flash-tool, e2fsck-lcd, paneld and putlcd</seg> 69 <seg>colo-chain.elf, e2fsck-lcd, paneld and putlcd</seg> 78 70 </seglistitem> 79 71 </segmentedlist> … … 93 85 <indexterm zone="ch-system-colo colo-chain.elf"> 94 86 <primary sortas="b-colo-chain.elf">colo-chain.elf</primary> 95 </indexterm>96 </listitem>97 </varlistentry>98 99 <varlistentry id="colo-rom-image.bin">100 <term><command>colo-rom-image.bin</command></term>101 <listitem>102 <para>Is a replacement firmware for the Cobalt's standard103 firmware</para>104 <indexterm zone="ch-system-colo colo-rom-image.bin">105 <primary sortas="b-colo-rom-image.bin">colo-rom-image.bin</primary>106 </indexterm>107 </listitem>108 </varlistentry>109 110 <varlistentry id="colo-perm">111 <term><command>colo-perm</command></term>112 <listitem>113 <para>Is a tool which looks in the ROM of a Cobalt machine for a114 magic string identifying CoLo. This way, it can be determined if115 the original Cobalt firmware is used or whether CoLo has been116 flashed to the ROM</para>117 <indexterm zone="ch-system-colo colo-perm">118 <primary sortas="b-colo-perm">colo-perm</primary>119 </indexterm>120 </listitem>121 </varlistentry>122 123 <varlistentry id="elf2rfx">124 <term><command>elf2rfx</command></term>125 <listitem>126 <para>UNKNOWN</para>127 <indexterm zone="ch-system-colo elf2rfx">128 <primary sortas="b-elf2rfx">elf2rfx</primary>129 </indexterm>130 </listitem>131 </varlistentry>132 133 <varlistentry id="flash-tool">134 <term><command>flash-tool</command></term>135 <listitem>136 <para>Read or write Cobalt's firmware flash memory</para>137 <indexterm zone="ch-system-colo flash-tool">138 <primary sortas="b-flash-tool">flash-tool</primary>139 87 </indexterm> 140 88 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.