How to usd CM and apps

I have study Legato Getting Started guid and try to test.

But I can’t using CM command and I have no idea how to debug it.

So I have some question as below.

1. Why the CM command didn’t response(cm.png) , Do I miss something?
And what’s the log means?

[quote]root@swi-mdm9x15:~# cm data
Jan 6 00:35:23 swi-mdm9x15 user.warn Legato: -WRN- | cm[8035]/framework T=unknown | mem.c InitPool() 276 | Memory pool name ‘framework.hashMap_refPathIteratorMap’ is truncated to ‘framework.hashMap_refPathIterat’
Jan 6 00:35:23 swi-mdm9x15 user.warn Legato: -WRN- | cm[8035]/framework T=main | mem.c InitPool() 276 | Memory pool name ‘framework.hashMap_refEventHandlers’ is truncated to ‘framework.hashMap_refEventHandl’
Jan 6 00:35:23 swi-mdm9x15 user.warn Legato: -WRN- | cm[8035]/framework T=main | mem.c InitPool() 276 | Memory pool name ‘framework.hashMap_refHandlersRef’ is truncated to ‘framework.hashMap_refHandlersRe’
Jan 6 00:35:23 swi-mdm9x15 user.warn Legato: -WRN- | cm[8035]/framework T=main | mem.c InitPool() 276 | Memory pool name ‘framework.hashMap_MessagingServices’ is truncated to ‘framework.hashMap_MessagingServ’
Jan 6 00:35:23 swi-mdm9x15 user.warn Legato: -WRN- | cm[8035]/framework T=main | mem.c InitPool() 276 | Memory pool name ‘framework.hashMap_refle_cfg_ClientHandler’ is truncated to ‘framework.hashMap_refle_cfg_Cli’
Jan 6 00:35:23 swi-mdm9x15 user.warn Legato: -WRN- | cm[8035]/framework T=main | mem.c InitPool() 276 | Memory pool name ‘framework.msgs-9dc5b2438c9592bf35478c68b2’ is truncated to ‘framework.msgs-9dc5b2438c9592bf’
Jan 6 00:35:23 swi-mdm9x15 user.warn Legato: -WRN- | cm[8035]/framework T=main | mem.c InitPool() 276 | Memory pool name ‘framework.hashMap_refle_mrc_ClientHandler’ is truncated to ‘framework.hashMap_refle_mrc_Cli’
Jan 6 00:35:23 swi-mdm9x15 user.warn Legato: -WRN- | cm[8035]/framework T=main | mem.c InitPool() 276 | Memory pool name ‘framework.msgs-77eeeafbc1516371d47132b866’ is truncated to ‘framework.msgs-77eeeafbc1516371’
[/quote]

2. How can I connect to internet by 3G/LTE, using CM or others?
3. Who can provide an sample image(kernel and rootfs) to me to referance that can connect to carrier.

Many thanks

you should start the modemService

root@swi-mdm9x15:~# app start modemService
Starting app ‘modemService’…
DONE

I have the same Problem as okqqkimo1, although modemService is started.

I´ve checked the startup Messages and tried both with and without SIM Card, but i can´t get any response.

Strangely i also don´t get any log with cm data or cm data info

Thanks.

Sounds like something strange has happened on your board.

Can you run the following and add to the post
sdir list
app status
legato status

Also, what version are you running?