danielewood / sierra-wireless-modems

EM7565/EM7455/MC7455 - Modem Configuration
The Unlicense
457 stars 95 forks source link

autoflash-7455.sh #65

Open mIIwaukee opened 3 years ago

mIIwaukee commented 3 years ago

Describing Autoflash.sh refused to update my EM7455. Either I'm missing something or it's not clear to me. Various issues with the timing and line 357 (I'm not sure this is a valid flag: --update-download) qmi-firmware-update --update-download -d "$deviceid" "$SWI9X30C_CWE" "$SWI9X30C_NVU"

To Reproduce Execute Autoflash.sh

Expected behavior Expected to complete successfully

Desktop (please complete the following information): Ubuntu 18.04, LiveCD

Additional context Was able to resolve my issues by using a previous Sept 12, 2020 version of Autoflash.sh,

andrikaro commented 3 years ago

Same bug reproduced on Uubntu 18.04 LiveCD. Sept 12, 2020 commit resolved the issue and module flashed successfully.

db260179 commented 3 years ago

If you are doing this via ubuntu 18.04, the command qmi-firmware-update only has --update, not --update-download

Just change the autoflash-7455.sh and remove the -download part.