- Tue Feb 19, 2019 2:28 pm
#80661
Good news and bad news.
The bad news I can't get a "small" image working, that means: compiled with the "512 c.q. 256_256" option. For testing I have reduced the code to well below 256 kbyte, but it won't work.
The good news is that when I change the image to the "1024 c.q. 512_512" option, it works. It works on all ESP boards I have, at least. It appears that the one ESP201 I have that was still unmodified, has a 1 Mbyte flash and not the 512 Kbyte flash I was expecting. The ESP1's I have are all of the "new" type that have 1 Mbyte flash as well. The firmware works on all of them.
So I don't have 512 kbyte flash devices lying around to test with. I have a feeling that the "1 Mbyte" image (512_512) will just work there (because sum of all code is below 512 kbytes), but I can't test it.
If you're lucky and you have (newer) devices that have 1 Mbyte flash or more, it should just work now.
I will upload the newest version github now, so you can try.