GPY full flash erase
-
@kjm Ah, um, no, it was on a LoPy4 board.
-
@kodarn Was that on a GPY?
-
@kjm I had problem with the AccessPoint not initializing on 1.20.1.r1 release. However, that all went away when I did the "erase_all", and then reflashing 1.20.1.r1 again.
-
I'm not sure how to do an adhoc wifi setup in boot.py Rob. I tried pycom.wifi_on_boot(1) to get adhoc wifi back but it doesn't work. Any tips?
-
@kjm The LPwan mac and sigfox addresses are restored during the firmware install using the pycom updater. So this is not a risk, and the robust method to start over with a defined state. Since I try a lot with my devices, I have to do that full erase from time to time. I cannot tell anything about the ad-hoc wifi, since Im using STA mode in the local network, which anyhow requires a dedicated set-up of the WLAN. You can always do that specific set-up in your boot.py or main.py, if needed.