Page 1 of 1

SUPLA IoT SDK v2.0

Posted: Wed Mar 22, 2017 6:51 pm
by pzygmunt
Virtual machines with the environment to compile firmware for the latest sources have been made available at:
x64
https://www.supla.org/download/SUPLA-IOT-SDK.ova

x86
https://www.supla.org/download/SUPLA-IOT-SDK_x86.ova

All you need to do, is to enter the ESP8266-Firmware file located on the screen and start the BUILD. Then with the ./build.sh you can compile selected firmware.

./build.sh – to see the list of available firmware
./build.sh nazwa – to compile the firmware

Example:

./build.sh sonoff_ds18b20

To update the sources, you have to start the terminal and complete the task:

cd /home/supla/Devel/supla-core
git pull