Hi All,
I tried to mount the file system from uboot.
If I use jffs2, but I find that the code can't be compiled, I don't know what to do.
Can you help me?
For example, give me a sample.
Thank.
add in mx6ullevk.h:
#define CONFIG_CMD_MTDPARTS
#define CONFIG_JFFS2_DEV "nor1"
#define CONFIG_JFFS2_PART_SIZE 0x600000
#define CONFIG_JFFS2_PART_OFFSET 0x100000
Best Regards,
Tom