U-Boot relocation and Debug.zip

时间:2015-09-04 03:42:58
【文件属性】:
文件名称:U-Boot relocation and Debug.zip
文件大小:412KB
文件格式:ZIP
更新时间:2015-09-04 03:42:58
u-boot uboot 关于U-boot代码重定位的文档. U-Boot relocation and Debug The relocation on arm is working, before u-boot-2010.09,there are two define CONFIG_SKIP_RELOCATE_UBOOT and CONFIG_SKIP_LOWLEVEL_INIT, when they are defined in your board configuration header file (in my case ,it is \include\configss\am9263ek.h),you can use GDB init command to do some low level initializations (like setting up CLOCK and SDRAM),and just load u-boot, and you can debug all the source code in Eclipse CDT. After u-boot-2011.03, the relocation on arm are change,The CONFIG_SKIP_RELOCATE_UBOOT does not exist. This PDF document describe two methods to debug U-Boot code before and after relocation. Before read this document < U-Boot relocation and Debug>,read my another document at first.
【文件预览】:
U-Boot relocation and Debug.pdf

网友评论

  • 最近遇到一个uboot relocate 相关问题 希望有帮助
  • 非常不错的资料,很少有人关心这方面的资料
  • 很不错的uboot代码重定位与调试文档