有关 u-boot-1.1.6 引导 linux 2.6

nannan50972   2007-4-17 22:36 楼主
通过tftp将uImage下载到a0008000  
然后执行以下命令,如下,然后就重起了  
uboot# bootm a0008000  
## Booting image at a0008000 ...  
   Image Name:   Linux-2.6.20  
   Image Type:   ARM Linux Kernel Image (uncompressed)  
   Data Size:    1038640 Bytes = 1014.3 kB  
   Load Address: a0008000  
   Entry Point:  a0008000  
   Verifying Checksum ... OK  
   XIP Kernel Image ... OK  
No initrd  
## Transferring control to Linux (at address a0008000) ...  
                                                            
Starting kernel ...  
                     
undefined instruction  
pc : []    lr : []  
sp : a3edfc3c  ip : 00000010  fp : 00000000  
r10: a3edfce0  r9 : ffd703b0  r8 : a3edffdc  
r7 : a3f149b4  r6 : a3f1b1cc  r5 : a0008040  r4 : 00000000  
r3 : a0008000  r2 : a0000100  r1 : 0000052b  r0 : 0012ea00  
Flags: nZCv  IRQs off  FIQs off  Mode SVC_32  
Resetting CPU ...  
                    
resetting ...  
  
  
如果不是下载到a0008000,比如下载到a0200000,则会出现以下情形:  
boot# bootm a0200000  
## Booting image at a0200000 ...  
   Image Name:   Linux-2.6.20  
   Image Type:   ARM Linux Kernel Image (uncompressed)  
   Data Size:    1038640 Bytes = 1014.3 kB  
   Load Address: a0008000  
   Entry Point:  a0008000  
   Verifying Checksum ... OK  
OK  
No initrd  
## Transferring control to Linux (at address a0008000) ...  
                                                            
Starting kernel ...  
                     
Uncompressing Linux...........................................................
.......... done, booting the kernel.  
然后就动不了了。  

回复评论 (4)

换个版本的内核试下
点赞  2007-4-18 15:11
uboot给linux内核的内存空间分配会不会有问题!?
点赞  2007-6-3 00:17
我有一个u-boot和Linux2.6内核在AT91RM9200上面的移植文档,需要的话可以传给你一个。
MSN:kmajian@yahoo.com.cn
点赞  2007-6-6 11:07

问题解决

老兄,你看看Documentation里面,应该把内核下载到50008000,这是引导规范规定的啊
点赞  2013-3-31 12:32
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复