Other Parts Discussed in Thread: AM5728
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:PROCESSOR-SDK-AM57X 主题中讨论的其他器件:AM5728
工具/软件:Linux
为了禁用 AM5728 IDK 板上的一半 DDR3存储器(EMIF2)、需要对 u-boot 进行哪些更改?
BR、
Adam
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.
Other Parts Discussed in Thread: AM5728
工具/软件:Linux
为了禁用 AM5728 IDK 板上的一半 DDR3存储器(EMIF2)、需要对 u-boot 进行哪些更改?
BR、
Adam
尊敬的 Adam:
您需要修改以下文件:
u-boot/arch/arm/dts/am572x-idk-common.dtsi
存储器@0{
DEVICE_TYPE ="存储器";
- reg =<0x0 0x8000000 0x0 0x8000000000>;
+ reg =<0x0 0x8000000 0x0 0x40000000>;
};
u-boot/board/ti/am57xx/board.c
静态常量结构 DMM_LISA 映射_regs beagle_x15_LISA 寄存器={
-.dm_lisa_map_3 = 0x80740300、
+.DMM_LISA_MAP_3 = 0x80640100、
.in_ma_present = 0x1
};
请注意、AM571x IDK 电路板仅在 EMIF1上附带1GB DDR3、您还可以参考 AM571x IDK u-boot 代码和原理图以供参考。
此致、
帕维尔