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

BLOCKSIZE_FLASH #7

Open
onkelfunny opened this issue May 8, 2015 · 1 comment
Open

BLOCKSIZE_FLASH #7

onkelfunny opened this issue May 8, 2015 · 1 comment

Comments

@onkelfunny
Copy link
Contributor

what do you think about higher BLOCKSIZE_FLASH?
I my test i get this Upload times:
BLOCKSIZE_FLASH = 0x0400 => Upload-Time: 27 Seconds
BLOCKSIZE_FLASH = 0x0800 => Upload-Time: 25 Seconds
BLOCKSIZE_FLASH = 0x1800 => Upload-Time: 22 Seconds

@JelmerT
Copy link

JelmerT commented Sep 7, 2015

I'm voting for a configurable BLOCKSIZE_FLASH.

When using the Cactus Micro Rev2 (github), which uses an ATMEGA32U4 as USB-serial converter, I had esptool hard crash at the 'writing' stage with BLOCKSIZE_FLASH = 0x0400. (Only solution was to physically unplug USB)

When changed to BLOCKSIZE_FLASH = 0x0100 uploading works perfectly (probably a little slower though).

This is the same change that @AprilBrother made to their version of the esptool.py

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

No branches or pull requests

2 participants