CMUX never connected using cellular_modem samples [nRF54L15 + Quectel EG21] #93640
Unanswered
krisnaresi89
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have a plan to have cellular connectivity for my project. My project will consist of nRF54L15 custom board with Quectel EG21 cellular module. I understand that there is no
dts
bindings for this specific cellular module, but I assumequectel,eg25-g
binding will do just fine. Here is my setup:Here is the
dts
for handling cellular modemI need to modify
dts
binding onzephyr/dts/bindings/modem/quectel,eg25-g.yaml
so it can usemdm-power-gpios
forpowerkey
controlI'm pretty much using default samples from
zephyr/samples/net/cellular_modem
, with overlay conf:Modem chat success to transmit all required AT command to the end. But, when modem driver trying to connect to cmux, it never success to do so, and the same cmux log keep spawn until the end. I expect to find
event cmux connected
log somewhere along the line. Here is the log:There might be some similarity with this issue: #63410, but I already increase CMUX timeout to 2000ms, still with no luck.
I've been stuck for several days and doesn't have any idea how to troubleshot this any further. Any help, pointer and suggestion is pretty much appreciated. Thank you for your time.
Krisna
Beta Was this translation helpful? Give feedback.
All reactions