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.

201407uboot添加am3354对ubifs的支持,uboot启动失败



问题:在2014-07版本的Uboot下添加ubifs,添加编译之后启动uboot , 停在U-Boot SPL 2014.07 (Aug 06 2015 - 15:41:38),没有添加ubifs,uboot能够运行(源码官网下载的,ubifs 代码未改动)。 请问有没有遇到类似问题?有没有解决方向?

ubifs相关配置:

#define CONFIG_MTD_DEVICE    1    /* needed for mtdparts commands */
#define CONFIG_MTD_PARTITIONS    1
#define CONFIG_CMD_MTDPARTS
#define CONFIG_CMD_UBIFS
#define CONFIG_CMD_UBI
#define CONFIG_LZO    1            /* LZO is needed for UBIFS */
#define CONFIG_RBTREE    1

板子的硬件: am3354CPU, spi flash, nand flash。