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.

uboot中bootargs参数的设置

大家好!最近我在搞根文件系统的移植,我用的是jffs2类型的根文件系统。当我设置如下时:

setenv bootargs 'noinitrd root=/dev/mtdblock3 rw  rootfstype=jffs2 init=/linuxrc console=ttyS0,115200, noblock mem=40'

此时boot系统的时候,就卡在下面的这儿不动了:

 Starting kernel ...

Uncompressing Linux.............................................................
.................................................................... done, booting the kernel. 
但是当我设置bootargs如下时:
setenv bootargs 'noinitrd root=/dev/mtdblock3 rw  rootfstype=jffs2 init=/linuxrc console=ttyS0,115200'
根文件系统是可以成功挂载,但是运行程序的时候会出现如下所示的错误:
oot@(none):/opt/boardcode# ./loadmodules.sh
CMEMK module: built on Mar 11 2013 at 17:12:31
  Reference Linux version 2.6.32
CMEMK Error: CMEM phys_start (0x82800000) overlaps kernel (0x80000000 -> 0x88000
000)
insmod: error inserting 'cmemk.ko': -1 Invalid parameters

请问一下,这是什么原因啊?谢谢!!!
x 出现错误。请重试或与管理员联系。