主题 : 大侠救命,u-boot引导出问题 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 2239
精华: 0
发帖: 2
金钱: 20 两
威望: 2 点
综合积分: 4 分
注册时间: 2008-11-04
最后登录: 2008-11-17
楼主  发表于: 2008-11-05 14:21

 大侠救命,u-boot引导出问题

Loading from NAND 64MiB 3,3V 8-bit, offset 0x50000
  Image Name:  linux2.6
  Created:      2008-11-04  17:40:48 UTC
  Image Type:  ARM Linux Kernel Image (uncompressed)
  Data Size:    1547736 Bytes =  1.5 MB
  Load Address: 32000000
  Entry Point:  32000040
## Booting image at 32000000 ...
  Image Name:  linux2.6
  Created:      2008-11-04  17:40:48 UTC
  Image Type:  ARM Linux Kernel Image (uncompressed)
  Data Size:    1547736 Bytes =  1.5 MB
  Load Address: 32000000
  Entry Point:  32000040
  Verifying Checksum ... OK
  XIP Kernel Image ... OK

Starting kernel ...

Uncompressing Linux......................................................................................................... done, booting the kernel.


就停在这了,以下是printenv的结果

QQ2440> printenv
bootargs=noinitrd root=/dev/mtdblock2 init=/linuxrc console=ttySAC0
bootcmd=nboot 0x32000000 0 0x50000; bootm 0x32000000
bootdelay=3
baudrate=115200
ethaddr=08:00:3e:26:0a:5b
ipaddr=192.168.1.17
serverip=192.168.1.106
netmask=255.255.255.0
stdin=serial
stdout=serial
stderr=serial

另外我检查了u-boot和内核时钟设置的都是405MHZ,内核是直接用光盘里zImage_s35做的,应该不是串口和时钟的问题,哪位大侠能帮俺一下,不胜感激!
*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
1楼  发表于: 2008-11-05 14:35
  Image Type:  ARM Linux Kernel Image (uncompressed)
  Data Size:    1547736 Bytes =  1.5 MB
  Load Address: 32000000
  Entry Point:  32000040


uImage生成的有问题,不要自己手动生成,直接在编译内核的时候用make uImage, 把u-boot的mkimage加在PATH环境变量里
"If you have an apple and I have an apple and we exchange apples, then you and I will
still each have one apple. But if you have an idea and I have an idea and we exchange
these ideas, then each of us will have two ideas."
级别: 新手上路
UID: 2239
精华: 0
发帖: 2
金钱: 20 两
威望: 2 点
综合积分: 4 分
注册时间: 2008-11-04
最后登录: 2008-11-17
2楼  发表于: 2008-11-05 20:41
谢谢版主,问题解决了
谁能告诉我怎么发帖子啊,谢谢啊
级别: 新手上路
UID: 40683
精华: 0
发帖: 26
金钱: 130 两
威望: 26 点
综合积分: 52 分
注册时间: 2011-03-21
最后登录: 2011-09-12
3楼  发表于: 2011-03-30 13:47

 回 楼主(lxl2001) 的帖子

大侠能否把zImage_s35给发一下fqaaaaa@yahoo.com.cn,谢谢