New Open ESP SDK for 1.8.5

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
bitninja
Posts: 165
Joined: Thu Sep 15, 2016 4:09 pm
Location: Spring, Texas

New Open ESP SDK for 1.8.5

Post by bitninja » Tue Oct 18, 2016 11:52 pm

I am having a problem using the updated esp-open-sdk that goes with the latest 1.8.5 release.

Starting from scratch, I fail at the 'make' command for the sdk...

Code: Select all

joseph@proteus:~/Development/esp-open-sdk$ make
Makefile:181: warning: overriding commands for target `ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
Makefile:176: warning: ignoring old commands for target `ESP8266_NONOS_SDK_V2.0.0_16_08_10/.dir'
cp esptool/esptool.py /home/joseph/Development/esp-open-sdk/xtensa-lx106-elf/bin/
wget --content-disposition "http://bbs.espressif.com/download/file.php?id=1690"
--2016-10-18 18:39:01--  http://bbs.espressif.com/download/file.php?id=1690
Resolving bbs.espressif.com (bbs.espressif.com)... 119.9.92.91
Connecting to bbs.espressif.com (bbs.espressif.com)|119.9.92.91|:80... connected.
HTTP request sent, awaiting response... 503 Service Unavailable
2016-10-18 18:39:02 ERROR 503: Service Unavailable.

make: *** [ESP8266_NONOS_SDK_V2.0.0_16_08_10.zip] Error 8
Ideas anyone?

bitninja
Posts: 165
Joined: Thu Sep 15, 2016 4:09 pm
Location: Spring, Texas

Re: New Open ESP SDK for 1.8.5

Post by bitninja » Wed Oct 19, 2016 12:32 am

Nevermind.

It appears that the forum hosting the source file is currently down.

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: New Open ESP SDK for 1.8.5

Post by pfalcon » Thu Oct 20, 2016 8:31 pm

It of course recovered soon and the build is green: https://travis-ci.org/micropython/micro ... /169097604
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

Post Reply