source: clfs-embedded/BOOK/introduction/wrt/supporteddevices.xml @ 3ca2208

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

Several fixes for PDF look.

  • Property mode set to 100644
File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-intro-supported-devices-wrt">
9  <title>Supported Devices for WRT</title>
10  <?dbhtml filename="supported-devices.html"?>
11
12  <para>In order to build CLFS for your device, we need to know what processor it has, amd more inportantly if it is a big or small edin, and what MIPS ISA level it is. The MIPS ISA level is needed so that we can build uClibc properly. </para>
13
14  <para> The following is a list of devices that have been tested and reported as tested and working with this book. Apart from this list, there is no garentee that your device, apart from this list will work. If U secussfully get a device to work, please contact the CLFS Dev team, and we will add it to the list. For the most recent and up to date list, please view the SVN version of this book. </para>
15
16  <table os="g">
17    <title>Supported Devices</title>
18    <?dbfo table-width="7.5in" ?>
19
20    <tgroup cols="6">
21
22      <colspec colnum="1" colwidth="1.1in" colname="Manufacturer"/>
23      <colspec colnum="2" colwidth="1.1in" colname="Device"/>
24      <colspec colnum="3" colwidth="1in"   colname="Supported - Working"/>
25      <colspec colnum="4" colwidth="2.2in" colname="Processor"/>
26      <colspec colnum="5" colwidth="1.1in" colname="Big or Small Endian"/>
27      <colspec colnum="6" colwidth="1in"   colname="Mips Level"/>
28
29      <thead>
30        <row>
31          <entry>Manufacturer</entry>
32          <entry>Device</entry>
33          <entry>Supported - Working</entry>
34          <entry>Processor</entry>
35          <entry>Big or Small Endian</entry>
36          <entry>Mips Level</entry>
37        </row>
38      </thead>
39
40      <tbody>
41        <row>
42          <entry>Linksys</entry>
43          <entry>WRT54G Vs. 1</entry>
44          <entry>Testing</entry>
45          <entry>Broadcom 4712 @ 200MHz, 2MB Flash, 8MB RAM</entry>
46          <entry>Small</entry>
47          <entry>1 or 2, testing</entry>
48        </row>
49      </tbody>
50
51    </tgroup>
52
53  </table>
54
55</sect1>
Note: See TracBrowser for help on using the repository browser.