modem firmware on a fipy
-
Inspired by https://forum.pycom.io/topic/6054/new-firmware-release-1-20-2-rc9/2 I thought I'd have another go at PSM on a fIPY. The latest vanilla (no pybytes/pygate) Fipy firmware I could find linking from https://docs.pycom.io/advance/downgrade/ was 1.20.3.b0.tar @ https://software.pycom.io/downloads/FiPy.html which I downloaded & installed with full flash erase & little FS (no pybytes/smart conf).
Then I thought I'd check the modem firmware before trying PSM.
>>> import sqnsupgrade; sqnsupgrade.info() Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: no module named 'sqnsupgrade'
So how we do now check/update modem firmware guys?