Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1253835
  • 博文数量: 479
  • 博客积分: 12240
  • 博客等级: 上将
  • 技术积分: 4999
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-24 17:12
文章分类

全部博文(479)

文章存档

2014年(1)

2013年(1)

2012年(1)

2011年(95)

2010年(177)

2009年(167)

2008年(16)

2007年(21)

分类: LINUX

2010-12-10 17:02:11



为了调试文件系统,准备采用NFS 根文件系统方式启动,使用了下面的参数:

setenv bootargs root=/dev/nfs console=ttyS0,115200 nfsroot=192.168.1.138:/home/chenxibing/lpc3250/ecm1352/rootfs  ip=192.168.1.136:192.168.1.1:192.168.1.1:255.255.255.0:zlg.z:eth0:off monitor=1

结果系统启动到打印内核解压后就停止了:

Starting kernel ...

Uncompressing Linux... done, booting the kernel.


后来想起,在内核中没有指定系统内存大小,需要在启动参数中指定内存大小,加上mem=64M后,问题解决。

setenv bootargs root=/dev/nfs console=ttyS0,115200 mem=64M   nfsroot=192.168.1.138:/home/chenxibing/lpc3250/ecm1352/rootfs  ip=192.168.1.136:192.168.1.1:192.168.1.1:255.255.255.0:zlg.z:eth0:off monitor=1


有关NFS root可以参考:


阅读(1715) | 评论(1) | 转发(3) |
给主人留下些什么吧!~~

chinaunix网友2010-12-13 15:25:46

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com