pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
199 stars 167 forks source link

GiPy NB-IoT Firmware Upgrade #230

Closed wtrocel closed 5 years ago

wtrocel commented 5 years ago

Please include the following information when submitting a bug report:


* Exact steps to cause this issue
    1. First I did this...
I followed exactly  the SD card firmware upgrade procedure 
    2. Then, I did that...
I tied to import sqnsupgrade as per the instructions

* What you expected
    * a success so I can execute sqnsupgrade.run('/sd/NB1-37781.dup', '/sd/updater.elf') to complete the upgrade to NB-IoT

* What happened instead
I had follwing error below
    File "<stdin>", line 1, in <module>
  File "/flash/lib/sqnsupgrade.py", line 30, in <module>
ImportError: cannot import name LTE

Thank you!
iwahdan88 commented 5 years ago

Hello @wtrocel LTE class was added as per FW version 1.11.0 and I see you have version 1.10.1.b1 flashed, so please try again after upgrading The esp32 Firmware