clarification of initial flash process
This commit is contained in:
parent
445c4b4a0e
commit
aed713a1ff
@ -11,11 +11,10 @@ cd os/
|
|||||||
./flash.sh ttyUSB0
|
./flash.sh ttyUSB0
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
Reboot the ESP, with a serial terminal,
|
Connect to the ESP via a terminal emulator like screen using a baud rate of 115200. Then format the filesystem and reboot the ESP with the following commands:
|
||||||
format the filesystem with the following command and reboot it:
|
|
||||||
<pre>
|
<pre>
|
||||||
file.format()
|
file.format()
|
||||||
node.reboot()
|
node.restart()
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
Then disconnect the serial terminal and copy the required files to the microcontroller:
|
Then disconnect the serial terminal and copy the required files to the microcontroller:
|
||||||
|
Loading…
Reference in New Issue
Block a user