You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the toolchain according this wiki https://github.com/esp8266/esp8266-wiki/wiki/Toolchain and after some tweaks (copying libhal.a and libc.a to ./lib) succeded to compile the project
Unfortunatly I can't flash anything since it looks like I do not have the 0x00000.bin and 0x10000.bin files ?
here the end of the make output (seems all is okay)
Hi there,
I installed the toolchain according this wiki https://github.com/esp8266/esp8266-wiki/wiki/Toolchain and after some tweaks (copying libhal.a and libc.a to ./lib) succeded to compile the project
Unfortunatly I can't flash anything since it looks like I do not have the
0x00000.bin
and0x10000.bin
files ?here the end of the make output (seems all is okay)
here the only bin file I have :
of course trying a make flash bring me a file not found
I think the 2nd file should be the file
eagle.app.v6.bin
but not sure of the 1st one to flash at 0x00000 ?Any ideas ? Thank's for your help
The text was updated successfully, but these errors were encountered: