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.

DM6446上linux系统boot问题



我的板子是合众达的EVdm6446,之前可以启动但提示内核污染如下:

后来挂载NFS,修改参数后,一直启动不起来,卡在如下界面:

参数配置如下:

setenv nfshost  192.168.211.128

setenv rootpath  /home/feng/workdir/filesys

setenv  bootargs  console=ttys0,115200n8 noinitrd rw ip=192
.168.253.53:192.168.211.128:192.168.1.1:255.255.255.0:::off root=/dev/nfs nfsroo
t=192.168.211.128:/home/feng/workdir/filesys,nolock mem=120M

再将参数改回来,如下,依然卡在上面的地方,请问是我的启动参数配置不对吗?该怎么改?

setenv  bootargs  console=ttys0,115200n8 noinitrd rw ip=dhcp  root=/dev/hda1    mem=120M