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: README_Building.md
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,28 @@ To program the nRF52 Development Kit with Espruino:
55
55
56
56
-- Note that limited functionality is implemented on the nRF52. Feel free to help! Currently working on NFC touch to pair so you can tap the device with your smartphone to connect without opening the app and then scanning. Also thinking of ways to edit scripts (typing long programs on smartphone is tedious).
57
57
58
+
### for esp8266
59
+
60
+
In order to compile for the esp8266 on Linux several pre-requisites have to be installed:
61
+
- the esp-open-sdk from https://github.com/pfalcon/esp-open-sdk, use make STANDALONE=n
62
+
- the Espressif SDK (version 1.4.0 as of this writing) from http://bbs.espressif.com/viewforum.php?f=46
63
+
- Esptool-ck from https://github.com/tommie/esptool-ck
64
+
65
+
Note: esptool-ck should be eliminated and replaced with esptool (.py), this will happen naturally
66
+
when an OTA update is developed.
67
+
68
+
To run make you need to pass a number of environment variables to make, the easiest is to place
69
+
the following lines into a script, adapt it to your needs and then run it.
0 commit comments