-->
Page 1 of 2

IoT SDK FreeRTOS

PostPosted: Wed Dec 10, 2014 9:11 pm
by bkrajendra
I've just came across this FreeRTOS port for ESP8266

A beta version of ESP8266 SDK with RTOS is just released on github !!!
link: https://github.com/espressif/esp_iot_rtos_sdk
wiki: https://github.com/espressif/esp_iot_rtos_sdk/wiki

In order to compile sdk_with_rtos_beta, please upzip the attachment in VM by command:
sudo tar jxvf xtensa.tar.bz2 -C /opt/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.2/include/

password: espressif

Note

Update compiler on BBS

APIs of "esp_iot_rtos_sdk" are same as "esp_iot_sdk"

Libs which are not open source in “esp_iot_rtos_sdk_lib” .
Please copy them to "\esp_iot_rtos_sdk\lib", then compile .

Compile

using command: ./gen_misc.sh

Download

eagle.app.v6.flash.bin, downloads to flash 0x00000

eagle.app.v6.irom0text.bin, downloads to flash 0x40000

blank.bin, downloads to flash 0x7E000

Re: IoT SDK FreeRTOS

PostPosted: Thu Dec 11, 2014 3:58 am
by alonewolfx2
. /gen_misc.sh not working for me in official espressif VM.

bkrajendra wrote:I've just came across this FreeRTOS port for ESP8266

A beta version of ESP8266 SDK with RTOS is just released on github !!!
link: https://github.com/espressif/esp_iot_rtos_sdk
wiki: https://github.com/espressif/esp_iot_rtos_sdk/wiki

In order to compile sdk_with_rtos_beta, please upzip the attachment in VM by command:
sudo tar jxvf xtensa.tar.bz2 -C /opt/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.2/include/

password: espressif

Note

Update compiler on BBS

APIs of "esp_iot_rtos_sdk" are same as "esp_iot_sdk"

Libs which are not open source in “esp_iot_rtos_sdk_lib” .
Please copy them to "\esp_iot_rtos_sdk\lib", then compile .

Compile

using command: ./gen_misc.sh

Download

eagle.app.v6.flash.bin, downloads to flash 0x00000

eagle.app.v6.irom0text.bin, downloads to flash 0x40000

blank.bin, downloads to flash 0x7E000

Re: IoT SDK FreeRTOS

PostPosted: Fri Dec 12, 2014 12:45 am
by bkrajendra
what error you r getting.
Follow the steps given at wiki.
it worked fine with my lubuntu VM wthout any update or chnge

just make sure you run make or ./gen_misc.sh inside app folder

make sure you copy libs (https://github.com/espressif/esp_iot_rtos_sdk_lib) to \esp_iot_rtos_sdk\lib folder

Re: IoT SDK FreeRTOS

PostPosted: Fri Dec 12, 2014 3:03 am
by alonewolfx2
I can compile with makefile. But I am getting "command not found" error when using ./gen_misc.sh.