天嵌 ARM开发社区

 找回密码
 注册
查看: 3635|回复: 1

uboot2010.6移植问题:Uncompressing Linux... done, booting the kernel停住不动了~

[复制链接]
bjhou2008 发表于 2012-7-13 10:30:44 | 显示全部楼层 |阅读模式
20
Uboot2010.6移植问题:
[u-boot@My2440]# bootm 32000000
## Bootingkernel from Legacy Image at 32000000 ...
   Image Name:  Linux-2.6.32.2-FriendlyARM
   Load Address: 30008000
   Loading Kernel Image ... OK
OK
Starting kernel...
UncompressingLinux.............................................................
......................done, booting the kernel.
1.内核我用的是友善自带光盘的配置,编译的uImage,没有改动。
  我只改动了 uboot目录下board/jason/my2440/my2440.c
126
  /* archnumber of SMDK2440-Board */
改为gd->bd->bi_arch_number= MACH_TYPE_S3C2440;//原来是MACH_TYPE_S3C2410
1. uboot机器码路径:
arch/arm/include/asm/mach-types.h
375
#define MACH_TYPE_S3C2440      362
板子初始化时指定的MACH-TYPE路径
board/jason/my2440/my2440.c
126
  /* archnumber of SMDK2440-Board */
gd->bd->bi_arch_number = MACH_TYPE_S3C2440;
/* adress ofboot parameters */
gd->bd->bi_boot_params = 0x30000100;
2内核机器码路径
arch/arm/tools/mach-types
379
s3c2440  ARCH_S3C2440 S3C2440 362
内核启动时指定的MACH-TYPE路径
arch/arm/mach-s3c2440/mach-smdk2440.c
第331行
MACHINE_START(S3C2440,"SMDK2440")

陈世超 发表于 2012-7-13 17:48:00 | 显示全部楼层
没有移植过Uboot,不好意思,帮不了...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

i.MX8系列ARM cortex A53 M4 工控板上一条 /1 下一条

Archiver|手机版|小黑屋|天嵌 嵌入式开发社区 ( 粤ICP备11094220号-2 )

GMT+8, 2024-6-17 06:34 , Processed in 1.031250 second(s), 19 queries .

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表