初学嵌入式linux 出现Uncompressing Linux............................

内核编译和嵌入式产品的设计与开发
回复
ares_lan
帖子: 2
注册时间: 2011-02-15 17:00

初学嵌入式linux 出现Uncompressing Linux............................

#1

帖子 ares_lan » 2011-05-29 17:18

我在配置完nfs时,用
#param set linux_cmd_line "console=ttyUSB0 root=/dev/nfs nfsroot=192.168.1.99:/home/share ip=192.168.1.102:192.168.1.99:192.168.1.99:255.255.255.0:www.realembed.com:eth0:off"
进行配置,然后#param save保存,再重启开发板时就出现了下面的问题:
VIVI version 0.1.4 (root@ubuntu) (gcc version 2.95.3 20010315 (release)) #0.1.4 2011��年 05��月 25��日 ��星��期��三 20:47:05 CST
MMU table base address = 0x33DFC000
Succeed memory mapping.
NAND device: Manufacture ID: 0xec, Chip ID: 0x76 (Samsung K9D1208V0M)
Found saved vivi parameters.
Press Return to start the LINUX now, any other key for vivi
Copy linux kernel from 0x00030000 to 0x30008000, size = 0x002d0000 ... done
zImage magic = 0x016f2818
Setup linux parameters at 0x30000100
linux command line is: "console=ttyUSB0 root=/dev/nfs nfsroot=192.168.1.99:/home/share ip=192.168.1.102:192.168.1.99:192.168.1.99:255.255.255.0:www.realembe"
MACH_TYPE = 193
NOW, Booting Linux......
Uncompressing Linux.......................................................... done, booting the kernel.
请问如何解决?param set linux_cmd_line后面的配置命令具体是什么意思?小弟初学,还请大家指导一下。
头像
Jarson
帖子: 2371
注册时间: 2008-07-21 9:44
来自: 深圳
联系:

Re: 初学嵌入式linux 出现Uncompressing Linux........................

#2

帖子 Jarson » 2011-05-29 20:09

系统正常启动了呀,似乎没什么问题的
ares_lan
帖子: 2
注册时间: 2011-02-15 17:00

Re: 初学嵌入式linux 出现Uncompressing Linux........................

#3

帖子 ares_lan » 2011-05-31 20:10

param set linux_cmd_line命令配置会不会影响到NFS配置不成功?我主要出现的问题是nfs配置有问题。哪位有相关的资料或链接?
回复