Hi, communty,
I have a question about i.MX6 Andrid BSP (jb4.2.2_1.1.0).
I want to know how to power off Android on MCIMX6Q-SDP.
I know the 2 methods, but I'm looking for other method because method "1" spends a lot of times to test rebooting many times and method "2" occurs a problem now on a custom board.
1. Push power button some seconds -> tap "Power off" -> tap "OK"
2. Use "reboot" command.
For your information, the following commands are not included in android.
poweroff, halt, shutdown
And the following commands a not works well.
busybox halt, busybox poweroff
Do you know other method to reboot i.MX6?
Best Regards,
Satoshi Shimoda
解決済! 解決策の投稿を見る。
Hi Satoshi Shimoda,
I also have the same problem. I can't use "reboot" command to reboot the machine.
The console will hang on "Restarting system" and nothing happened. I tried to take away the "watch dog" init function in board-XXX.c
Now, I can use "reboot" command to reboot occasionally ..... but didn't work every time.......
Do you try the "reboot" command on Freescale SABRE SDB/SDP board?
Could you reply to me?
And if you can, could you let me know a power off method which can finish I2C communication correctly.
Because the "a problem" I mentioned above seems be occurred uncorrect finishing of I2C communitcation.
Best Regards,
Satoshi Shimoda
Satoshi
Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.
Thanks,
Yixing
Hi Yixing Kong,
I'm using "reboot" command because I have not found other command.
If there is no alternate command to reboot, please tell me it?
Best Regards,
Satoshi Shimoda
I checked with internal Android team, the reboot command is the right one to do system reset and there is no issue tested on i.mx6x SABRESD board.
Hi Qingrong Jiang,
Thank you for your reply.
> there is no issue tested on i.mx6x SABRESD board.
Yes, it is not wrong.
Actually, the issue seems depends on variability of individual chip characteristic whether the issue occurs or not occur.
Maybe, this issue occurs on a part of SABRESD, but does not occur on other SABRESD theoretically.
So it is difficult to reproduce the issue on i.MX6 SABRESD.
Best Regards,
Satoshi Shimoda
Satosh-san
It seems your issue is related to chip characteristic. You may contact Freescale Sales or FAE to see how to resolve the issue. We will close this DI in 3 days. If you still have issue, you can reply with your issue or create another DI.
Thanks,
Yixing
Hi Yixing Kong,
Thank you for your reply.
OK, I understood.
For your information, we are trying a solution of other approach to avoid a issue on the custom board.
So let's close this DI.
Thank you for your cooperation.
Best Regards,
Satoshi Shimoda
Satosh-san
Someone from Freescale will reply you. Please wait a little bit.
Thanks,
Yixing
reboot -p
Hi YiFei WANG,
Thank you for your reply.
But sorry, "reboot" command I mentioned above includes any options, also "reboot -p".