Hello,
I am using the Quectel RM520N-GL module on a Qualcomm QCS-6490 Yocto image. The module is detected and verified with lsusb, and /dev/ttyUSB* devices are created correctly.
System details:
Linux qcs6490aom2721a1 6.6.52-yl01301-ga97804e47e26 #1 SMP PREEMPT Wed Apr 2 14:43:28 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
lsusb output:
Bus 003 Device 003: ID 2c7c:0801 Quectel Wireless Solutions Co., Ltd. RM520N-GL
Bus 003 Device 002: ID 05e3:0625 Genesys Logic, Inc. USB3.2 Hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Created devices:
root@qcs6490aom2721a1:~# ls /dev/ttyUSB*
/dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2 /dev/ttyUSB3
WWAN interface:
wwan0 Link encap:Ethernet HWaddr EA:A9:EA:93:58:3C
inet addr:169.254.190.247 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::b7ba:edf0:6176:dd98/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
AT command tests (via /dev/ttyUSB2):
microcom -s 115200 /dev/ttyUSB2
AATT
OK
ATD+9173XXXXXXXX;
ATD+9173XXXXXXXX;
NO CARRIER
AT+QCFG=“ims”
AT+QCFG=“ims”
+QCFG: “ims”,0,0
OK
AT+CMGF=1
AT+CMGF=1
OK
AT+CMGS=“+9173XXXXXXX”
AT+CMGS=“+9173XXXXXXX”
HHeelllloo ffrroomm QQuueecctteell
+CMS ERROR: 350
AT+CREG?
AT+CREG?
+CREG: 0,0
OK
AT+CGREG?
AT+CGREG?
+CGREG: 0,0
OK
AT+COPS?
AT+COPS?
+COPS: 0
OK
AT+CPIN?AT+CPIN?
+CPIN: READY
OK
AT+CSQ
AT+CSQ
+CSQ: 14,99
OK
AT+QCFG=“nwscanmode”,0,1AT+QCFG=“nwscanmode”,0,1
ERROR
AT+QCFG=“?”
AT+QCFG=“?”
ERROR
Issue:
While trying to make a call or send an SMS, I get errors (NO CARRIER or +CMS ERROR: 350).
The SIM is detected (+CPIN: READY), but registration fails (+CREG: 0,0 and +CGREG: 0,0).
Could anyone guide me on how to proceed further with network registration and resolving this issue?
Thanks in advance!
