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

Last change on this file since 6988013 was 6988013, checked in by David Broadfoot <david@…>, 17 years ago

Added Supported Devices page to WRT book in the introduction. With the page this tinme.

  • Property mode set to 100644
File size: 1.9 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          <tgroup cols="6" align="center">
19                  <colspec colname="Manufacture"/>
20                  <colspec colname="Device"/>
21                  <colspec colname="Supported/Working"/>
22                  <colspec colname="Processor"/>
23                  <colspec colname="Big or Small Edin"/>
24                  <colspec colname="Mips Level"/>
25                  <thead>
26                          <row>
27                                  <entry>Manufacture</entry>
28                                  <entry>Device</entry>
29                                  <entry>Supported/Working</entry>
30                                  <entry>Processor </entry>
31                                  <entry>Big or Small Edin </entry>
32                                  <entry>Mips Level </entry>
33                          </row>
34                  </thead>
35                  <tbody>
36                          <row>
37                                  <entry>Linksys</entry>
38                                  <entry>WRT54G Vs. 1</entry>
39                                  <entry>Testing</entry>
40                                  <entry>Broadcom 4712 @ 200MHz, 2MB Flash, 8MB RAM</entry>
41                                  <entry>Small</entry>
42                                  <entry>1 or 2, testing</entry>
43                          </row>
44                         
45                  </tbody>
46          </tgroup>
47  </table>
48</sect1>
Note: See TracBrowser for help on using the repository browser.