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.

TI8148 下载 u-boot.min.uart 后,无法加载



1、TI的EVM,SDK版本5.05.05.00

 2、相对Demo板,ddr硬件部分有做修改(Demo板使用128Mbit * 8 * 8,我们自己的硬件使用256Mbit * 16 * 4)

3、软件对应的修改如下:

#define PG2_1_DMM_LISA_MAP__3  0x80640300  --> 0x80740300 //即 SYS_SIZE 110(1-GB section) -->  111(2-GB section)

#define DDR3_EMIF_SDRAM_CONFIG  0x61C122B2  --> 0x61C12332  //即 ROWSIZE  101 -> 110

 

请问此问题该如何分析?还有什么需要修改的?