请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TDA4VM 工具/软件:
尊敬的 TI
您能解释一下如何触发看门狗复位 吗?
现在、我来看看如何在启动后检查复位是否由看门狗触发。
为了供参考、我将使用 ti-processor-sdk-linux-j7200-evm-09_02_00_04
BR
杰斯
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.
工具/软件:
尊敬的 TI
您能解释一下如何触发看门狗复位 吗?
现在、我来看看如何在启动后检查复位是否由看门狗触发。
为了供参考、我将使用 ti-processor-sdk-linux-j7200-evm-09_02_00_04
BR
杰斯
您好 Jace:
我假设您询问 SoC RTI 看门狗复位。
它包含3个部分:
1 -->由 RTI 看门狗驱动程序处理: https://github.com/torvalds/linux/blob/master/drivers/watchdog/rti_wdt.c
2 -->作为 R5 SPL 存储库的一部分完成: https://github.com/u-boot/u-boot/blob/master/drivers/misc/k3_esm.c
3 -->作为 R5 SPL 的一部分在 U-Boot 存储库中完成: https://github.com/u-boot/u-boot/blob/master/drivers/misc/esm_pmic.c
这在9.2 SDK 中起作用。
- Keerthy