This repository was archived by the owner on Sep 10, 2024. It is now read-only.
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Sqnsupgrade recovery fails in FiPy #81
Open
Description
When trying to upgrade the LTE NB-IOT firmware using the recovery mode (fw version: 1.18.r1, lte fw version: NB1-37781) I am getting the following:
>>> import sqnsupgrade
>>> sqnsupgrade.run('/sd/NB1-37781.dup', '/sd/updater.elf', debug=True)
File /sd/updater.elf has size 306076
File /sd/NB1-37781.dup has size 5258127
Modem state: None
Resume: False Retry: False
<<< Welcome to the SQN3330 firmware updater >>>
mirror? False recover? False resume? False direct? False atneg_only? False bootrom? True
Initial prepartion complete...
Loading built-in recovery bootrom
Attempting AT wakeup...
b''
count=1
b''
count=2
b''
count=3
b''
count=4
b''
count=5
b''
count=6
b''
count=7
b''
count=8
b''
count=9
b''
count=10
b''
Success1? False
Unable to upgrade bootrom.
Success2? False
Unable to load updater from /sd/updater.elf
I suspect this is also related to Issue #75 (hardware issue).
How should I proceed?