You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firmware/wifi/flash/README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -49,31 +49,31 @@ The default comm port is `/dev/ttyUSB0`, you can use a different com port by add
49
49
50
50
Flash to ESP8285, 1MB, 512+512 map, in dout mode:
51
51
```
52
-
.\flash.sh -t 1MB -m DOUT
52
+
./flash.sh -t 1MB -m DOUT
53
53
```
54
54
Flash to ESP8266, 1MB, 512+512 map, in qio mode:
55
55
```
56
-
.\flash.sh -t 1MB
56
+
./flash.sh -t 1MB
57
57
```
58
58
Flash to ESP8266, 2MB, 512+512 map, in qio mode:
59
59
```
60
-
.\flash.sh -t 2MB
60
+
./flash.sh -t 2MB
61
61
```
62
62
Flash to ESP8266, 4MB, 512+512 map, in qio mode:
63
63
```
64
-
.\flash.sh -t 4MB
64
+
./flash.sh -t 4MB
65
65
```
66
66
Flash to ESP8266, 2MB, 1024+1024 map, in qio mode:
67
67
```
68
-
.\flash.sh -t 2MB-c1
68
+
./flash.sh -t 2MB-c1
69
69
```
70
70
Flash to ESP8266, 4MB, 1024+1024 map, in qio mode:
71
71
```
72
-
.\flash.sh -t 4MB-c1
72
+
./flash.sh -t 4MB-c1
73
73
```
74
74
Flash to ESP8266, 512KB, single firmware, no OTA:
75
75
```
76
-
.\flash.sh -t 512KB
76
+
./flash.sh -t 512KB
77
77
```
78
78
79
79
---
@@ -86,11 +86,11 @@ Flash to ESP8266, 512KB, single firmware, no OTA:
86
86
1. Connect some _USBtoSerial_ adapter to the board, connetc adapter's Tx to the Rx pin on the image, adapter's Rx to the Tx pin on the image
87
87
1. Connect the **ESP8285 boot** pin (the M1 module's corner pin near the WiFi antenna) to the ground before powering the the board, after power on, the pin can be released
88
88
1. Power on the board (connect USB cable to the board's USB-C connector)
89
-
1. Execute `.\flash.sh -eo -t 1MB -m DOUT` to erase the existing firmware
89
+
1. Execute `./flash.sh -eo -t 1MB -m DOUT` to erase the existing firmware
90
90
1. Power off the board (disconnect USB cable from the board's USB-C connector)
91
91
1. Connect the **ESP8285 boot** pin to the ground before powering the the board, after power on, the pin can be released
92
92
1. Power on the board (connect USB cable to the board's USB-C connector)
93
-
1. Execute `.\flash.sh -t 1MB -m DOUT` to flash the new firmware
93
+
1. Execute `./flash.sh -t 1MB -m DOUT` to flash the new firmware
94
94
1. Power off the board
95
95
96
96
After booting to MicroPython, test the WiFi functionality:
0 commit comments