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: content/hardware/03.nano/boards/nano-esp32/tutorials/spiff/spiff.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ tags: [ESP32, SPIFFS, IDE]
9
9
10
10
The SPIFFS (Serial Peripheral Interface Flash File System) is a file system designed to be used with NOR flash memory devices and microcontrollers that support the Serial Peripheral Interface (SPI) protocol such as the ESP32 found on the [Nano ESP32](https://store.arduino.cc/products/nano-esp32?queryID=undefined).
11
11
12
-
***Before proceeding with the SPIFFS file system setup on Nano ESP, please be aware that the mounting instructions mentioned in a comment on the code from the packaged built-in example are tailored for specific older IDE versions such as IDE 1.8. These instructions might not be relevant to IDE 2.0, as it does not support the utilization of custom tools, unnecessary in this case.***
12
+
***Before proceeding with the SPIFFS file system setup on Nano ESP, please be aware that the mounting instructions mentioned in a comment on the code from the packaged built-in example are tailored for specific older IDE versions such as IDE 1.8. These instructions might not be relevant to IDE 2.0, as it does not support the utilization of custom tools, which are unnecessary in this case.***
13
13
14
14
## Set Up SPIFFS File System
15
15
@@ -31,7 +31,7 @@ Prepare your following these steps:
31
31
32
32
-**Plug it in** and the RGB LED will turn on with a green or blue color.
33
33
34
-
- While the **GND** and **B1** pins are shorted, press the white **RST** button on the top of the board to reset the board to **firmware download mode**.
34
+
- While the **GND** and **B1** pins are shorted, press the white **RST** button on the top of the board to reset the board.
35
35
36
36
-**Remove** the jumper cable. The RGB LED should stay on, in a purple or yellow color.
37
37
@@ -55,13 +55,13 @@ Select the **Esptool as Programmer** by going to:
55
55
56
56
We have now successfully changed the partition scheme and the final step is to upload a sketch using programmer and reset the board.
57
57
58
-
Upload the sketch **Using Programmer** by going to:
58
+
Upload the sketch via **Using Programmer** by going to:
59
59
60
60
- Sketch > Upload Using Programmer
61
61
62
62

63
63
64
-
After the successfull upload press the white **RST** button on the top of the board. You should see two ports in the drop-down menu, one showing a USB symbol and another one showing a cube.
64
+
After the successful upload press the white **RST** button on the top of the board. You should see two ports in the drop-down menu, one showing a USB symbol and another one showing a cube.
0 commit comments