Hi,
Can anybody suggest me how to do a software reset on zedboard. Can the system reboot status be checked in reboot status register
Thanks,
Mridula Vijaya
Hi,
Can anybody suggest me how to do a software reset on zedboard. Can the system reboot status be checked in reboot status register
Thanks,
Mridula Vijaya
Hi Mridula,
I know that the system reset can be done when running Linux on ZedBoard. If you look at zynq_slcr_system_reset() in kernel source file /arch/arm/mach-zynq/slcr.c you can see an implementation of system reset here.
Here is a link to this file on the Xilinx Linux kernel github repository:
https://github.com/Xilinx/linux-xlnx/blob/master/arch/arm/mach-zynq/slcr.c
Regards,
-Kevin