Hi all!
DM8127 run ipnc3.0 .We run the follows command to restart the programs,
killall -2 Appro_avi_save
killall -2 wis-streamer
sleep 2
killall -9 wis-streamer
killall -9 boa
killall -2 ipnc_rdk_mcfw.out
killall -9 system_server
The below commands can stop all program,but when we run ./system_server,the system_server can not start ,the output are as follows:
[host] Loaded file ./firmware/ipnc_rdk_fw_m3video.xem3 on slave procId 1.
[host] Started slave procId 1.
[host] After Ipc_loadcallback status [0x00000000]
[host] After Ipc_startcallback status [0x00000000]
[m3video] ***** SYSTEM : Frequency <ORG> - 200000000, <NEW> - 200000000
[m3video]
[m3video] *** UTILS: CPU KHz = 400000 Khz ***
[m3video]
[m3video] 116383: SYSTEM : System Common Init in progress !!!
[m3video] 116383: SYSTEM: IPC init in progress !!!
[m3video] 116383: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 117272: SYSTEM: Attaching to [HOST] ...
[m3vpss ] 117272: SYSTEM: Attaching to [HOST] ...
There will output "[m3vpss ] 117272: SYSTEM: Attaching to [HOST] ... " all the time
When run "ps" ,the output are as follows:
494 root 1448 S -sh
504 root 444 S ./bin/remote_debug_client.out 0xbff00000
632 root SW [flush-0:18]
646 root 780 S ./system_server
658 root 996 S sh -c ./scripts/wait_cmd.sh s m3vpss
660 root 444 S ./bin/remote_debug_client.out 0xbff00000 --waitch s m
663 root 756 R ps
Now the only way that we can do is power off and the power on again.
Why ? Anybody can give me good idea?