Hi All,
I am working on Freescale's iMX6Q board. I am trying to implement Soft reset for the device.
Iam calling an API KernelIoControl(IOCTL_HAL_REBOOT, NULL, 0, NULL, 0, NULL)
But am unable to reset my device.It gets shutdown but doesnot restart.
Regards
Rizwan Syed
Hi rizwan
reliable reset could be performed only with pmic reset,
as it is done on spf-27392 p.19 (signal PWRON), p.21 (WDOG_B),
so you can check if these signals are asserted.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi igor
watchdog works in EBoot and OAL layer but it does not work in Driver level.
Is there any specific difference in both the layers?
what changes are required for software reset to make it work in Driver level?
Regards
Rizwan Syed
Hi rizwan
FSL does not support WEC on i.MX6 platform.
Please apply to third parties who provide such support.
Best regards
igor