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
Customer found the mtd starts in the filesystem. In the Systemmap, ubi also starts before mtd.
How to start mtd before ubi?
.config(Please visit the site to view this file)
system.map:(Please visit the site to view this file)
Thanks.
Shine