当前位置: 代码迷 >> 驱动开发 >> linux2.6.38在mini2440上移植遇到有关问题,求帮助!
  详细解决方案

linux2.6.38在mini2440上移植遇到有关问题,求帮助!

热度:205   发布时间:2016-04-28 10:27:39.0
linux2.6.38在mini2440上移植遇到问题,求帮助!!
求教:我在mini2440上移植2.6.38遇到的问题:我配好nand驱动,编译好内核之后下进板子启动的信息,但是没有nand分区信息,请问这个一般是什么原因呢!?? 谢谢!
下面是内核启动时的串口信息:
CPU S3C2440A (id 0x32440001)
S3C24XX Clocks, Copyright 2004 Simtec Electronics
S3C244X: core 405.000 MHz, memory 101.250 MHz, peripheral 50.625 MHz
CLOCK: Slow mode (1.500 MHz), fast, MPLL on, UPLL on
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
Kernel command line: noinitrd root=/dev/mtdblock3 init=/linuxrc console=ttySAC0
PID hash table entries: 256 (order: -2, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 64MB = 64MB total
Memory: 60460k/60460k available, 5076k reserved, 0K highmem
Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
    vmalloc : 0xc4800000 - 0xf6000000   ( 792 MB)
    lowmem  : 0xc0000000 - 0xc4000000   (  64 MB)
    modules : 0xbf000000 - 0xc0000000   (  16 MB)
      .init : 0xc0008000 - 0xc0029000   ( 132 kB)
      .text : 0xc0029000 - 0xc03f6a58   (3895 kB)
      .data : 0xc03f8000 - 0xc041ba40   ( 143 kB)
SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:85
irq: clearing subpending status 00000003
irq: clearing subpending status 00000002
Console: colour dummy device 80x30
console [ttySAC0] enabled
Calibrating delay loop... 201.93 BogoMIPS (lpj=504832)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
gpiochip_add: gpios 288..303 (GPIOK) failed to register
gpiochip_add: gpios 320..334 (GPIOL) failed to register
gpiochip_add: gpios 352..353 (GPIOM) failed to register
NET: Registered protocol family 16
kobject (c03fe1f0): tried to init an initialized object, something is seriously wrong.
[<c002e938>] (unwind_backtrace+0x0/0xec) from [<c017ad68>] (kobject_init+0x38/0x70)
[<c017ad68>] (kobject_init+0x38/0x70) from [<c01c1504>] (device_initialize+0x20/0x60)
[<c01c1504>] (device_initialize+0x20/0x60) from [<c01c5008>] (platform_device_register+0x10/0x1c)
[<c01c5008>] (platform_device_register+0x10/0x1c) from [<c01c5264>] (platform_add_devices+0x1c/0x60)
  相关解决方案