-
Notifications
You must be signed in to change notification settings - Fork 26
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 flash #4
Comments
No, you need to flash the The i2c scan code is just for testing and you don't actually need it for running the system. Not sure about the exact SDK Version, I used this link: https://www.esp8266.com/viewtopic.php?t=820 |
Thank you, I used everything as you indicated, but no matter how I tried, when using unofficial sdk 2.0.1, two files 0x10000.bin and 0x00000.bin are created during assembly, but as I looked from the make file, 2 files 0x00000.bin and 0x40000 should be created. bin everything is collected without errors, but the name is different and when trying to write the error is that there is no 0x40000. |
Sorry but I'm afraid I won't be able to help you with this at the moment :( . I don't have the hardware ready and also don't have the build toolchain setup to generate any ESP8266 files on any computer right now. |
Hi, need to flash 2 esp8266 with one "bewegungsfelder/bewegungsfelder_esp8266/esp8266_mpu6050/" firmware and it will be the main one, and the others "bewegungsfelder/bewegungsfelder_esp8266/esp8266_i2c_scan/" am I right? And do you remember the version of esp8266_SDK which was during the build?
The text was updated successfully, but these errors were encountered: