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

[Errno 2] No such file or directory: 'firmware/0x40000.bin' #25

Open
Navis-Raven opened this issue Jul 18, 2017 · 1 comment
Open

[Errno 2] No such file or directory: 'firmware/0x40000.bin' #25

Navis-Raven opened this issue Jul 18, 2017 · 1 comment

Comments

@Navis-Raven
Copy link

I had some issues with the "make flash" command:
FIRST ONE:
After the make command it creates two files in a new driectory named firmware, thes two files are named '0x00000.bin' and '0x10000.bin', and nothing else !
However, while doing "make flash" command it says :

esptool.py --port /dev/ttyUSB0 /firmware/0x00000.bin 0x00000.bin /firmware/0x40000.bin 0x40000.bin
(...)
esp_tool write_flas : error: argument

: [Errno 2] No such file or directory: 'firmware/0x40000.bin'

I don't really know why it asks for a 0x40000.bin, this is a real bug.

I palliated this bug by typing manually the command :
esptool.py --port /dev/ttyUSB0 /firmware/0x00000.bin 0x00000.bin /firmware/0x10000.bin 0x10000.bin

and then the flashing worked with correctly an ESP-12E. But I think this solution is not perfect.

@Navis-Raven
Copy link
Author

Navis-Raven commented Jul 21, 2017

The makefile needs an update like in this version https://github.com/pfalcon/esp-open-sdk/blob/master/examples/blinky/blinky.c

see this topic : pfalcon/esp-open-sdk#226

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

1 participant