Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Esp8266 - Makefile needs firmware updated from 1.4 to 1.5 #912

Closed
wilberforce opened this issue Sep 6, 2016 · 4 comments
Closed

Esp8266 - Makefile needs firmware updated from 1.4 to 1.5 #912

wilberforce opened this issue Sep 6, 2016 · 4 comments
Labels
ESP8266 This is only a problem on ESP8266 devices

Comments

@wilberforce
Copy link
Member

wilberforce commented Sep 6, 2016

github.com/espruino/Espruino/blo­b/master/Makefile#L1927

BOOTLOADER = "$(ESP8266_SDK_ROOT)/bin/boot_v1.4(b1).b­in"
to
BOOTLOADER = "$(ESP8266_SDK_ROOT)/bin/boot_v1.5.bin"

@gfwilliams gfwilliams added the ESP8266 This is only a problem on ESP8266 devices label Sep 12, 2016
@wilberforce
Copy link
Member Author

@tve

Please can you add the 1.5 bootloader referenced here:
https://github.com/espruino/Espruino/blob/master/.travis.yml#L20

esp_iot_sdk_v1.5.0 (1).tgx

esp_iot_sdk_v1.5.0 (1)/esp_iot_sdk_v1.5.0/bin/

The Makefile also needs a tweak:
github.com/espruino/Espruino/blo­b/master/Makefile#L1927

BOOTLOADER = "$(ESP8266_SDK_ROOT)/bin/boot_v1.4(b1).b­in"
to
BOOTLOADER = "$(ESP8266_SDK_ROOT)/bin/boot_v1.5.bin"

@gfwilliams
Copy link
Member

And also the ESP8266 readme

@wilberforce
Copy link
Member Author

wilberforce commented Sep 16, 2016

@tve
I saw that the http://s3.voneicken.com/esp_iot_sdk_v1.5.4.tgx has the boot_v1.5.bin

Are we ready to go to SDK 1.5.4?

PR #924

@wilberforce
Copy link
Member Author

The has been superseded by a sdk 2.0 build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ESP8266 This is only a problem on ESP8266 devices
Projects
None yet
Development

No branches or pull requests

2 participants