2622|0

474

帖子

2

TA的资源

纯净的硅(初级)

楼主
 

.ds文件造成的卡死 [复制链接]

 .ds是debug的脚本文件,但是例程里面的很多.ds都有个问题
如这个:
  1. # Reset and stop the system.
  2. reset system
  3. stop
  4. wait 30s

  5. # Disable semihosting.
  6. set semihosting enabled false

  7. #
  8. # Load the SPL preloader into memory.
  9. loadfile "$sdir/preloader_scrubbing/uboot-socfpga/spl/u-boot-spl" 0x0

  10. # Delete any existing breakpoints.
  11. delete

  12. # Set a breakpoint in the SPL function spl_boot_device(). This function is
  13. # called right before the SPL tries to load the next stage in the preloader.
  14. tbreak spl_boot_device

  15. # Set the PC to the entry point and go.
  16. run

  17. # Wait for the breakpoint.
  18. wait

  19. # Load the demo program.
  20. loadfile "$sdir/hello.axf" 0x0

  21. # Run the target and break at main().
  22. start
复制代码
看命令行发现,总是卡死在
# Wait for the breakpoint.
wait
如图:

这里面,,删掉这个wait就能正常调试了.
有的程序会卡死在这,有的不会,真是醉了,,,这个好像是等待preloader加载下一阶段boot的断点的,,,,搞不懂这样有啥意义,,


此帖出自Altera SoC论坛
点赞 关注
 
 

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

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

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

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

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

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

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

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