Hi,
I tried to build app KillSwtich and installed to my platform.
But it will be triggered platform reboot when I install this app.
Before that, I installed 4 apps to platform, there are
[stopped] gpioExpanderDemo
[running] gpioExpanderServiceGreen
[running] muxCtrlService
[stopped] muxCtrlTools
After platform reboot, I checked app status and found that four apps and KillSwitch were disappear. In the other words, the module seems to back default setting.
I also tried to build legato and system.sdef is below
apps:
{
// Platform services.
$LEGATO_ROOT/apps/platformServices/airVantage/avcService
$LEGATO_ROOT/apps/platformServices/audioService
$LEGATO_ROOT/apps/platformServices/cellNetService
$LEGATO_ROOT/apps/platformServices/dataConnectionService
$LEGATO_ROOT/apps/platformServices/fwupdateService
$LEGATO_ROOT/apps/platformServices/modemService
$LEGATO_ROOT/apps/platformServices/positioningService
$LEGATO_ROOT/apps/platformServices/powerMgr
$LEGATO_ROOT/apps/platformServices/secStore
$LEGATO_ROOT/apps/platformServices/smsInboxService
$LEGATO_ROOT/apps/platformServices/voiceCallService
$LEGATO_ROOT/apps/platformServices/gpioService
$LEGATO_ROOT/apps/platformServices/atClient
$LEGATO_ROOT/apps/platformServices/atServer
$LEGATO_WIFI_ROOT/service/wifiService.adef
$LEGATO_WIFI_ROOT/apps/sample/wifiClientTest/wifiClientTest.adef
$LEGATO_WIFI_ROOT/apps/sample/wifiApTest/wifiApTest.adef
$LEGATO_WIFI_ROOT/apps/sample/wifiWebAp/wifiWebAp.adef
$LEGATO_WIFI_ROOT/apps/tools/wifi/wifi.adef
// Command-line tools.
$LEGATO_ROOT/apps/tools/tools
$MANGOH_ROOT/apps/GpioExpander/gpioExpanderService/gpioExpanderServiceGreen
$MANGOH_ROOT/apps/MuxControl/muxCtrlService/muxCtrlService
$MANGOH_ROOT/apps/MuxControl/tools/muxCtrlTools
$MANGOH_ROOT/apps/MqttClient/mqttClient
$MANGOH_ROOT/apps/DataRouter/dataRouter
$MANGOH_ROOT/apps/DataRouter/drTool/drTool
// Command-line tools.
$MANGOH_ROOT/samples/Demos/KillSwitch/killSwitch
}
commands:
{
cm = tools:/bin/cm
fwupdate = tools:/bin/fwupdate
secstore = tools:/bin/secstore
pmtool = tools:/bin/pmtool
gnss = tools:/bin/gnss
wifi = wifi:/bin/wifi
mux = muxCtrlTools:/bin/mux
}
bindings:
{
.le_fwupdate -> fwupdateService.le_fwupdate
}
interfaceSearch:
{
interfaces/modemServices
interfaces/positioning
}
The platform also reboot after flashing system.wp85.system.
I didn’t modify the source code(only modify some APIs path with compile error).
FW version: Release 12_2 Generic with WP7502 and WP8548
Legato version: 16.10.1
I can not catch the log about this condition.
Thank you very much.
Best Regards,
Vince