Skip to content

Commit a6dbbe0

Browse files
committed
version1.0.1 add art update mode
1 parent 395ce2f commit a6dbbe0

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

httpd/vendors/Widora/index.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@
88
<body>
99
<div id="h"><img src="vt.png"></div>
1010
<div id="m">
11-
12-
<h1>Update for Widora</h1>
13-
14-
<p>First step:select the file <br>
15-
Second step:click <strong>"Update"</strong>button<br>
16-
Don't power off the device during update, if everything goes well, the device will restart.</p>
17-
11+
<h1>Update for Widora V1.0.1</h1>
12+
<p>Don't power off the device during update, if everything goes well, the device will restart.</p>
1813
<form method="post" enctype="multipart/form-data"><input type="file" name="firmware"><input type="submit" value="Update firmware"></form>
1914
<p><strong>U-Boot is very important,please be sure to update this device!!!</strong></p>
2015
<form method="post" enctype="multipart/form-data"><input type="file" name="uboot"><input type="submit" value="Update U-Boot"></form>
16+
<p><strong>ART/factory is very inportant!</strong></p>
17+
<form method="post" enctype="multipart/form-data"><input type="file" name="art"><input type="submit" value="Update ART"></form>
18+
<p>Widora is based on MT7688AN and Arduino,You can find more information about this project on <a href="https://github.com/widora/u-boot-mt7688" target="_blank">GitHub</a></p>
2119
</div>
22-
<p>Widora by mango,V1.0.0</p>
23-
<div id="f">Widora is based on MT7688AN and Arduino,You can find more information about this project on <a href="https://github.com/widora/u-boot-mt7688" target="_blank">GitHub</a></div>
2420
</body>
2521
</html>

include/configs/rt2880.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ extern unsigned int CFG_BLOCKSIZE;
9696

9797
#define CONFIG_BAUDRATE 57600
9898

99-
#define CONFIG_SERVERIP 192.168.1.10
100-
#define CONFIG_IPADDR 192.168.1.20
99+
#define CONFIG_SERVERIP 10.0.0.1
100+
#define CONFIG_IPADDR 10.0.0.10
101101
#define CONFIG_ETHADDR "00:AA:BB:CC:DD:10"
102102
/* valid baudrates */
103103
#define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }

lib_mips/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ static int display_banner(void)
537537
{
538538

539539
printf ("\n\n%s\n\n", version_string);
540-
printf ("\n\nWidora by mango,V1.0.0\n\n");
540+
printf ("\n\nWidora by mango,V1.0.1\n\n");
541541
return (0);
542542
}
543543

0 commit comments

Comments
 (0)