TI中文支持网
TI专业的中文技术问题搜集分享网站

DM368 uboot添加NOR FLASH支持

您好:

我们现在做一款产品,不用nand flash直接用nor flash(16M)。

目前UBL已经移植上去,现在需要修改uboot

http://processors.wiki.ti.com/index.php/NOR_Flash_support_on_DM365

我根据上述文档修改之后,编译通不过

nand.c:1: warning: target CPU does not support interworking
nand.c:32: error: ‘CFG_MAX_NAND_DEVICE’ undeclared here (not in a function)
nand.c:35: error: ‘CFG_NAND_BASE’ undeclared here (not in a function)
make[1]: *** [nand.o] Error 1
make[1]: Leaving directory `/home/mxl/u-boot/365/u-boot-nor/drivers/mtd/nand'
make: *** [drivers/mtd/nand/libnand.a] Error 2

nand.c报错,为什么还会去编译nand的东西呢?

我应该怎么修改才能是其正常工作呢?

我们用的16bit的nor flash

zhou xinpo:

dm368 需要先烧写UBL吗?启动模式上不是说直接跳到nor flash  处执行吗?

赞(0)
未经允许不得转载:TI中文支持网 » DM368 uboot添加NOR FLASH支持
分享到: 更多 (0)