clarification of initial flash process

This commit is contained in:
Felix Rublack 2019-07-26 21:33:48 +02:00 committed by GitHub
parent 445c4b4a0e
commit aed713a1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,10 @@ cd os/
./flash.sh ttyUSB0
</pre>
Reboot the ESP, with a serial terminal,
format the filesystem with the following command and reboot it:
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:
<pre>
file.format()
node.reboot()
node.restart()
</pre>
Then disconnect the serial terminal and copy the required files to the microcontroller: