嵌入式linux内核及文件系统的烧写
最近自己编译了内核并且利用busybox制作了一个根文件系统,打算烧写到开发板中(我用的是dm6467开发板)。烧写内核以及根文件系统:烧写内核:setenvserver...
最近自己编译了内核并且利用busybox制作了一个根文件系统,打算烧写到开发板中(我用的是dm6467开发板)。
烧写内核以及根文件系统:
烧写内核:
setenv serverip 192.201.0.8
setenv ipaddr 192.201.0.10
tftp 0x80700000 uImage
nand erase 500000 1f0000
nand write 0x80700000 500000 1f0000
setenv bootcmd 'bootm 0x500000'
saveenv
boot
烧写根文件系统:
setenv serverip 192.201.0.8
setenv ipaddr 192.201.0.10
tftp 0x80700000 rootfs.cramfs
nand erase 800000 600000
nand write 0x80700000 800000 600000
setenv bootcmd 'nand read 0x80700000 0x800000 0x600000\;bootm 0x500000'
setenv bootargs 'noinitrd root=/dev/raw rw init=/linuxrc console=ttySAC0,115200'
saveenv
可是却总是出现以下错误:
DM6467 EVM > boot
NAND read: device 0 offset 0x800000, size 0x600000
6291456 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
DM6467 EVM >
以下是利用printenv打印出的相关环境变量信息:
DM6467 EVM > printenv
bootdelay=3
baudrate=115200
bootfile="uImage"
addclk=setenv bootargs ${bootargs} clkref=${clkref}
ethact=DaVinci EMAC
ethaddr=00.11.d8.61.38.50
clkref=33000000
filesize=504000
fileaddr=80700000
ipaddr=192.201.0.10
serverip=192.201.0.8
bootcmd=nand read 0x80700000 0x800000 0x600000;bootm 0x500000
bootargs=noinitrd root=/dev/raw rw init=/linuxrc console=ttySAC0,115200
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.08 (11链?17 2011 - 15:39:49)
Environment size: 456/16380 bytes
由于自己是刚刚接触这一块,还有很多东西不懂,还请各位大神指点指点,小弟这个错误是哪儿出错了。谢谢啦! 展开
烧写内核以及根文件系统:
烧写内核:
setenv serverip 192.201.0.8
setenv ipaddr 192.201.0.10
tftp 0x80700000 uImage
nand erase 500000 1f0000
nand write 0x80700000 500000 1f0000
setenv bootcmd 'bootm 0x500000'
saveenv
boot
烧写根文件系统:
setenv serverip 192.201.0.8
setenv ipaddr 192.201.0.10
tftp 0x80700000 rootfs.cramfs
nand erase 800000 600000
nand write 0x80700000 800000 600000
setenv bootcmd 'nand read 0x80700000 0x800000 0x600000\;bootm 0x500000'
setenv bootargs 'noinitrd root=/dev/raw rw init=/linuxrc console=ttySAC0,115200'
saveenv
可是却总是出现以下错误:
DM6467 EVM > boot
NAND read: device 0 offset 0x800000, size 0x600000
6291456 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
DM6467 EVM >
以下是利用printenv打印出的相关环境变量信息:
DM6467 EVM > printenv
bootdelay=3
baudrate=115200
bootfile="uImage"
addclk=setenv bootargs ${bootargs} clkref=${clkref}
ethact=DaVinci EMAC
ethaddr=00.11.d8.61.38.50
clkref=33000000
filesize=504000
fileaddr=80700000
ipaddr=192.201.0.10
serverip=192.201.0.8
bootcmd=nand read 0x80700000 0x800000 0x600000;bootm 0x500000
bootargs=noinitrd root=/dev/raw rw init=/linuxrc console=ttySAC0,115200
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 2009.08 (11链?17 2011 - 15:39:49)
Environment size: 456/16380 bytes
由于自己是刚刚接触这一块,还有很多东西不懂,还请各位大神指点指点,小弟这个错误是哪儿出错了。谢谢啦! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询