You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this package to check if could program the SIM7000,
after struggling for couple of days here there I got everything running but last step :
make upload - Bad Command.
Using:
linux Ubuntu 18.4.1
QMake version 3.1; using QT version 5.11.1 /opt/qt5/lib(i build it)
UPLOAD_DEV=dev/ttyUSB0
ls /dev/ttyUSB* : /devUSB0 /devUSB0 /devUSB1 /devUSB2 /devUSB3 /devUSB4
lsusb : Bus 001 Device 003 ID 1e0e:9001 Qualcomm / Option
copied serial library to project directory
i don't know what else i am missing
The text was updated successfully, but these errors were encountered:
Make sure you use the correct serial device and retry a couple of times. The make scripts have a upload-retry target that just retries uploading until it works.
I am trying to use this package to check if could program the SIM7000,
after struggling for couple of days here there I got everything running but last step :
make upload - Bad Command.
Using:
linux Ubuntu 18.4.1
QMake version 3.1; using QT version 5.11.1 /opt/qt5/lib(i build it)
UPLOAD_DEV=dev/ttyUSB0
ls /dev/ttyUSB* : /devUSB0 /devUSB0 /devUSB1 /devUSB2 /devUSB3 /devUSB4
lsusb : Bus 001 Device 003 ID 1e0e:9001 Qualcomm / Option
copied serial library to project directory
i don't know what else i am missing
The text was updated successfully, but these errors were encountered: