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启动时间优化

Other Parts Discussed in Thread: AM1808

我们的ARM芯片是AM1808,文件系统和内核驱动都是在TI网上下的,内核驱动:dvsdk_omapl138-evm_4_02_00_06_setuplinux;文件系统:arago-base-rootfs.tar。我现在的问题是,嵌入式linux的启动时间太长,超过30秒了。特别是加载啥文件系统特别占时间。

这是启动时输出的信息:[   18.420000] VFS: Mounted root (jffs2 filesystem) on device 31:4.。

现在我最主要的目的是想如何缩短文件系统的加载时间?