soft reset for freescale imx6q-WEC

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

soft reset for freescale imx6q-WEC

531 Views
rizwan_s
Contributor II

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

Labels (1)
0 Kudos
3 Replies

403 Views
igorpadykov
NXP Employee
NXP Employee

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!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

403 Views
rizwan_s
Contributor II

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

0 Kudos

403 Views
igorpadykov
NXP Employee
NXP Employee

Hi rizwan

FSL does not support WEC on i.MX6 platform.

Please apply to third parties who provide such support.

Best regards

igor

0 Kudos