Hello,
I'm evaluating Processor SDKv1 of AM335x. I stop the autoboot of u-boot and connect target for CCSv6.1 with XDS200/560v2STM. Then after 50~60 seconds, I see u-boot sends a message for reboot in the console window in spite of halting by CCS. I think it's originated by watchdog. I'd like to quit the reboot for kernel stop mode debug. How do I realize it? I changed the following line to a comment out, but the reboot ran yet. Please give me some advice.
u-boot-2014.07-g7e537bf/include/configs$ gedit ti_am335x_common.h
/*#define CONFIG_HW_WATCHDOG*/
Regards,
Kazu