I'm using ti-uboot-2018.01 on an AM4376. Does it pet the watchdog to ensure its not activated? Can I get some pointers on its implementation code and location please? Thanks!
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.
I'm using ti-uboot-2018.01 on an AM4376. Does it pet the watchdog to ensure its not activated? Can I get some pointers on its implementation code and location please? Thanks!
Hi Arun,
U-Boot part of our current processor SDK offerings does not use the watchdog on AM437x devices. It is only used on AM335x devices. In case you want to add watchdog support to AM437x you could model that after AM437x. I have not done it myself yet but I suppose it's just a CONFIG option play (you can compare the defconfig files to see what is different). Let me know if you need any help on that.
Regards, Andreas