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.

dm6467t uboot移植



我们的板子是自己做的,ddr两片,每片128M,用的amd noflash,用的uboot-2009,就是sdk 3_00_0019里面的,我想问一下,这个版本的uboot支持norflash启动吗

如果支持,那么移植的时候我要看到串口信息,有哪些内容要改呢

  • uboot不支持nor,需要你加入nor的驱动。由于目前的代码做法是ubl+uboot,你可以去掉ubl,把ubl的工作加到uboot里面。或者保留ubl,在运行ubl之后运行uboot。需要修改DDR参数的配置,目前是在ubl里面配置的。