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.

Linux/OMAP-L138: How to mount MTD before UBIFS?

Genius 13655 points
Part Number: OMAP-L138

Tool/software: Linux

Hello Champs,

SDK vesion: processor-sdk-linux-omapl138-lcdk-04.01.00.06

Customer wanted to boot from nand flash. UBI, MTD have been built into the kernel, uboot args is set as follow:

        setenv bootargs console=ttyS1,115200n8 rootwait=1 rw ubi.mtd=1,2048 rootfstype=ubifs root=ubi0:rootfs

But it prompted below error 

Customer found the mtd starts in the filesystem. In the Systemmap, ubi also starts before mtd. 

How to start mtd before ubi?

.config8054.config-nand.txt

system.map:System.map (1).txt
Thanks.
Shine