Tool/software:
Dear TI
Could you kindly explain how to trigger watchdog reset ?
And please let me now how to check if the reset is triggered by watchdog after boot-up.
FYI, I'm using ti-processor-sdk-linux-j7200-evm-09_02_00_04
BR
Jace
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Dear TI
Could you kindly explain how to trigger watchdog reset ?
And please let me now how to check if the reset is triggered by watchdog after boot-up.
FYI, I'm using ti-processor-sdk-linux-j7200-evm-09_02_00_04
BR
Jace
Hello Jace,
I am assuming you are asking about SoC RTI watchdog reset.
There are 3 parts to it:
1 --> is taken care by the RTI watchdog driver: https://github.com/torvalds/linux/blob/master/drivers/watchdog/rti_wdt.c
2 --> Is done as part of R5 SPL repo: https://github.com/u-boot/u-boot/blob/master/drivers/misc/k3_esm.c
3 --> Is done as part of R5 SPL in U-Boot repo: https://github.com/u-boot/u-boot/blob/master/drivers/misc/esm_pmic.c
This is functional in 9.2 SDK.
- Keerthy