]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-demos/matrix-apps.git/blob - utility_flash/flash.html
matrix utility apps: initial version
[keystone-demos/matrix-apps.git] / utility_flash / flash.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!-- 
3 /*
4  * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 
5  * 
6  * 
7  *  Redistribution and use in source and binary forms, with or without 
8  *  modification, are permitted provided that the following conditions 
9  *  are met:
10  *
11  *    Redistributions of source code must retain the above copyright 
12  *    notice, this list of conditions and the following disclaimer.
13  *
14  *    Redistributions in binary form must reproduce the above copyright
15  *    notice, this list of conditions and the following disclaimer in the 
16  *    documentation and/or other materials provided with the   
17  *    distribution.
18  *
19  *    Neither the name of Texas Instruments Incorporated nor the names of
20  *    its contributors may be used to endorse or promote products derived
21  *    from this software without specific prior written permission.
22  *
23  *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
24  *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
25  *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26  *  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 
27  *  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
28  *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
29  *  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30  *  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31  *  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
32  *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
33  *  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 -->
35 <html xmlns="http://www.w3.org/1999/xhtml">
36 <head>
37 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
38 <title>Keystone II Utility Applications</title>
39 </head>
40 <body>
41 <div id="wrapper">
42         <div id="logo">
43                 <h1>Flash Utility</h1>
44         </div>
45         <div id="header">
46                 <div id="menu">
47                 </div>
48         </div>
49 </div>
51 <div id="page">
52         <div id="content">
53                 <hr>
54                 <table cellpadding="6">
55                         <tr><td valign="center">
56                         <image src="apps/images/utilities-c66x.png">
57                         </td><td width="100%" align="justify">
58                         <h2>Program NAND Flash on the Platform</h2>
59                         <br>
60                         <p class="Description"><b>Description:</b> This page allows the user to read/write kernel & filesystem to the NAND flash.</p>
61                         </td></tr>
62                 </table>
64                 <hr>
65         <br>
66         
67                 <div id="flashwrite" style="width: 90%; margin-left: 25px; padding: 2px; border: 1px gray solid;">
68                         <form action="apps/utility_flash/cgi-bin/flashwrite.cgi" enctype="multipart/form-data" method="post">
69                         <table border="0" cellpadding="5" id="flashwritetable" width="100%">
70                                 <caption> <b> Nand Flash Write </b> </caption>
71                                 <tr>
72                                         <td width="20%" align="left"> Partition </td>
73                                         <td align="left" width="60%">
74                                         <input type="radio" value="params" name="mtd_partition"> Parameters 
75                                         <input type="radio" value="ubifs" checked name="mtd_partition"> FileSystem (e.g. UBI)</td> 
76                                 </tr>
77                                 <tr>
78                                         <td width="20%" align="left"> Image File</td>
79                                         <td align="left" width="60%">
80                                         <input type="file"  name="datafile" size="40px" value=""></td>
81                                 </tr>
82                                 <tr>
83                                         <td width="20%" align="left" colspan="2">
84                                         <input type="submit" value="Write"></td>
85                                 </tr>
86                         </table>
87                         </form>
88                 </div>
89                 <br>
90                 <div id="flashread" style="width: 90%; margin-left: 25px; padding: 2px; border: 1px gray solid;">
91                         <form action="apps/utility_flash/cgi-bin/flashread.cgi" enctype="multipart/form-data" method="post">
92                         <table border="0" cellpadding="5" id="flashreadtable" width="100%">
93                                 <caption> <b> Nand Flash Read </b> </caption>
94                                 <tr>
95                                         <td width="20%" align="left"> Partition </td>
96                                         <td align="left" width="60%">
97                                         <input type="radio" value="params" name="mtd_partition"> Parameters 
98                                         <input type="radio" value="ubifs" checked name="mtd_partition"> FileSystem (e.g. UBI)</td> 
99                                 </tr>
100                                 <tr>
101                                         <td width="20%" align="left" colspan="2">
102                                         <input type="submit" value="Read"></td>
103                                 </tr>
104                         </table>
105                         </form>
106                 </div>
108                 <br>
109                 <br>
110         </div>
112         <div style="clear: both;">&nbsp;</div>
113 </div>
115 <div id="footer">
116         <p id="legal">( c ) 2013 Texas Instruments Incorporated&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
117 </div>
119 </body>
120 </html>