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.

BBB u-boot编译和板上DDR3的问题



有两个问题想请教一下各位老师:

1. 使用u-boot 2014.07版本编译后在CCS中使用仿真器连接Beaglebone black调试,错误在preloader_console_init(void)中,运行到“gd->bd = &bdata;”时就卡住不能向下走了,在买来的BBB上运行也是如此,如下图所示,请问这是编译的问题吗?

2. 在使用CCS向板子上的DDR下载二进制文件(tools -> load memory),下载地址为:0x80000000,在买来的BBB板上可以下载进去,但我自己的板不行,错误如下:

使用memory browser查看结果如下,为什么有的显示红色的?后面试了试“tools -> fill memory” 可以写进去内容,请问这是什么原因内?