通电后,从串口打印CCCCC,这个能说明硬件电路是好的吗?包括供电,晶振等
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.
关于ddr时序的调整可以参考:
http://processors.wiki.ti.com/index.php/File:DM813x_DDR_Controller_Register_Configuration_spreadsheet_v1.0.zip
uboot的配置
http://processors.wiki.ti.com/index.php/TI813x-DDR3-Init-U-Boot
http://processors.wiki.ti.com/index.php/TI81XX_PSP_UBOOT_User_Guide
TI的兄弟,几次看到你说ubootmin不需要用到ddr,你好好看看代码吧。。。
ubootmin自己首先是在内部ram里头,但是他启动之后先对ddr做了配置,ddr能够正常工作了之后,他把自己从内部ram迁移到
ddr里头,然后继续运行,最后把第二阶段代码读入到ddr里头。