-
Hello I'm trying to use this shell script to update my modem, but something is strange and I can't understand what exactly, also, so you know where I could download older firmware ? After running the script, the modem would not start (I can see the qcserial in dmesg and connect to ttyUSB2 to run AT command:
And if I run a command using qmicli:
This is really strange, all the slots for FW images are empty (it says that the active slot is at 255), the current and prefered fw version do not match, during the script, I was able to spot those two errors after the successfull flashing of the firmware:
I don't know what to do, I wanted to flash |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems to be a timing issue when flasing the device, I ran the following step manually, while monitoring the devices in dmesg (waiting for it to change its state from "normal" and "reset"). Please note that the VID/PID changes between the two commands:
And this worked fine, so I don't know what happened during the previous flashes attempts, but I would bet on a timing issue. Thank you for the amazing script/reference btw |
Beta Was this translation helpful? Give feedback.
It seems to be a timing issue when flasing the device, I ran the following step manually, while monitoring the devices in dmesg (waiting for it to change its state from "normal" and "reset"). Please note that the VID/PID changes between the two commands:
And this worked fine, so I don't know what happened during the previous flashes attempts, but I would bet on a timing issue.
Thank you for the amazing script/reference btw