Open FlynnMa opened 7 years ago
esp-open-sdk != Espressif SDK.
esp-open-rtos includes libraries and some files from Espressif SDK 0.9.9. esp-open-sdk is a collection of tools and libraries for bootstrapping a build environment for esp8266. Espressif SDK in esp-open-rtos provides hardware-specific code mostly related to WiFi.
What this means to you: if you're using esp-open-sdk with esp-open-rtos, only esptool.py and the toolchain that was built are used
Oh, looks complex, I am confused:
Thanks very much for your quick response
where are they included in esp-open-sdk
As far as I know, they aren't included in esp-open-sdk.
If possible to use a later version
You can try but things will very likely break.
Hi @resetnow, Sorry for the late response, I was out for bussiness.
But my confusion is not answered, can you explain clearly?
Use espressif official release lubuntu compiled esp-open-sdk has been unsuccessful, I hope to use esp-open-rtos, a good environment or a very detailed environment to build the document , do not understand linux, windows use.
Hi,
Do I need to build esp-open-rtos with modified version of "VENDER_SDK" from "esp-open-sdk/Makefile"? Since the latest version set it as 2.0.0.
I read from this wiki page "https://github.com/SuperHouse/esp-open-rtos/wiki/ESP-SDK-Differences", it says that
But in the README.md, it didn't mention this:
@Angus71