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

Last change on this file since e03921e was 6ebe429, checked in by Andrew Bradford <bradfa@…>, 14 years ago

Copy editing of WRT section 1.5

Changed small endian to be little endian and fixed spelling / grammar.

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[6988013]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
[6ebe429]12 <para>In order to build CLFS for your device, we need to know what processor
13 it has, if it is big or little endian, and what MIPS ISA level it is. The
14 MIPS ISA level is needed so that we can build uClibc properly. </para>
[3ca2208]15
[6ebe429]16 <para>The following is a list of devices that have been tested and reported
17 as tested and working with this book. Apart from this list, there is no
18 guarantee that your device, will work. If you are successful in getting a
19 device to work, please contact the CLFS development team, and we will add
20 it to the list. For the most recent and up to date list, please view the
21 GIT version of this book. </para>
[6988013]22
23 <table os="g">
[3ca2208]24 <title>Supported Devices</title>
25 <?dbfo table-width="7.5in" ?>
26
27 <tgroup cols="6">
28
29 <colspec colnum="1" colwidth="1.1in" colname="Manufacturer"/>
30 <colspec colnum="2" colwidth="1.1in" colname="Device"/>
31 <colspec colnum="3" colwidth="1in" colname="Supported - Working"/>
32 <colspec colnum="4" colwidth="2.2in" colname="Processor"/>
[6ebe429]33 <colspec colnum="5" colwidth="1.1in" colname="Endian"/>
[3ca2208]34 <colspec colnum="6" colwidth="1in" colname="Mips Level"/>
35
36 <thead>
37 <row>
38 <entry>Manufacturer</entry>
39 <entry>Device</entry>
40 <entry>Supported - Working</entry>
41 <entry>Processor</entry>
[6ebe429]42 <entry>Endian</entry>
[3ca2208]43 <entry>Mips Level</entry>
44 </row>
45 </thead>
46
47 <tbody>
48 <row>
49 <entry>Linksys</entry>
50 <entry>WRT54G Vs. 1</entry>
51 <entry>Testing</entry>
52 <entry>Broadcom 4712 @ 200MHz, 2MB Flash, 8MB RAM</entry>
[6ebe429]53 <entry>Little</entry>
[3ca2208]54 <entry>1 or 2, testing</entry>
55 </row>
56 </tbody>
57
58 </tgroup>
59
[6988013]60 </table>
[3ca2208]61
[6988013]62</sect1>
Note: See TracBrowser for help on using the repository browser.