-
Notifications
You must be signed in to change notification settings - Fork 24
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
How to adapt memory to 512K ESP01? #263
Comments
Honestly, I'm not sure. That must be one of the first generation ESP-01 boards, right? If there's a solution, it might involve editing note |
Thank you for your hints, I managed to get it compiled and flashed it to 0x20000.
On the debug uart i get the following output.
But nothing is shown, only html error 404 Any Idea how to procedd from here? |
That's good progress! |
Okay, so I gave it a try, but unfortunately I can't replicate your success (at least using my 4MB device).
I got it to show me the 404 page once, but I'm unable to replicate it. If you get it to work, let me know, but I'm afraid I'm unable to help here. |
I tried to flash a ESP-01, 512KB with flash.sh but got the following message:
A fatal error occurred: File 2.4.0-pre2-0x40000-en.bin (length 383568) at offset 262144 will not fit in 524288 bytes of flash. Use --flash-size argument, or change flashing address.
How can i run the software on such a device?
The text was updated successfully, but these errors were encountered: