At!gstatus?
!GSTATUS:
Current Time: 104 Temperature: 37
Reset Counter: 1 Mode: LOW POWER MODE
OK
At+cpin?
+CPIN: READY
OK
AT!ENTERCND=“A710”
OK
At!impref?
!IMPREF:
preferred fw version: 00.00.00.00
preferred carrier name: AUTO-SIM
preferred config name: AUTO-SIM_000.000_000
current fw version: 01.07.00.00
current carrier name: GENERIC
current config name: GENERIC_002.002_000
OK
jyijyi
September 28, 2021, 10:00am
#4
The configurations in at!impref is not matched
You might need to download fw
can you explain the steps?
jyijyi
September 28, 2021, 10:38am
#6
we are working on linux system,so can you provide steps for the updation?
in my ls /dev there is no cdc_wdm
i"m working with Jetson Xavier board,can you please tell the correct steps for the installation of MBPL driver and firmware update.I was only able install the usb driver.
after MBPL R23 USB driver install nothing will create in /sys/class/net
jyijyi
September 29, 2021, 9:02am
#13
how about R20 USB driver?
MBPL_Drivers_USB_R20_ENG1-src/USB/qmi_wwan.c:11:10: fatal error: linux/sched/signal.h: No such file or directory
#include <linux/sched/signal.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.build:341: recipe for target ‘/home/cdac/Downloads/MBPL_Drivers_USB_R20_ENG1-src/USB/qmi_wwan.o’ failed
make[2]: *** [/home/cdac/Downloads/MBPL_Drivers_USB_R20_ENG1-src/USB/qmi_wwan.o] Error 1
Makefile:1646: recipe for target ‘module /home/cdac/Downloads/MBPL_Drivers_USB_R20_ENG1-src/USB’ failed
make[1]: *** [module /home/cdac/Downloads/MBPL_Drivers_USB_R20_ENG1-src/USB] Error 2
make[1]: Leaving directory ‘/usr/src/linux-headers-4.9.201-tegra-ubuntu18.04_aarch64/kernel-4.9’
Makefile:12: recipe for target ‘all’ failed
make: *** [all] Error 2
jyijyi
September 29, 2021, 9:25am
#16
change it to
#include <linux/signal.h>
After MBPL R20 USB driver install nothing will create in /sys/class/net
jyijyi
September 29, 2021, 9:32am
#18
what did you see for dmesg?
do you see the network interface wwan0?
[12361.755365] Extcon AUX1(HDMI) disable
[12361.779268] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[12361.779788] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[13090.155281] tegradc 15200000.nvdisplay: unblank
[13090.156149] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[13090.156267] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[13090.158199] Parent Clock set for DC plld2
[13090.164341] tegradc 15200000.nvdisplay: hdmi: tmds rate:85500K prod-setting:prod_c_hdmi_54m_111m
[13090.165837] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[13090.201353] extcon-disp-state external-connection:disp-state: cable 47 state 1
[13090.201358] Extcon AUX1(HDMI) enable
[13090.220486] tegradc 15200000.nvdisplay: unblank
[13090.220504] tegradc 15210000.nvdisplay: blank - powerdown
[13526.107972] usb_wwan: exports duplicate symbol usb_wwan_chars_in_buffer (owned by kernel)
jyijyi
September 29, 2021, 9:38am
#20
other user can upgrade the FW:
@leo
You might also want to check what rights you have against that interface, you might be able to see it but not write to it.
pi@raspberrypi:~ $ ls /dev
autofs cuse i2c-1 loop5 mmcblk0p2 ram11 ram7 shm tty12 tty21 tty30 tty4 tty49 tty58 ttyAMA0 vcs1 vcsa3 vcsu3 video14
block disk initctl loop6 mqueue ram12 ram8 snd tty13 tty22 tty31 tty40 tty5 tty59 ttyprintk vcs2 vcsa4 vcsu4 video…
How about doing AT!BOOTHOLD and then run the fw download command?
but i dont have any -p flag /dev/cdc-wdm0
ls: cannot access ‘/dev/cdc-wdm*’: No such file or directory