Closed SinanAkkoyun closed 3 years ago
Hello, btw I was following your whole project instructions, but could not get it to work. I use linux wsl, but nontheless, compiling the sdk with crosstool ng and stuff worked out flawlessly...
Download ESP8266_NONOS_SDK_V1.5.4_16_05_20.zip
wget -O SDK_V1.5.4_16_05_20.zip https://bbs.espressif.com/download/file.php?id=1469&sid=3e67f0c75557051412485c5d4e578de7
unpack zip
unzip ESP8266_NONOS_SDK_V1.5.4_16_05_20.zip -d ~/esp8266/SDK_v1.5.4/ESP8266_NONOS_SDK
Make a symbolic link
ln -s ~/esp8266/SDK_v1.5.4/ESP8266_NONOS_SDK ~/esp8266/esp-open-sdk/sdk
if you would like to change the SDK reference, unlink first
unlink ~/esp8266/esp-open-sdk/sdk
You're all set
make ESP_ROOT=~/esp8266/esp-open-sdk/ all
Download ESP8266_NONOS_SDK_V1.5.4_16_05_20.zip
wget -O SDK_V1.5.4_16_05_20.zip https://bbs.espressif.com/download/file.php?id=1469&sid=3e67f0c75557051412485c5d4e578de7
unpack zip
unzip ESP8266_NONOS_SDK_V1.5.4_16_05_20.zip -d ~/esp8266/SDK_v1.5.4/ESP8266_NONOS_SDK
Make a symbolic link
ln -s ~/esp8266/SDK_v1.5.4/ESP8266_NONOS_SDK ~/esp8266/esp-open-sdk/sdk
if you would like to change the SDK reference, unlink firstunlink ~/esp8266/esp-open-sdk/sdk
You're all set
make ESP_ROOT=~/esp8266/esp-open-sdk/ all
Thank you I will try after my exams!!! ❤️❤️❤️
Hi! I finally soled it all!!!!! It just took reinstalling and doing some manual symbolic links, thanks guys!
Hi, I can not make your project...
Please help