-->
Page 9 of 44

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

PostPosted: Mon Nov 10, 2014 3:59 pm
by alonewolfx2
i understand. i think we need iwdisconnect for quiting router and connect new router


Necromant wrote:Espressif's API only allows to set a new IP address in system_init once on system startup (Doh!). Once I have environment in flash, ifconfig will set a new IP in environment and reboot.

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

PostPosted: Mon Nov 10, 2014 4:06 pm
by Necromant
Use iwconnect with usual arguments again to connect to a different AP.
iwmode NONE to switchoff wireless.

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

PostPosted: Mon Nov 10, 2014 4:09 pm
by alonewolfx2
ok. thank you very much :)

Necromant wrote:Use iwconnect with usual arguments again to connect to a different AP.
iwmode NONE to switchoff wireless.

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

PostPosted: Mon Nov 10, 2014 5:57 pm
by tinhead
Necromant wrote:There's also a new command spi_wipe that wipes the whole flash clean. Could prove useful to get rid of any configuration leftovers that screw the blobs.


aha, and how you handling then the configuration for the SoC once spi flash wiped out?