Skip to content

Commit 3d0e3a3

Browse files
SpotlightKiddpgeorge
authored andcommitted
esp8266: Mention git submodule in build instructions for esp8266 port.
1 parent 932f07c commit 3d0e3a3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

esp8266/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,16 @@ found at <https://github.com/pfalcon/esp-open-sdk>. Clone this repository and
3232
run `make` in its directory to build and install the SDK locally. Make sure
3333
to add toolchain bin directory to your PATH.
3434

35+
Add the external dependencies to the MicroPython repository checkout:
36+
```bash
37+
$ git submodule update --init
38+
```
39+
See the README in the repository root for more information about external
40+
dependencies.
41+
3542
Then, to build MicroPython for the ESP8266, just run:
3643
```bash
44+
$ cd esp8266
3745
$ make
3846
```
3947
This should produce binary images in the `build/` subdirectory. To flash them

0 commit comments

Comments
 (0)