Saving Wifi Config Foobars Everything #5976
Replies: 1 comment
-
Posted at 2018-01-14 by @MaBecker
Looks like you build your own, what kind of flash commands do you use? Posted at 2018-01-14 by calebbrewer
Should I be flashing it differently? Posted at 2018-01-14 by @MaBecker This is ok for a flash map 4MB:512/512, as if you have a 4MB you can use the 4MB First run erase_flash to start from a clean base
and than try again write_flash Posted at 2018-01-14 by calebbrewer Thanks for the response. After erasing the flash and re-flashing Espruino the board goes right into a reboot loop. Now I can't get it to stop. I tried it again with the same result. Posted at 2018-01-14 by @MaBecker Is If Yes -I recommend to flash the official 4MB bin file from download. Posted at 2018-01-15 by calebbrewer It is the official one from here: http://www.espruino.com/binaries/travis/master/ Posted at 2018-01-15 by calebbrewer This is really odd. I can flash micropython, but if I flash espruino it just goes into a reboot loop (I think it's a reboot loop). Posted at 2018-01-15 by @MaBecker Which one? Can you try this one: Posted at 2018-01-17 by calebbrewer I erased the flash again and used the files you linked with this command...
I am getting the same result. Posted at 2018-01-17 by calebbrewer So I should have been running this...
This got the board working again. Thanks for all of your help by the way! Posted at 2018-01-18 by @MaBecker
Sure, this is a possible workaround. Please share the Espruino startup screen and the text output after wifi.save()
Posted at 2018-01-18 by DrAzzy Hmm, I have two that work, but have also had issues. Not sure whether there was a pattern with combined vs non Posted at 2018-01-18 by @MaBecker if http://forum.espruino.com/conversations/314732/#14021236 Posted at 2018-01-21 by calebbrewer Here are my screens... Attachments: Posted at 2018-01-21 by calebbrewer Using the flash command from the other post you linked to worked. Shouldn't the readme file that you get when you download the firmware be updated with this command? Is it the 4MB-c1 that makes it work? If so, how? Posted at 2018-01-21 by @MaBecker Yes, of course, see the new version of the REAMDE.txt Is Posted at 2018-01-21 by calebbrewer Yes it is working now. After I used this...
...it started working. One difference is that I had to change the baud from 460800 to 115200. Thank you so much for your help. I'm still not sure how this fixed the Posted at 2018-01-21 by @MaBecker As you have a 4016 chip which is 4MB of size, you can try those files: http://www.espruino.com/binaries/espruino_1v95_esp8266_4mb/
Posted at 2018-01-22 by calebbrewer Thank you. I am using the 4MB binaries. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-01-14 by calebbrewer
I am running espruino 1v95.173 on a NODEMCU board.
I can connect to a WiFi AP like this (Per the docs)...
However the moment I add
wifi.save()
and reboot, the 8266 gets stuck in what looks like a reboot loop and barfs all over the screen. This forces me to reflash...Attachments:
Beta Was this translation helpful? Give feedback.
All reactions