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

Flash problem #14

Closed
feelfreelinux opened this issue Sep 17, 2016 · 4 comments
Closed

Flash problem #14

feelfreelinux opened this issue Sep 17, 2016 · 4 comments
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@feelfreelinux
Copy link

feelfreelinux commented Sep 17, 2016

Hi, i'm trying to flash 'myapp' template to esp32. When i'm using dio mode i get

A fatal error occurred: Failed to enter RAM download mode (result was 0xff, 0x0)

But program works(ping).
When i'm using the qio mode it flash sucessfully, but i'm getting resets from issue 7 (#7)

@projectgus
Copy link
Contributor

Hi @feelfreelinux,

Thanks for reporting this. Are you using a ESP32 "Core" board with onboard USB?

Can you post the full esptool.py command line and output from esptool.py, please? If you're using a make flash type target, you can run make flash V=1 to see the full command line.

@projectgus
Copy link
Contributor

We've reproduced this bug internally and there's a fix on its way.

In the meantime, you can ignore the error - the data is flashed 100% successfully in both cases.

@feelfreelinux
Copy link
Author

Wow, thanks! I'm waiting for fix

igrr pushed a commit that referenced this issue Sep 27, 2016
Fixes github #14 (unexpected errors writing to DIO flash)

Also speed boost when writing compressed data (can now go via stub)
igrr pushed a commit that referenced this issue Sep 27, 2016
esptool: Bump upstream revision

Fixes github #14 (unexpected errors writing to DIO flash)

Also speed boost when writing compressed data (can now go via stub)

See merge request !103
@igrr
Copy link
Member

igrr commented Sep 27, 2016

This should be now fixed in master. Please do a git pull origin master followed by git submodule update to get updated esptool.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

4 participants