Hi @hreintke, looks like you are using Windows machine, so here are a few steps to try beta version:
- If you still don’t have PlatformIO 3.0 install it.
- Install beta version of espressif development platform from Github:
pio platform install git+https://github.com/platformio/platform-espressif.git#feature/framework-sming
-
Unzip these prebuilt (Windows) packages to your PlatformIO home directory:
https://dl.dropboxusercontent.com/u/10025728/framework-sming.zip
https://dl.dropboxusercontent.com/u/10025728/tool-esptool2.zip
https://dl.dropboxusercontent.com/u/10025728/tool-esptoolpy.zip -
Run example:
pio run -d C:\Users\YOUR_USER_NAME\.platformio\platforms\espressif\examples\sming-basic-wifi\
If you want to try another board with more than 512K memory, please edit main.py:161 line according to your memory size.
PS:
Can we use esptool-ck
instead of esptool2
and esptool.py
for splitting and uploading firmware?
Is there a dependency on the toolchain version?
Which version of the SDK is preferable?