3385|1

750

帖子

3

TA的资源

版主

楼主
 

使用xds100调试beaglebone [复制链接]

看样子是在执行gel中
  1. //*******************************************************************
  2. //Watchdog Timer registers
  3. //*******************************************************************
  4. #define    WDT1_BASE_ADDR                                        (0x44E35000)
  5. #define    WDT1_WSPR                                             (WDT1_BASE_ADDR + 0x48)

  6. //Watchdog is disabled to eliminate warm resets during debug
  7. Disable_Watchdog()
  8. {
  9.     WR_MEM_32(WDT1_WSPR,0x0000AAAA);
  10.     WR_MEM_32(WDT1_WSPR,0x00005555);
  11. }
复制代码

这一段出现的问题,非常奇怪

  1. CortxA8: Output: ****  AM335x BeagleBlack Initialization is in progress ..........
  2. CortxA8: Output: ****  AM335x ALL PLL Config for OPP == OPP100 is in progress .........
  3. CortxA8: Output: Input Clock Read from SYSBOOT[15:14]:  24MHz
  4. CortxA8: Output: ****  Going to Bypass...
  5. CortxA8: Output: ****  Bypassed, changing values...
  6. CortxA8: Output: ****  Locking ARM PLL
  7. CortxA8: Output: ****  Core Bypassed
  8. CortxA8: Output: ****  Now locking Core...
  9. CortxA8: Output: ****  Core locked
  10. CortxA8: Output: ****  DDR DPLL Bypassed
  11. CortxA8: Output: ****  DDR DPLL Locked
  12. CortxA8: Output: ****  PER DPLL Bypassed
  13. CortxA8: Output: ****  PER DPLL Locked
  14. CortxA8: Output: ****  DISP PLL Config is in progress ..........
  15. CortxA8: Output: ****  DISP PLL Config is DONE ..........
  16. CortxA8: Output: ****  AM335x ALL ADPLL Config for OPP == OPP100 is Done .........
  17. CortxA8: Output: ****  AM335x DDR3 EMIF and PHY configuration is in progress.........
  18. CortxA8: Output: EMIF PRCM is in progress .......
  19. CortxA8: Output: EMIF PRCM Done
  20. CortxA8: Output: DDR PHY Configuration in progress
  21. CortxA8: Output: Waiting for VTP Ready .......
  22. CortxA8: Output: VTP is Ready!
  23. CortxA8: Output: DDR PHY CMD0 Register configuration is in progress .......
  24. CortxA8: Output: DDR PHY CMD1 Register configuration is in progress .......
  25. CortxA8: Output: DDR PHY CMD2 Register configuration is in progress .......
  26. CortxA8: Output: DDR PHY DATA0 Register configuration is in progress .......
  27. CortxA8: Output: DDR PHY DATA1 Register configuration is in progress .......
  28. CortxA8: Output: Setting IO control registers.......
  29. CortxA8: Output: EMIF Timing register configuration is in progress .......
  30. CortxA8: Output: EMIF Timing register configuration is done .......
  31. CortxA8: Output: PHY is READY!!
  32. CortxA8: Output: DDR PHY Configuration done
  33. CortxA8: Output: ****  AM335x BeagleBlack Initialization is Done ******************


  34. CortxA8: Trouble Writing Memory Block at 0x44e35048 on Page 0 of Length 0x4: (Error -1065 @ 0x3D5A) Unable to access device memory. Verify that the memory address is in valid memory. If error persists, confirm configuration, power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.232.0)
  35. CortxA8: GEL: Error while executing OnTargetConnect(): Target failed to write 0x44E35048         at *((unsigned int *) (0x44E35000+0x48))=(unsigned int) 0x0000AAAA [beagleboneblack.gel:265]         at Disable_Watchdog() [beagleboneblack.gel:340]         at OnTargetConnect() .
复制代码
点赞 关注
个人签名

要666

 

回复
举报

750

帖子

3

TA的资源

版主

沙发
 
不懈努力后,解决了.
具体原因不明,
解决方法:上电时,确保不要进入linux即可(插入空tf卡,或者停在uboot内),然后进行调试即可

参考链接:
http://d.hatena.ne.jp/chakoku/20120929/1348919532
http://e2e.ti.com/support/develo ... /259309/991761.aspx
http://e2e.ti.com/support/develo ... /214645/757799.aspx
个人签名

要666

 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/6 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表