环境:arm开发板,希望通过nfs来挂载rootfs。     步骤:

 1, cd linux_kernel,    通过make menuconfig  来修改 include/linux/autoconf.h 里的CONFIG_CMDLINE

  CONFIG_CMDLINE 的示例: root=/dev/nfs rootfstype=nfs ip=192.168.10.2:192.168.10.3:255.255.255.0::eth0

:on nfsroot=192.168.10.3:/rootfs console=ttyS2,115200 mem=64M@0Xb0000000

 

2,    make menuconfig选项中,选择 ROOT NFS support

 

3,  注意开发板的rootfs中, etc/inittab文件中

  ::sysinit: /etc/init.d/rcS

  ttyS2::respawn:-/bin/sh

这里的ttyS2 要和CONFIG_CMDLINE中的console对应。 否则板子起来后串口会无法操作。

 

参考文章:  /etc/inittab文件的字段及其说明   http://www.chinaunix.net/jh/7/588122.html

 

Logo

更多推荐