media/mmcblk0p1 loading time reg

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

media/mmcblk0p1 loading time reg

391 Views
sachusanal
Contributor III

Dear Sir ,

when i am measuring my boot log of kernel i found that 8 seonds time is using for the mmcblk0p1 mount

i am using MFG tool for flashing purpose.

Board:MX6qsabresd board

[    8.405572] mmc3: new high speed SDIO card at address 0001

Auto-mount of [/media/mmcblk0p1] successful

[   16.782057] EXT3-fs: barriers not enabled

could you please help me to reduce the time for create the partition.

i hereby attach the full kernel log here please find out.

Labels (1)
0 Kudos
1 Reply

335 Views
b36401
NXP Employee
NXP Employee

Actually ext3 filesystem is quite complex and mounting it takes some time.

It may take some significant time even on PC:

root@tecno:~# time mount /dev/sdb1 /mnt/sd

real    0m0.402s

user    0m0.008s

sys     0m0.016s

root@tecno:~#

Here /dev/sdb1 is quite small and fast SD card (4GB class 10 one).

If mounting time is very critical for you you can use other filesystem instead.

However it may cause some compatibility issues.

Have a great day,

Victor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos