U-Boot 1.1.6 (Nov 21 2008 - 21:24:39)<br /><br />DRAM:<br />64 MB<br />Flash: 512 kB<br />NAND:<br />64 MiB<br />In:<br />serial<br />Out:<br />serial<br />Err:<br />serial<br />Hit any key to stop autoboot:<br />0 <br />PCY2410 # tftp 0x30007fc0 uImage<br />TFTP from server 192.168.0.10; our IP address is 192.168.0.100<br />Filename 'uImage'.<br />Load address: 0x30007fc0<br />Loading: #################################################################<br /><br />#################################################################<br /><br />#################################################################<br /><br />#################################################################<br /><br />#########<br />done<br />Bytes transferred = 1374224 (14f810 hex)<br />PCY2410 # bootm 0x30007fc0<br />## Booting image at 30007fc0 ...<br /><br />Image Name:<br />linux-2.6.22.6<br /><br />Created:<br />2008-11-27<br />12:40:30 UTC<br /><br />Image Type:<br />ARM Linux Kernel Image (uncompressed)<br /><br />Data Size:<br />1374160 Bytes =<br />1.3 MB<br /><br />Load Address: 30007fc0<br /><br />Entry Point:<br />30008000<br /><br />Verifying Checksum ... OK<br /><br />XIP Kernel Image ... OK<br /><br />Starting kernel ...<br /><br />Uncompressing Linux......................................................................................... done, booting the kernel.<br /><br /><br />请教:我的内核到这个地方就不动了!下面是我u-boot的参数:<br /><br />PCY2410 # print<br />baudrate=115200<br />ethaddr=08:00:3e:26:0a:5b<br />netmask=255.255.255.0<br />bootdelay=5<br />serverip=192.168.0.10<br />ipaddr=192.168.0.100<br />bootcmd=nand read 0x30007fc0 0x40000 0x1c0000;bootm 0x30007fc0<br />bootargs=root=1f02 init=/linuxrc console=ttySAC0,115200 devfs=mount<br />stdin=serial<br />stdout=serial<br />stderr=serial<br /><br />Environment size: 291/65532 bytes<br /><br />不知道什么问题,请教各位帮忙…… |
|