| 
            Last change
 on this file since 9f0beb0 was             bd48e48, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago           | 
        
        
          | 
             
Updated CLFS-Embedded book sources to use DocBook-XML DTD 4.5. 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            1.0 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-systemprep-wrt-addpattern" role="wrap">
 | 
|---|
| 9 |   <?dbhtml filename="addpattern.html"?>
 | 
|---|
| 10 | 
 | 
|---|
| 11 |   <title>Addpattern-&addpattern-version;</title>
 | 
|---|
| 12 | 
 | 
|---|
| 13 |   <indexterm zone="ch-systemprep-wrt-addpattern">
 | 
|---|
| 14 |     <primary sortas="a-Addpattern">Addpattern</primary>
 | 
|---|
| 15 |   </indexterm>
 | 
|---|
| 16 | 
 | 
|---|
| 17 |   <sect2 role="package">
 | 
|---|
| 18 |     <title/>
 | 
|---|
| 19 | 
 | 
|---|
| 20 |     <para>Addpattern is needed to create a BIN file from the trx file that can be flashed on the wireless router.</para>
 | 
|---|
| 21 | 
 | 
|---|
| 22 |   </sect2>
 | 
|---|
| 23 | 
 | 
|---|
| 24 |   <sect2 role="installation">
 | 
|---|
| 25 |     <title>Installation of Addpattern</title>
 | 
|---|
| 26 | 
 | 
|---|
| 27 |     <para os="a">Compile Addpattern:</para>
 | 
|---|
| 28 | 
 | 
|---|
| 29 | <screen os="b"><userinput>gcc addpattern.c -o addpattern</userinput></screen>
 | 
|---|
| 30 | 
 | 
|---|
| 31 |     <para os="c">Install the package:</para>
 | 
|---|
| 32 | 
 | 
|---|
| 33 | <screen os="d"><userinput>cp addpattern ${CLFS}/cross-tools/bin</userinput></screen>
 | 
|---|
| 34 | 
 | 
|---|
| 35 |   </sect2>
 | 
|---|
| 36 | 
 | 
|---|
| 37 | </sect1>
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.