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

Build against SDK 1.0.1b2 is broken #82

Closed
nekromant opened this issue Apr 25, 2015 · 4 comments
Closed

Build against SDK 1.0.1b2 is broken #82

nekromant opened this issue Apr 25, 2015 · 4 comments

Comments

@nekromant
Copy link
Owner

Looks like we have a problem with 1.0.1b2 SDK, something's changed and it can't ever connect to a network. Now trying to figure out where the insect came from.

@d-a-v
Copy link
Collaborator

d-a-v commented Apr 30, 2015

I did not try, but I came into this: espressif/esptool#33
Could it be related ?

@nekromant
Copy link
Owner Author

Unlikely. My guess is that something's changed in headers yet again, but I may be wrong.
The firmware is working, I can access commandline and even scan for networks, but whenever I try to connect the console becomes laggy and occasionally ends up in an exception and a reboot. I could never connect to a network on 1.0.1b2, while 1.0.1b1 worked awesomely.

@susisstrolch
Copy link

On 04/30/2015 12:43 PM, Andrew wrote:

Unlikely. My guess is that something's changed in headers yet again,
but I may be wrong.
The firmware is working, I can access commandline and even scan for
networks, but whenever I try to connect the console becomes laggy and
occasionally ends up in an exception and a reboot. I could never
connect to a network on 1.0.1b2, while 1.0.1b1 worked awesomely.


Reply to this email directly or view it on GitHub
#82 (comment).

Another flaw - not really the reason for that problem - is the default
base address for environment.
According to SDK doc, the last 16k are used by the system.
So, the default should be set to 0x7B000 instead 0x7C000.

@nekromant
Copy link
Owner Author

Now fixed, and builds against 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants