-->
Page 21 of 44

Re: [DEV][WiP] Frankenstein firmware for ESP8266

PostPosted: Wed Nov 19, 2014 5:00 pm
by erl
Thanks for your great work, and I hope you get better soon.

I'm trying to add my own command to Mr. Stein, but I'm having problems.

It seems that adding one more command to the Makefile causes junk characters after reboot. Is there a limit somewhere to the number of commands? I can't see it. Removing another command causes things to work again.

Re: [DEV][WiP] Frankenstein firmware for ESP8266

PostPosted: Wed Nov 19, 2014 6:50 pm
by Allex
After the last update I can not connect with STA (iwconnect). And with list (iwscan) hangs. Only hard reset helps. Can someone confirm this.

Re: [DEV][WiP] Frankenstein firmware for ESP8266

PostPosted: Thu Nov 20, 2014 4:42 am
by Necromant
Allex wrote:After the last update I can not connect with STA (iwconnect). And with list (iwscan) hangs. Only hard reset helps. Can someone confirm this.


I can confirm this myself. It happens when you update the firmware, but don't do a hard-reset. Looks like a regression, but I'm not yet sure where that insect came from.

Re: [DEV][WiP] Frankenstein firmware for ESP8266

PostPosted: Thu Nov 20, 2014 4:45 am
by Necromant
erl wrote:Thanks for your great work, and I hope you get better soon.

I'm trying to add my own command to Mr. Stein, but I'm having problems.

It seems that adding one more command to the Makefile causes junk characters after reboot. Is there a limit somewhere to the number of commands? I can't see it. Removing another command causes things to work again.


There's no limit on the number of commands, but there's a hardcoded limit for the data+rodata currently. Try the latest frankenstein master and antares experimental branch - they have some more space allocated for that. I will be adding proper sanity checks and calculations for it soon.