大家帮我看看我的uboot哪设置的不对
bootdelay=4
baudrate=115200
bootfile="uImage"
setboot=setenv bootargs $(bootargs) video=dm36x:output=$(videostd)
ethaddr=00:00:12:34:56:78
nfsworkdir=/home/workdir/dm365/filesystem
videoargs=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=4 davinci_enc_mngr.ch0_mode=pal
bootcmd=setenv bootargs $(bootargs) root=$(rootfs) ip=$(ipaddr):$(serverip) eth=$(ethaddr) nfsroot=$(serverip):$(nfsworkdir) video=$(videoargs) ;nboot 0x80800000 0 0x400000; bootm 0x80800000
filesize=1F7234
fileaddr=80800000
ipaddr=192.168.0.76
serverip=192.168.0.74
bootargs=console=ttyS0,115200n8 noinitrd rw ,nolock mem=80M
rootfs=/dev/nfs rootfstype=jffs2
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.3.4 (Feb 2 2010 - 14:45:12)
为什么一挂载就出下面的问题
ontaVista(R) Linux(R) Professional Edition 5.0.0 (0801921)
192.168.0.76 login: root
Last login: Thu Jan 1 00:00:45 1970 on console
Linux 192.168.3.150 2.6.18_pro500-davinci_evm-arm_v5t_le #1 PREEMPT Tue May 11 15:07:08 CST 2010 armv5tejl GNU/Linux
[email protected]:~# mount -t jffs2 /dev/mtdblock3 /mnt/flash/
mtd->read(0x400 bytes from 0x0) returned ECC error
jffs2_scan_eraseblock(): Node at 0x00000200 {0x1985, 0x2003, 0xffff0008) has invalid CRC 0xffffffff (calculated 0xd55a3519)
------解决方案--------------------
内核烧写方式不对