View Single Post
Posts: 1,101 | Thanked: 1,185 times | Joined on Aug 2008 @ Spain
#9
Originally Posted by shadowjk View Post
It's probably starting the kernel and getting the root jffs2 filesystem mounted that's taking time. jffs2 is kinda notorious for long mount times.
Code:
~# time mount -t jffs2 /dev/mtdblock4 /mnt/other

real    0m4.415s
user    0m0.000s
sys     0m4.047s
I'm running from an ext3 partition in mmc. Mounting rootfs takes about 4.5 seconds.