Hello everybody,
when I shutdown the mongoh board using pmtool shutdown, I geht the error:
"Can’t initiate shutdwon of MDM"
What can I do?
What firmware version are you using?
Hello asyal,
I’m using the version:
ati3
Manufacturer: Sierra Wireless, Incorporated
Model: WP8548
Revision: SWI9X15Y_07.11.22.00 r33729 CARMD-EV-FRMWR1 2017/01/11 18:04:06
IMEI: 359377060007811
IMEI SV: 43
FSN: LL540300110503
+GCAP: +CGSM,+DS,+ES
root@swi-mdm9x15:~# legato version
16.10.1_a6a25fbda05738774857dccb9fd76a99_modified
root@swi-mdm9x15:~# pmtool bootOn timer 10
SUCCESS!
root@swi-mdm9x15:~# pmtool shutdown
Can’t initiate shutdown of MDM
I had this issue before and the problem was that the devMode application holds a wake lock. So you can app stop devMode
and that will allow it to go to sleep I think.
1 Like
Hi dfrey,
thanks. stopping the devMode helps…